summaryrefslogtreecommitdiffstats
path: root/lib/class/democratic.class.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix democratic playlist displayPaul Arthur2013-04-131-2/+4
|
* FS#272 - Adding songs to democratic playlistPaul Arthur2013-02-071-3/+1
| | | | This might fix democratic handling. Untested.
* Cosmetics: s/Itterate/Iterate/Paul Arthur2013-01-281-1/+1
|
* Cosmetics: death to tabsPaul Arthur2013-01-261-520/+520
| | | | | 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.
* Rename tmpPlaylist to Tmp_PlaylistPaul Arthur2013-01-251-3/+3
|
* Cosmetics: clean up heads in lib/Paul Arthur2013-01-251-12/+2
|
* Start cleaning up the democratic thing.Paul Arthur2012-10-151-125/+91
| | | | | Whoever wrote the old implementation of get_items suffered from intense fear and hatred of SQL.
* Switch from _() to T_()Paul Arthur2012-04-121-7/+7
| | | | | | 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-9/+0
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* Remove outdated comment.Paul Arthur2011-04-041-3/+0
|
* header comment modified for phpdocmomo-i2011-02-031-1/+1
|
* header comment for phpdocmomo-i2011-02-031-1/+1
|
* test header for phpdoc. now using only classes and libraries.momo-i2011-02-021-1/+0
|
* test for phpdocmomo-i2011-02-021-19/+41
|
* Fix Democratic play - properly remove songs after playbackKarl Vollmer2011-01-251-3/+6
|
* Resolve #90 and #89, remove democratic playlist entries if there is a fatal ↵Karl Vollmer2010-12-091-0/+14
| | | | error when trying to play them
* Clean up democratic/tmpplaylist relationship to work under E_STRICT.Paul 'flowerysong' Arthur2010-04-281-1/+5
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-198/+198
|
* Cosmetics: use tabs for indentation, tweak some indentation/coding style.Paul 'flowerysong' Arthur2010-03-141-172/+172
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* whole bunch more Dba::query replacementsKarl 'vollmerk' Vollmer2009-12-141-14/+14
|
* fix democratic play interface feedback issues and make the wizard actually workKarl 'vollmerk' Vollmer2009-03-151-0/+32
|
* put supplemental object support back into the browse object for now, replace ↵Karl 'vollmerk' Vollmer2009-03-131-5/+12
| | | | later
* assoicate the democratic playback with the user who sends the urlKarl 'vollmerk' Vollmer2009-03-111-1/+1
|
* fix missing page headers on democratic playlist, also show the votersKarl 'vollmerk' Vollmer2009-03-111-16/+61
|
* fix a problem with single album display, also make the democratic play votes ↵Karl 'vollmerk' Vollmer2009-03-091-5/+7
| | | | ordered by track as secondary to vote time()
* first work on next db update, correct play_url() removing redundent path, ↵Karl 'vollmerk' Vollmer2009-03-011-5/+4
| | | | fix democratic play clear
* unify how the stream is constructed and played, this is a major change might ↵Karl 'vollmerk' Vollmer2009-02-281-11/+4
| | | | be some regressions
* corrected display on cleared democratic playlist, and added some basic ↵Karl 'vollmerk' Vollmer2009-02-211-0/+8
| | | | caching, vote amount needs to be cached
* * Add mpeg to list of _parse_avi valid file typesKarl 'vollmerk' Vollmer2009-02-211-10/+28
| | | | | * Fixed clear playlist, however it reveled a problem with the get items * Removed a stupid extra check on database build
* sync to trunkKarl 'vollmerk' Vollmer2008-12-281-1/+3
|
* sync changes to trunkKarl 'vollmerk' Vollmer2008-12-261-1/+6
|
* fixed remove vote removing all votes regardless on democratic playKarl 'vollmerk' Vollmer2008-04-221-2/+2
|
* flush out the democratic mojo, make the cooldown workKarl 'vollmerk' Vollmer2008-03-171-2/+25
|
* force consistant charset on file add, add fix_filenames script and minor ↵Karl 'vollmerk' Vollmer2008-03-171-1/+5
| | | | tweak for democratic play
* fixed some pretty dumb issues with democratic playKarl 'vollmerk' Vollmer2008-03-141-3/+24
|
* minor change to tag gather, some speed improvements on the catalog verify ↵Karl 'vollmerk' Vollmer2008-03-131-0/+6
| | | | and more changes to democratic play, will not work currently due to missing db update that needs more testing
* almost done cleaning up the democratic play mojoKarl 'vollmerk' Vollmer2008-03-111-10/+53
|
* added song action for the api, fiddled with the democratic play stuff againKarl 'vollmerk' Vollmer2008-03-101-0/+1
|
* minor fixes to the playlist, fixed up the democratic playlist kinda, still ↵Karl 'vollmerk' Vollmer2008-03-101-2/+28
| | | | does not work completely
* fixed the acl issue... sighKarl 'vollmerk' Vollmer2008-03-071-1/+68
|
* fixed democratic play ordering along with some misc play isues with it, ↵Karl 'vollmerk' Vollmer2007-12-021-24/+73
| | | | limited object on rightbar to 100 also started fixing the user registration, which I had forgotten about
* fixed the page reloads once and for all, had to revert to iframe for ↵Karl 'vollmerk' Vollmer2007-11-251-4/+3
| | | | democratic play and localplay, fixed an adding issue with democratic play if the songs were left in your active playlist
* really fixed the non-removal of played songs this timeKarl 'vollmerk' Vollmer2007-11-241-1/+2
|
* fixed voting up/down and removal of songs from democratic playlist after ↵Karl 'vollmerk' Vollmer2007-11-241-9/+29
| | | | playback
* democratic play working, if still slightly sketchyKarl 'vollmerk' Vollmer2007-11-241-2/+98
|
* democratic play on its way to being fixed, can add songs to a playlist, and ↵Karl 'vollmerk' Vollmer2007-11-241-2/+117
| | | | 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-13/+14
| | | | 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-0/+69
playtype switching back in, thinking about changing it and making it a row of icons... not sure