Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -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 UI | Paul Arthur | 2013-01-26 | 1 | -2/+2 |
| | |||||
* | Move access_denied() from lib/ui.lib.php to UI | Paul Arthur | 2013-01-26 | 1 | -6/+6 |
| | |||||
* | Cosmetics: clean up heads in / | Paul Arthur | 2013-01-25 | 1 | -7/+1 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -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 crap | Paul Arthur | 2011-04-04 | 1 | -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 phpdoc | momo-i | 2011-02-03 | 1 | -19/+30 |
| | |||||
* | Change Browse from static to instantiable. Among other things, fixes FS#13; | Paul 'flowerysong' Arthur | 2010-06-10 | 1 | -4/+5 |
| | | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases. | ||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -72/+72 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | sync from 3.5.x and fix display issue on playlist view | Karl 'vollmerk' Vollmer | 2009-12-20 | 1 | -1/+6 |
| | |||||
* | fix democratic play interface feedback issues and make the wizard actually work | Karl 'vollmerk' Vollmer | 2009-03-15 | 1 | -3/+23 |
| | |||||
* | put supplemental object support back into the browse object for now, replace ↵ | Karl 'vollmerk' Vollmer | 2009-03-13 | 1 | -0/+4 |
| | | | | later | ||||
* | fix missing page headers on democratic playlist, also show the voters | Karl 'vollmerk' Vollmer | 2009-03-11 | 1 | -0/+1 |
| | |||||
* | corrected display on cleared democratic playlist, and added some basic ↵ | Karl 'vollmerk' Vollmer | 2009-02-21 | 1 | -0/+1 |
| | | | | caching, vote amount needs to be cached | ||||
* | some more minor tweaks to democratic playlist, fixed now playing on ↵ | Karl 'vollmerk' Vollmer | 2009-02-08 | 1 | -1/+2 |
| | | | | localplay playlist | ||||
* | more tweaks to the democratic playlist, move the play command out front also ↵ | Karl 'vollmerk' Vollmer | 2009-02-08 | 1 | -1/+5 |
| | | | | clean up now playing on localplay status box | ||||
* | last commit before stable release, been a long hard road | Karl 'vollmerk' Vollmer | 2008-05-10 | 1 | -1/+1 |
| | |||||
* | fixed some pretty dumb issues with democratic play | Karl 'vollmerk' Vollmer | 2008-03-14 | 1 | -23/+1 |
| | |||||
* | almost done cleaning up the democratic play mojo | Karl 'vollmerk' Vollmer | 2008-03-11 | 1 | -24/+0 |
| | |||||
* | minor fixes to the playlist, fixed up the democratic playlist kinda, still ↵ | Karl 'vollmerk' Vollmer | 2008-03-10 | 1 | -1/+14 |
| | | | | does not work completely | ||||
* | fixed the acl issue... sigh | Karl 'vollmerk' Vollmer | 2008-03-07 | 1 | -7/+6 |
| | |||||
* | democratic play working, if still slightly sketchy | Karl 'vollmerk' Vollmer | 2007-11-24 | 1 | -9/+5 |
| | |||||
* | democratic play on its way to being fixed, can add songs to a playlist, and ↵ | Karl 'vollmerk' Vollmer | 2007-11-24 | 1 | -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' Vollmer | 2007-11-12 | 1 | -0/+29 |
| | | | | it work how I want, will do later | ||||
* | initial work on democratic play, not finished, added drop down select for ↵ | Karl 'vollmerk' Vollmer | 2007-11-10 | 1 | -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' Vollmer | 2007-05-08 | 1 | -0/+98 |
some logic in play/index.php |