summaryrefslogtreecommitdiffstats
path: root/lib/class/preference.class.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-359/+359
| | | | | 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 heads in lib/Paul Arthur2013-01-251-14/+2
|
* Clean up uses of Config::set and Config::set_by_arrayPaul Arthur2012-03-061-2/+2
| | | | | Consistently pass in a boolean instead of a string or an int for the clobber flag.
* 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.
* 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-20/+42
|
* Break everyone's config by changing metadata gathering.Paul 'flowerysong' Arthur2010-10-061-2/+2
|
* Process config arrays in a loop, instead of by hand.Paul 'flowerysong' Arthur2010-07-021-8/+7
|
* Plugin work. Plugins are now pluggable: no plugin-specific code in the main ↵Paul 'flowerysong' Arthur2010-06-221-0/+12
| | | | | | | Ampache code. Plugins are now updatable, if configuration changes are needed for a new version.
* Switch Album so it uses new art methodsKarl 'vollmerk' Vollmer2010-03-211-3/+4
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-149/+149
|
* Cosmetics: use tabs for indentation, tweak some indentation/coding style.Paul 'flowerysong' Arthur2010-03-141-47/+47
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Tweaked how features / bandwidth level is checked, not happy with it.Karl 'vollmerk' Vollmer2010-02-141-1/+2
|
* Adding the bandwidth option to the preferences. This changes the complexity ↵martian2010-02-091-1/+1
| | | | of the UI and toggles album art.
* Remove Dba::query from a few more classesKarl 'vollmerk' Vollmer2009-12-141-12/+13
|
* sync from branchKarl 'vollmerk' Vollmer2009-07-081-6/+7
|
* fix title issue and add some more stuff to the boolean list for preferencesKarl 'vollmerk' Vollmer2009-06-021-2/+4
|
* Add ability to have anonymouse access of a defined level with manual login ↵Karl 'vollmerk' Vollmer2009-03-081-1/+1
| | | | of users
* fix download and batch download Addresses #408 and #407Karl 'vollmerk' Vollmer2009-03-071-2/+1
|
* fix editing preferences, and colorize the debug page a tad for funKarl 'vollmerk' Vollmer2009-01-271-0/+28
|
* changed the xmlrpc library to the pear xmlrpc library. Also fixed some other ↵dipsol2008-12-111-4/+9
| | | | litle things not worth mentioning.
* added paging to the localplay playlist, fixed some preferences issues I ↵Karl 'vollmerk' Vollmer2008-08-051-0/+12
| | | | introduced with the form register and caching
* remove redundent code (Thx Protagonist)Karl 'vollmerk' Vollmer2008-07-291-4/+2
|
* password nag no longer requires a login/logout to clear after restting ↵Karl 'vollmerk' Vollmer2008-07-291-3/+27
| | | | password, cache the prefs dropping the # of queries a bit per protags suggestion
* improved preferences load, down to a single query and a single loopKarl 'vollmerk' Vollmer2008-07-291-21/+9
|
* some rather major bug fixes, corrected a preference setting issue, as well ↵Karl 'vollmerk' Vollmer2008-05-101-10/+21
| | | | as a preference update issue, fixed infinite plugin installing for fun and profit, also fixed updating the config file not regenerating the version correctly and the user creation allowing users with blank password, which does not work at the login
* fixed recently played, removed a bunch of useless files, added new methods ↵Karl 'vollmerk' Vollmer2008-03-211-1/+1
| | | | to api as requested by dev, fixed some minor issues with enabling of localplay methods
* corrected a few queries, removed a few other useless ones that were already ↵Karl 'vollmerk' Vollmer2008-02-281-3/+4
| | | | broken
* fixed updating access level for prefs, headers for po files, httpq player ↵Karl 'vollmerk' Vollmer2008-01-051-1/+9
| | | | skip command and image resize for gif and png
* fixed apply to all and updating of httpq instancesKarl 'vollmerk' Vollmer2008-01-041-2/+8
|
* Fixed error when checking user permissions for preferencesflashk2007-12-291-0/+1
|
* fixed the find duplicates stuff, its actually still broken somewhat but it ↵Karl 'vollmerk' Vollmer2007-12-161-1/+0
| | | | mostly works so why not commit eah?
* fixed some playlist issues, (mime type and selection) cleaned up the ↵Karl 'vollmerk' Vollmer2007-12-161-0/+80
| | | | preferences lib a little more moved a lot into the class, updated references to old functions
* re-added the edit users prefs mojoKarl 'vollmerk' Vollmer2007-12-101-1/+27
|
* fixed an album art config parsing problem, Thanks Karl Hungus more work on ↵Karl 'vollmerk' Vollmer2007-11-191-0/+22
| | | | xml class and api mojo, handshake logic in place
* more work on the localplay stuff, most details ironed out, just needs some ↵Karl 'vollmerk' Vollmer2007-09-121-0/+42
| | | | code to back it up, also tweaked plugins and threw in some extra goodies in the preference class, also pimped out the error class
* - Fixed missing web_path on catalog functionsKarl 'vollmerk' Vollmer2007-09-091-0/+23
| | | | | - New Localplay Controller Abstract class, required for controllers - Tweaked preferences as needed for localplay mojo
* step one of toasting /lib/preference.lib.php and also added a missing GPL noteKarl 'vollmerk' Vollmer2007-08-141-0/+155