summaryrefslogtreecommitdiffstats
path: root/templates/show_democratic_playlist.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-44/+44
| | | | | 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.
* Move flip_class() from lib/ui.lib.php to UIPaul Arthur2013-01-261-1/+1
|
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-251-7/+1
|
* Start cleaning up the democratic thing.Paul Arthur2012-10-151-7/+7
| | | | | Whoever wrote the old implementation of get_items suffered from intense fear and hatred of SQL.
* Switch from _() to T_()Paul Arthur2012-04-121-18/+18
| | | | | | 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-1/+1
|
* some templates modified header commentmomo-i2011-02-031-17/+29
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-8/+8
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* add in the democratic methods (untested)Karl 'vollmerk' Vollmer2009-03-151-1/+1
|
* put supplemental object support back into the browse object for now, replace ↵Karl 'vollmerk' Vollmer2009-03-131-8/+1
| | | | later
* fix missing page headers on democratic playlist, also show the votersKarl 'vollmerk' Vollmer2009-03-111-18/+27
|
* broke the advanced random stuff, only ui in place for new stuff...Karl 'vollmerk' Vollmer2009-02-101-3/+3
|
* forgot some columns on democratic playlistKarl 'vollmerk' Vollmer2009-02-081-1/+3
|
* some more minor tweaks to democratic playlist, fixed now playing on ↵Karl 'vollmerk' Vollmer2009-02-081-3/+9
| | | | localplay playlist
* more tweaks to the democratic playlist, move the play command out front also ↵Karl 'vollmerk' Vollmer2009-02-081-6/+7
| | | | clean up now playing on localplay status box
* Fixed #309: $web_path (Thx juanjo)momo-i2008-10-021-0/+1
|
* fixed voting up/down and removal of songs from democratic playlist after ↵Karl 'vollmerk' Vollmer2007-11-241-1/+3
| | | | playback
* democratic play working, if still slightly sketchyKarl 'vollmerk' Vollmer2007-11-241-3/+4
|
* democratic play on its way to being fixed, can add songs to a playlist, and ↵Karl 'vollmerk' Vollmer2007-11-241-10/+4
| | | | view them ca not play it or delete/vote yet...
* initial work on democratic play, not finished, added drop down select for ↵Karl 'vollmerk' Vollmer2007-11-101-0/+99
playtype switching back in, thinking about changing it and making it a row of icons... not sure