summaryrefslogtreecommitdiffstats
path: root/templates/list_header.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-68/+68
| | | | | 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.
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-251-7/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-2/+2
| | | | | | 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 uses of Config::set and Config::set_by_arrayPaul Arthur2012-03-061-1/+1
| | | | | Consistently pass in a boolean instead of a string or an int for the clobber flag.
* 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-18/+29
|
* Some cleanup and optimisation of list headers. Fixes FS#137.Paul 'flowerysong' Arthur2010-09-211-48/+51
|
* Change Browse from static to instantiable. Among other things, fixes FS#13;Paul 'flowerysong' Arthur2010-06-101-8/+7
| | | | | 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-24/+24
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* move over to query class as backend for browseKarl 'vollmerk' Vollmer2009-03-081-1/+1
|
* fixed a long standing browsing issue where you could not browse two ↵Karl 'vollmerk' Vollmer2008-08-081-5/+6
| | | | different things at the same time
* major corrections to reading of preferences and a few misc fixes which I ↵Karl 'vollmerk' Vollmer2008-02-291-1/+1
| | | | have now forgotten
* fixed an issue with downsample remote where it required access_control to be ↵Karl 'vollmerk' Vollmer2007-12-301-1/+1
| | | | on, and also would downsample those inside the local network definition rather then those outside
* - Updated Now Playing html/cssspocky2007-11-131-3/+4
| | | | | | | - Fixed Star-rating css - Updated Pager (5 elements around selected page# should be enough) - Updated Album class so that disk# is part of the link - Some more cleanup/updates to html/themes (hopefully it should be almost done in a week, so that themers can start theming on 3.4)
* Updated ajax loaderspocky2007-10-151-16/+9
| | | | | | Updated pager html/css Fixed some Greysme's bugs Didn't fix ajax links w3c conformance :)
* fixed slight glitch introduced into the paging stuffKarl 'vollmerk' Vollmer2007-08-191-1/+1
|
* fixed lower paging horn, tweaked css for page-a-nation, added paging to ↵Karl 'vollmerk' Vollmer2007-08-091-23/+14
| | | | 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-1/+1
|
* added paging to artists, albums and fixed a missed linkKarl 'vollmerk' Vollmer2007-07-311-15/+1
|
* added paging on all song displaysKarl 'vollmerk' Vollmer2007-07-311-26/+22
|
* added in basic browse by song functionality with filtering of unplayedKarl 'vollmerk' Vollmer2007-05-061-0/+162