summaryrefslogtreecommitdiffstats
path: root/templates/show_songs.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-8/+1
|
* Drop unused ajax_url variablesPaul Arthur2012-12-191-1/+0
|
* Switch from _() to T_()Paul Arthur2012-04-121-19/+19
| | | | | | 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-19/+30
|
* Change Browse from static to instantiable. Among other things, fixes FS#13;Paul 'flowerysong' Arthur2010-06-101-5/+5
| | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases.
* 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
|
* fix filter + paging and add sort by artist and album on song browseKarl 'vollmerk' Vollmer2008-08-211-3/+3
|
* bunch of fixes, and some breaks for the browsingKarl 'vollmerk' Vollmer2008-08-181-1/+1
|
* good number of changes to browse, this breaks more then it fixes...Karl 'vollmerk' Vollmer2008-08-131-6/+6
|
* moved the browse menu onto home, removed the browse tag from the menu, ↵Karl 'vollmerk' Vollmer2008-05-251-5/+2
| | | | removed genre from song views will eventually be replaced by tag. Added not enough data note to the recently played
* added in some caching and add the database upgrade that will make the taging ↵Karl 'vollmerk' Vollmer2008-05-121-3/+2
| | | | mostly work
* commit of the patches from codeoverload to implement tagging, will not work ↵Karl 'vollmerk' Vollmer2008-05-121-2/+7
| | | | without manual modification of database, yes.. this commit breaks things cope
* albums and artists now have ratingsKarl 'vollmerk' Vollmer2008-04-151-1/+1
|
* added some not enough data errors on the browse functionsKarl 'vollmerk' Vollmer2008-03-171-0/+5
|
* Fixed a missing bottom column in browse songsspocky2008-01-151-0/+3
|
* massive speed boost on the standard browse functionsKarl 'vollmerk' Vollmer2007-11-301-0/+4
|
* fixed some browsing stuff that I broke a while backKarl 'vollmerk' Vollmer2007-11-241-3/+3
|
* renamed a few files (missing php extension)spocky2007-10-241-31/+27
| | | | 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/+24
| | | | | | | - removed pager from browse table - added footer to browse tables - updated browse files for better customization - modified css
* added sorting on most objects in most views, report bugs if you find points ↵Karl 'vollmerk' Vollmer2007-09-171-4/+4
| | | | 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
* fixed a bug in the numbering, referencing a non-existant valueKarl 'vollmerk' Vollmer2007-08-021-0/+5
|
* fixed paging on search, and fixed get_locationKarl 'vollmerk' Vollmer2007-08-021-1/+0
|
* added a browse by all, noticed a bug with browsing _very_ large lists causes ↵Karl 'vollmerk' Vollmer2007-07-311-1/+1
| | | | it to pop know how to fix it, but I will do that tomorrow
* added paging to artists, albums and fixed a missed linkKarl 'vollmerk' Vollmer2007-07-311-1/+1
|
* added paging on all song displaysKarl 'vollmerk' Vollmer2007-07-311-1/+1
|
* removed some old/legacy functions fixed download and merged it into the /playKarl 'vollmerk' Vollmer2007-07-221-20/+2
|
* corrected ajax but introduced with prototype, tweaked how ajax stuff is ↵Karl 'vollmerk' Vollmer2007-07-221-2/+2
| | | | done, now uses ajax:: class also replaced player with a logout icon
* few fixups to pass W3C Validation Service (wip)xgizzmo2007-07-191-2/+2
|
* fixed some catalog update issues, fixed some genre pages and made the sql ↵Karl 'vollmerk' Vollmer2007-07-021-1/+1
| | | | sort stuff for show songs work
* added some links to the sidebar preferences adn then also added in some ↵Karl 'vollmerk' Vollmer2007-05-141-0/+17
| | | | missing fields to the show songs, only missing the ratings on show songs now...
* started work on the sorting, and added in album viewing that kinda worksKarl 'vollmerk' Vollmer2007-05-071-1/+3
|
* added in basic browse by song functionality with filtering of unplayedKarl 'vollmerk' Vollmer2007-05-061-0/+53