Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move flip_class() from lib/ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -3/+3 |
| | |||||
* | conf() -> Config::get() | Paul Arthur | 2013-01-25 | 1 | -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 Arthur | 2013-01-25 | 1 | -8/+1 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -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 crap | Paul Arthur | 2011-04-04 | 1 | -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 phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | some templates modified header comment | momo-i | 2011-02-03 | 1 | -17/+29 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | Commit, still no internet paying for it.. curse you free.fr | Karl 'vollmerk' Vollmer | 2008-10-27 | 1 | -2/+2 |
| | |||||
* | fixed lack of prefix on albums improves album art search results, thx darkside | Karl 'vollmerk' Vollmer | 2007-12-06 | 1 | -1/+1 |
| | |||||
* | Almost finished css cleanup | spocky | 2007-11-20 | 1 | -5/+3 |
| | |||||
* | added ability to edit artists and albums and flag all songs under them for ↵ | Karl 'vollmerk' Vollmer | 2006-12-21 | 1 | -1/+1 |
| | | | | re-taging | ||||
* | switched the enable/disable icons and filled out the show_edit_album page, ↵ | Karl 'vollmerk' Vollmer | 2006-12-21 | 1 | -0/+17 |
| | | | | still doesnt work | ||||
* | * Added new icons, and speed up icon display | Karl 'vollmerk' Vollmer | 2006-12-20 | 1 | -0/+35 |
* Fixed ORDER BY `track` on play selected * Started work on editing/flagging albums and artists |