summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_album.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Move flip_class() from lib/ui.lib.php to UIPaul Arthur2013-01-261-3/+3
|
* conf() -> Config::get()Paul Arthur2013-01-251-1/+1
| | | | | I have a feeling a lot of these are in stale, unused code, but there might be some actual bugs here. conf() was replaced a while back.
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-251-8/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-5/+5
| | | | | | Even if we move away from php-gettext in the future, it's easy to write a quick T_() as a simple wrapper; it's not so easy to rewrite PHP to allow redeclaration of a function.
* Clean up some PHPDoc crapPaul Arthur2011-04-041-6/+1
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* templates header comment modified for phpdocmomo-i2011-02-031-1/+1
|
* some templates modified header commentmomo-i2011-02-031-17/+29
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Commit, still no internet paying for it.. curse you free.frKarl 'vollmerk' Vollmer2008-10-271-2/+2
|
* fixed lack of prefix on albums improves album art search results, thx darksideKarl 'vollmerk' Vollmer2007-12-061-1/+1
|
* Almost finished css cleanupspocky2007-11-201-5/+3
|
* added ability to edit artists and albums and flag all songs under them for ↵Karl 'vollmerk' Vollmer2006-12-211-1/+1
| | | | re-taging
* switched the enable/disable icons and filled out the show_edit_album page, ↵Karl 'vollmerk' Vollmer2006-12-211-0/+17
| | | | still doesnt work
* * Added new icons, and speed up icon displayKarl 'vollmerk' Vollmer2006-12-201-0/+35
* Fixed ORDER BY `track` on play selected * Started work on editing/flagging albums and artists