summaryrefslogtreecommitdiffstats
path: root/democratic.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-88/+88
| | | | | 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 show_{footer,header}() from ui.lib.php to UIPaul Arthur2013-01-261-2/+2
|
* Move access_denied() from lib/ui.lib.php to UIPaul Arthur2013-01-261-6/+6
|
* Cosmetics: clean up heads in /Paul Arthur2013-01-251-7/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-1/+1
| | | | | | 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.
* header comment replace for phpdocmomo-i2011-02-031-19/+30
|
* Change Browse from static to instantiable. Among other things, fixes FS#13;Paul 'flowerysong' Arthur2010-06-101-4/+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-72/+72
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* sync from 3.5.x and fix display issue on playlist viewKarl 'vollmerk' Vollmer2009-12-201-1/+6
|
* fix democratic play interface feedback issues and make the wizard actually workKarl 'vollmerk' Vollmer2009-03-151-3/+23
|
* put supplemental object support back into the browse object for now, replace ↵Karl 'vollmerk' Vollmer2009-03-131-0/+4
| | | | later
* fix missing page headers on democratic playlist, also show the votersKarl 'vollmerk' Vollmer2009-03-111-0/+1
|
* corrected display on cleared democratic playlist, and added some basic ↵Karl 'vollmerk' Vollmer2009-02-211-0/+1
| | | | caching, vote amount needs to be cached
* some more minor tweaks to democratic playlist, fixed now playing on ↵Karl 'vollmerk' Vollmer2009-02-081-1/+2
| | | | localplay playlist
* more tweaks to the democratic playlist, move the play command out front also ↵Karl 'vollmerk' Vollmer2009-02-081-1/+5
| | | | clean up now playing on localplay status box
* last commit before stable release, been a long hard roadKarl 'vollmerk' Vollmer2008-05-101-1/+1
|
* fixed some pretty dumb issues with democratic playKarl 'vollmerk' Vollmer2008-03-141-23/+1
|
* almost done cleaning up the democratic play mojoKarl 'vollmerk' Vollmer2008-03-111-24/+0
|
* minor fixes to the playlist, fixed up the democratic playlist kinda, still ↵Karl 'vollmerk' Vollmer2008-03-101-1/+14
| | | | does not work completely
* fixed the acl issue... sighKarl 'vollmerk' Vollmer2008-03-071-7/+6
|
* democratic play working, if still slightly sketchyKarl 'vollmerk' Vollmer2007-11-241-9/+5
|
* democratic play on its way to being fixed, can add songs to a playlist, and ↵Karl 'vollmerk' Vollmer2007-11-241-1/+1
| | | | view them ca not play it or delete/vote yet...
* more democratic play work, still not working going to need db change to make ↵Karl 'vollmerk' Vollmer2007-11-121-0/+29
| | | | it work how I want, will do later
* initial work on democratic play, not finished, added drop down select for ↵Karl 'vollmerk' Vollmer2007-11-101-13/+13
| | | | playtype switching back in, thinking about changing it and making it a row of icons... not sure
* renamed tv, fixed up the tmp playlist, added two preferences and corrected ↵Karl 'vollmerk' Vollmer2007-05-081-0/+98
some logic in play/index.php