summaryrefslogtreecommitdiffstats
path: root/templates/show_artists.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* 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