Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -424/+424 |
| | | | | | 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 remaining heads | Paul Arthur | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | Cosmetics: kill some more PHPDoc clutter | Paul Arthur | 2013-01-15 | 1 | -13/+1 |
| | |||||
* | Clean up the MPD localplay controller | Paul Arthur | 2013-01-15 | 1 | -21/+16 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -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 uses of Config::set and Config::set_by_array | Paul Arthur | 2012-03-06 | 1 | -1/+1 |
| | | | | | Consistently pass in a boolean instead of a string or an int for the clobber flag. | ||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -9/+2 |
| | | | | | | 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 | -1/+1 |
| | |||||
* | test header for phpdoc. now using only classes and libraries. | momo-i | 2011-02-02 | 1 | -18/+39 |
| | |||||
* | MPD class rewrite. | Paul 'flowerysong' Arthur | 2010-08-05 | 1 | -78/+40 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | Replaced almost every dba::query to dba::read or dba::write. | dipsol | 2009-12-14 | 1 | -8/+8 |
| | |||||
* | 2 needs to be withing the enclosing brackets | dipsol | 2009-09-03 | 1 | -171/+171 |
| | |||||
* | Sync from branch | Karl 'vollmerk' Vollmer | 2009-09-02 | 1 | -0/+4 |
| | |||||
* | make the httpq and mpd controlers understand live stream urls | Karl 'vollmerk' Vollmer | 2009-02-28 | 1 | -8/+22 |
| | |||||
* | some more minor tweaks to democratic playlist, fixed now playing on ↵ | Karl 'vollmerk' Vollmer | 2009-02-08 | 1 | -4/+3 |
| | | | | localplay playlist | ||||
* | fixed mpd controller url parsing | Karl 'vollmerk' Vollmer | 2009-02-08 | 1 | -2/+2 |
| | |||||
* | remove lib/album.lib.php and move its two functions into album class, ↵ | Karl 'vollmerk' Vollmer | 2008-08-31 | 1 | -14/+13 |
| | | | | corrected some old php4 ish code in localplay controllers, removed redundent link from sidebar (modules) | ||||
* | massivly simplify parse_url() and make it so random urls show up correctly ↵ | Karl 'vollmerk' Vollmer | 2008-08-31 | 1 | -0/+4 |
| | | | | in the localplay playlist | ||||
* | really fix the localplay instance thing | Karl 'vollmerk' Vollmer | 2008-05-19 | 1 | -1/+1 |
| | |||||
* | fix typo also tweak the localplay controllers so they update the active ↵ | Karl 'vollmerk' Vollmer | 2008-05-18 | 1 | -0/+1 |
| | | | | instance correctly | ||||
* | updated locales, hopefully one of the last commits before 3.4 stable release | Karl 'vollmerk' Vollmer | 2008-05-10 | 1 | -1/+1 |
| | |||||
* | major corrections to reading of preferences and a few misc fixes which I ↵ | Karl 'vollmerk' Vollmer | 2008-02-29 | 1 | -1/+1 |
| | | | | have now forgotten | ||||
* | fixed sorting order on browse playlists | Karl 'vollmerk' Vollmer | 2008-01-14 | 1 | -1/+1 |
| | |||||
* | slight tweak to the random album art, needs improvement will look funny on ↵ | Karl 'vollmerk' Vollmer | 2008-01-01 | 1 | -0/+19 |
| | | | | catalogs with no art (for now) editing an mpd instance works, need to fix httpq editing and add instance testing | ||||
* | fixed two transcode bugs | Karl 'vollmerk' Vollmer | 2007-12-15 | 1 | -2/+2 |
| | |||||
* | minor typo in mpd controller prevented it from being enabled | Karl 'vollmerk' Vollmer | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | added the controls to the mpd playlist does not refresh correctly, but does work | Karl 'vollmerk' Vollmer | 2007-12-09 | 1 | -3/+3 |
| | |||||
* | untested HTTPQ code, improved MPD parsing of URLS so it reconizes democratic ↵ | Karl 'vollmerk' Vollmer | 2007-12-08 | 1 | -28/+38 |
| | | | | play stuff now | ||||
* | fixed admin prefs, flushed out localplay stuff, tweaked filters on browse | Karl 'vollmerk' Vollmer | 2007-10-18 | 1 | -26/+18 |
| | |||||
* | added abilty to display and delete localplay instances | Karl 'vollmerk' Vollmer | 2007-10-12 | 1 | -3/+10 |
| | |||||
* | fixed two MPD issues, can now disable localplay modules, added check for PHP5 | Karl 'vollmerk' Vollmer | 2007-10-10 | 1 | -4/+10 |
| | |||||
* | fixed some localplay issues, now correctly shows the active instance at ↵ | Karl 'vollmerk' Vollmer | 2007-09-28 | 1 | -3/+5 |
| | | | | least for the MPD module | ||||
* | made localplay technically work, lots of work to still do | Karl 'vollmerk' Vollmer | 2007-09-20 | 1 | -14/+31 |
| | |||||
* | some fixes for the localplay, you can now install the MPD controller, and ↵ | Karl 'vollmerk' Vollmer | 2007-09-14 | 1 | -40/+40 |
| | | | | add instances, just not actually play to it... realized I need to think on how to do that a little... | ||||
* | more work on the localplay stuff, most details ironed out, just needs some ↵ | Karl 'vollmerk' Vollmer | 2007-09-12 | 1 | -5/+67 |
| | | | | code to back it up, also tweaked plugins and threw in some extra goodies in the preference class, also pimped out the error class | ||||
* | few more tweaks to localplay, added in the mpd table creation mojo, just ↵ | Karl 'vollmerk' Vollmer | 2007-09-09 | 1 | -0/+19 |
| | | | | need to finish install and then build the interface | ||||
* | few minor bug fixes, and some more tweaks for localplay | Karl 'vollmerk' Vollmer | 2007-09-09 | 1 | -14/+31 |
| | |||||
* | new db update, moved prefs around removed useless one and fixed some ↵ | Karl 'vollmerk' Vollmer | 2007-09-09 | 1 | -1/+1 |
| | | | | defaults, also fixed some potential issues with lastfm | ||||
* | - Fixed missing web_path on catalog functions | Karl 'vollmerk' Vollmer | 2007-09-09 | 1 | -27/+29 |
| | | | | | - New Localplay Controller Abstract class, required for controllers - Tweaked preferences as needed for localplay mojo | ||||
* | fixed preferences mostly, also fixed some genre issues and other stuff I am ↵ | Karl 'vollmerk' Vollmer | 2007-06-11 | 1 | -4/+4 |
| | | | | forgetting now | ||||
* | localplay controllers and some spelling fixes | Karl 'vollmerk' Vollmer | 2007-01-17 | 1 | -1/+1 |
| | |||||
* | fixed a minor math issue with the mpd controller | Karl 'vollmerk' Vollmer | 2007-01-04 | 1 | -1/+1 |
| | |||||
* | few more fixes to the httpq player... has some strange semi-random issue ↵ | Karl 'vollmerk' Vollmer | 2006-12-22 | 1 | -2/+2 |
| | | | | with some urls.. investigating | ||||
* | new httpq localplay method, fixes for preferences and mpd controller | Karl 'vollmerk' Vollmer | 2006-12-22 | 1 | -1/+1 |
| | |||||
* | * Prevent Album art set on demo because people put porn in there :( | Karl 'vollmerk' Vollmer | 2006-12-05 | 1 | -0/+17 |
| | | | | | | | * Fix Push functionality for the Democratic view stuff * Add footer div definition per Apex's request * Fix Config display with multi-value elements * Added plugin checking to update.php wq | ||||
* | some minor MPD changes and bug fixes for localplay | Karl 'vollmerk' Vollmer | 2006-11-14 | 1 | -2/+4 |
| | |||||
* | fixed parse error if no localplay type is selected | Karl 'vollmerk' Vollmer | 2006-11-13 | 1 | -0/+2 |
| | |||||
* | fixed the title on registration, and a bunch of random other things | Karl 'vollmerk' Vollmer | 2006-11-10 | 1 | -4/+3 |
| | |||||
* | fixed mpd logic error and post max size | Karl 'vollmerk' Vollmer | 2006-11-02 | 1 | -4/+3 |
| |