summaryrefslogtreecommitdiffstats
path: root/templates/show_artist.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-23/+23
| | | | | The refactoring I've been doing has reminded me of my strong preference for spaces, and I feel inclined to impose my will on the tree.
* Move get_user_icon from ui.lib.php to UI::get_iconPaul Arthur2013-01-261-4/+4
|
* Move show_box_{top,bottom}() from ui.lib.php to UIPaul Arthur2013-01-261-2/+2
|
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-251-7/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-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 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
|
* Fix missing actions labelEinar2011-01-261-0/+1
|
* Refactored Last.FM recommendations; drop new dependency on curl sincePaul 'flowerysong' Arthur2010-08-171-3/+0
| | | | Snoopy works just as well for this application.
* Search for similar artistsChris 'cslamar' Slamar2010-07-291-0/+3
|
* Change Browse from static to instantiable. Among other things, fixes FS#13;Paul 'flowerysong' Arthur2010-06-101-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' Arthur2010-06-071-7/+10
| | | | Also make the actions shown a bit dynamic.
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Tweaked how features / bandwidth level is checked, not happy with it.Karl 'vollmerk' Vollmer2010-02-141-0/+4
|
* Adding the bandwidth option to the preferences. This changes the complexity ↵martian2010-02-091-4/+0
| | | | of the UI and toggles album art.
* Fix 452, made text links also clickabledipsol2009-05-261-10/+17
|
* Add Hint for translatorsmomo-i2009-05-191-3/+5
|
* alexey #426 translation patchKarl 'vollmerk' Vollmer2009-05-061-3/+3
|
* Commit, still no internet paying for it.. curse you free.frKarl 'vollmerk' Vollmer2008-10-271-3/+3
|
* if can't use gettext, emulate gettext(). update some templates.momo-i2008-08-261-1/+1
|
* fix single album and artist views, corrected get_total() from show_objects()Karl 'vollmerk' Vollmer2008-08-191-4/+2
|
* more fixes for the translation (Thx momo-i) and updated ja_JPKarl 'vollmerk' Vollmer2008-08-081-2/+2
|
* sync a file I missed in the patchKarl 'vollmerk' Vollmer2008-07-241-3/+3
|
* fix wording and clean up syntax a tiny bit thx peder for noticingKarl 'vollmerk' Vollmer2008-05-271-6/+6
|
* fix the show artists page, broken when I removed the boxKarl 'vollmerk' Vollmer2008-05-271-2/+2
|
* added direct links back in, added batch download to single artist view, ↵Karl 'vollmerk' Vollmer2008-05-261-4/+18
| | | | removed useless cruft
* moved the browse menu onto home, removed the browse tag from the menu, ↵Karl 'vollmerk' Vollmer2008-05-251-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 templateKarl 'vollmerk' Vollmer2008-05-241-1/+24
|
* renamed the tagcloud class to tag, started moving things around not sure ↵Karl 'vollmerk' Vollmer2008-05-121-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' Vollmer2008-05-121-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' Vollmer2007-12-301-2/+0
| | | | removed a dbl escape on the preferences
* fixed filters being applied incorrectly, and removed un-needed query on show ↵Karl 'vollmerk' Vollmer2007-12-241-0/+2
| | | | album
* added sorting on most objects in most views, report bugs if you find points ↵Karl 'vollmerk' Vollmer2007-09-171-1/+5
| | | | where sorting fails
* added ability to view album art on browse ablums and removed redundent code ↵Karl 'vollmerk' Vollmer2007-08-061-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 codexgizzmo2007-08-011-2/+2
|
* more tweaks, hopefully fixing the flash player mostly needs to be embeded to ↵Karl 'vollmerk' Vollmer2007-07-291-5/+0
| | | | fix some remaining bugs
* - Fixed RatingsKarl 'vollmerk' Vollmer2007-06-071-0/+76
- Tweaked RSS, still needs work - Show Single artist mostly finished