Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move get_user_icon from ui.lib.php to UI::get_icon | Paul Arthur | 2013-01-26 | 1 | -4/+4 |
| | |||||
* | Move show_box_{top,bottom}() from ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -2/+2 |
| | |||||
* | Cosmetics: clean up heads in templates/ | Paul Arthur | 2013-01-25 | 1 | -7/+1 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -14/+14 |
| | | | | | | 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 |
| | |||||
* | Fix missing actions label | Einar | 2011-01-26 | 1 | -0/+1 |
| | |||||
* | Refactored Last.FM recommendations; drop new dependency on curl since | Paul 'flowerysong' Arthur | 2010-08-17 | 1 | -3/+0 |
| | | | | Snoopy works just as well for this application. | ||||
* | Search for similar artists | Chris 'cslamar' Slamar | 2010-07-29 | 1 | -0/+3 |
| | |||||
* | Change Browse from static to instantiable. Among other things, fixes FS#13; | Paul 'flowerysong' Arthur | 2010-06-10 | 1 | -5/+6 |
| | | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases. | ||||
* | Change artist template to use just the artist name in the header; fixes FS#108. | Paul 'flowerysong' Arthur | 2010-06-07 | 1 | -7/+10 |
| | | | | Also make the actions shown a bit dynamic. | ||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | Tweaked how features / bandwidth level is checked, not happy with it. | Karl 'vollmerk' Vollmer | 2010-02-14 | 1 | -0/+4 |
| | |||||
* | Adding the bandwidth option to the preferences. This changes the complexity ↵ | martian | 2010-02-09 | 1 | -4/+0 |
| | | | | of the UI and toggles album art. | ||||
* | Fix 452, made text links also clickable | dipsol | 2009-05-26 | 1 | -10/+17 |
| | |||||
* | Add Hint for translators | momo-i | 2009-05-19 | 1 | -3/+5 |
| | |||||
* | alexey #426 translation patch | Karl 'vollmerk' Vollmer | 2009-05-06 | 1 | -3/+3 |
| | |||||
* | Commit, still no internet paying for it.. curse you free.fr | Karl 'vollmerk' Vollmer | 2008-10-27 | 1 | -3/+3 |
| | |||||
* | if can't use gettext, emulate gettext(). update some templates. | momo-i | 2008-08-26 | 1 | -1/+1 |
| | |||||
* | fix single album and artist views, corrected get_total() from show_objects() | Karl 'vollmerk' Vollmer | 2008-08-19 | 1 | -4/+2 |
| | |||||
* | more fixes for the translation (Thx momo-i) and updated ja_JP | Karl 'vollmerk' Vollmer | 2008-08-08 | 1 | -2/+2 |
| | |||||
* | sync a file I missed in the patch | Karl 'vollmerk' Vollmer | 2008-07-24 | 1 | -3/+3 |
| | |||||
* | fix wording and clean up syntax a tiny bit thx peder for noticing | Karl 'vollmerk' Vollmer | 2008-05-27 | 1 | -6/+6 |
| | |||||
* | fix the show artists page, broken when I removed the box | Karl 'vollmerk' Vollmer | 2008-05-27 | 1 | -2/+2 |
| | |||||
* | added direct links back in, added batch download to single artist view, ↵ | Karl 'vollmerk' Vollmer | 2008-05-26 | 1 | -4/+18 |
| | | | | removed useless cruft | ||||
* | moved the browse menu onto home, removed the browse tag from the menu, ↵ | Karl 'vollmerk' Vollmer | 2008-05-25 | 1 | -1/+0 |
| | | | | removed genre from song views will eventually be replaced by tag. Added not enough data note to the recently played | ||||
* | consolidate the artist page into a single template | Karl 'vollmerk' Vollmer | 2008-05-24 | 1 | -1/+24 |
| | |||||
* | renamed the tagcloud class to tag, started moving things around not sure ↵ | Karl 'vollmerk' Vollmer | 2008-05-12 | 1 | -14/+4 |
| | | | | where I like the taglist, seems weird in its own box | ||||
* | commit of the patches from codeoverload to implement tagging, will not work ↵ | Karl 'vollmerk' Vollmer | 2008-05-12 | 1 | -5/+12 |
| | | | | without manual modification of database, yes.. this commit breaks things cope | ||||
* | fixed paging on browse catalogs page, disabled the write_tags script and ↵ | Karl 'vollmerk' Vollmer | 2007-12-30 | 1 | -2/+0 |
| | | | | removed a dbl escape on the preferences | ||||
* | fixed filters being applied incorrectly, and removed un-needed query on show ↵ | Karl 'vollmerk' Vollmer | 2007-12-24 | 1 | -0/+2 |
| | | | | album | ||||
* | added sorting on most objects in most views, report bugs if you find points ↵ | Karl 'vollmerk' Vollmer | 2007-09-17 | 1 | -1/+5 |
| | | | | where sorting fails | ||||
* | added ability to view album art on browse ablums and removed redundent code ↵ | Karl 'vollmerk' Vollmer | 2007-08-06 | 1 | -45/+3 |
| | | | | in show_artist, props to the first person who finds the bug with this re-use of code | ||||
* | Replace references to old code with new code | xgizzmo | 2007-08-01 | 1 | -2/+2 |
| | |||||
* | more tweaks, hopefully fixing the flash player mostly needs to be embeded to ↵ | Karl 'vollmerk' Vollmer | 2007-07-29 | 1 | -5/+0 |
| | | | | fix some remaining bugs | ||||
* | - Fixed Ratings | Karl 'vollmerk' Vollmer | 2007-06-07 | 1 | -0/+76 |
- Tweaked RSS, still needs work - Show Single artist mostly finished |