summaryrefslogtreecommitdiffstats
path: root/templates/show_albums.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* albums and artists now have ratingsKarl 'vollmerk' Vollmer2008-04-151-1/+4
|
* added some not enough data errors on the browse functionsKarl 'vollmerk' Vollmer2008-03-171-0/+5
|
* fixed some browsing stuff that I broke a while backKarl 'vollmerk' Vollmer2007-11-241-2/+2
|
* renamed a few files (missing php extension)spocky2007-10-241-24/+26
| | | | 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-10/+22
| | | | | | | - 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
* added sorting on most objects in most views, report bugs if you find points ↵Karl 'vollmerk' Vollmer2007-09-171-2/+2
| | | | 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
* added ability to view album art on browse ablums and removed redundent code ↵Karl 'vollmerk' Vollmer2007-08-061-2/+5
| | | | in show_artist, props to the first person who finds the bug with this re-use of code
* fixed a bug in the numbering, referencing a non-existant valueKarl 'vollmerk' Vollmer2007-08-021-0/+5
|
* added paging to artists, albums and fixed a missed linkKarl 'vollmerk' Vollmer2007-07-311-1/+2
|
* some minor tweakage to make ajaxie stuff kind of work in IEKarl 'vollmerk' Vollmer2007-07-171-22/+1
|
* fixed genre and artist view... mostly also fixed batch downloadsKarl 'vollmerk' Vollmer2007-06-041-0/+2
|
* removed some dead scripts, moved stuff around, fiddled with albums page... ↵Karl 'vollmerk' Vollmer2007-05-141-4/+4
| | | | might be an issue with the catalog add... or I might have just discovered a _ton_ of crappy tags... or a bug in getid3() figuring out which it is, is something for tomorrow
* flushed out the album view and added a few more features removed unused iconsKarl 'vollmerk' Vollmer2007-05-131-5/+19
|
* in theory the add functions on songs and albums works, now to add playing... ↵Karl 'vollmerk' Vollmer2007-05-131-0/+4
| | | | details.. I know
* started work on the sorting, and added in album viewing that kinda worksKarl 'vollmerk' Vollmer2007-05-071-67/+17
|
* * Fixed xmlrpc, hopefullyKarl 'vollmerk' Vollmer2007-02-111-0/+98
* Added min count filter to browse by artist * Fixed ratings to show yours, not average if rated * other misc fixes