summaryrefslogtreecommitdiffstats
path: root/templates/show_artists.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Move flip_class() from lib/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-17/+17
| | | | | | 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-17/+30
|
* Catalog Filtering Added Bug#60Chris Slamar2011-01-241-1/+2
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-6/+6
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* added the tags to the artist and album display, and also made the cataloging ↵Karl 'vollmerk' Vollmer2008-12-281-3/+6
| | | | correctly add them to the database, also corrected an issue with the formating so that it always produces a valid style
* good number of changes to browse, this breaks more then it fixes...Karl 'vollmerk' Vollmer2008-08-131-3/+5
|
* more improvements to the caching system, removed ugly hack from last night ↵Karl 'vollmerk' Vollmer2008-05-261-0/+3
| | | | on util
* albums and artists now have ratingsKarl 'vollmerk' Vollmer2008-04-151-0/+3
|
* added some not enough data errors on the browse functionsKarl 'vollmerk' Vollmer2008-03-171-1/+6
|
* fixed some browsing stuff that I broke a while backKarl 'vollmerk' Vollmer2007-11-241-1/+1
|
* renamed a few files (missing php extension)spocky2007-10-241-18/+18
| | | | updated most of the tables so that every column is independently customizable by css rules
* - hardcoded disk# sort order when sort is set to album namespocky2007-10-161-17/+15
| | | | | | | - removed pager from browse table - added footer to browse tables - updated browse files for better customization - modified css
* - Cleaned up php files (removed useless inlines styles, replaced header td ↵spocky2007-09-241-1/+1
| | | | | | | | | | with th...) - Cleaned up css (removed some unused classes) - Changed quick search size and added ability to customize it - Removed width=100% in preferences tables - Corrected missing closing tag in sidebar - Minor corrections
* more sorting fixes, and move catalog stats to statisticsKarl 'vollmerk' Vollmer2007-09-201-5/+5
|
* added sorting on most objects in most views, report bugs if you find points ↵Karl 'vollmerk' Vollmer2007-09-171-5/+5
| | | | where sorting fails
* fixed lower paging horn, tweaked css for page-a-nation, added paging to ↵Karl 'vollmerk' Vollmer2007-08-091-2/+2
| | | | playlists, genres and radio strations, added detection of purchase urls to find missing tracks on albums
* broke a ton of stuff, but added some hotness... yes that is an excuseKarl 'vollmerk' Vollmer2007-08-061-6/+0
|
* proof of concept, nothing one should actually useKarl 'vollmerk' Vollmer2007-08-061-3/+8
|
* fixed a bug in the numbering, referencing a non-existant valueKarl 'vollmerk' Vollmer2007-08-021-3/+3
|
* added paging to artists, albums and fixed a missed linkKarl 'vollmerk' Vollmer2007-07-311-1/+1
|
* fixed a few more warnings, fixed artist editing and improved album editing a ↵Karl 'vollmerk' Vollmer2007-07-291-25/+3
| | | | little (so it cleans up after its self)
* fixed genre and artist view... mostly also fixed batch downloadsKarl 'vollmerk' Vollmer2007-06-041-20/+24
|
* fixed previously broken artist link for browsingKarl 'vollmerk' Vollmer2007-02-151-1/+1
|
* * Fixed xmlrpc, hopefullyKarl 'vollmerk' Vollmer2007-02-111-0/+79
* Added min count filter to browse by artist * Fixed ratings to show yours, not average if rated * other misc fixes