summaryrefslogtreecommitdiffstats
path: root/lib/class/config.class.php
Commit message (Collapse)AuthorAgeFilesLines
* Clean up ConfigPaul Arthur2013-01-291-49/+14
|
* Cosmetics: death to tabsPaul Arthur2013-01-261-90/+90
| | | | | 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-11/+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 Config::set and Config::set_by_arrayPaul Arthur2012-03-061-11/+13
| | | | Boolean parameters should be boolean.
* Fixed messages translatable.momo-i2011-12-271-1/+1
|
* 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.
* Fixed indent and add translation wordsmomo-i2011-02-031-2/+23
|
* Modified header comment for phpdocmomo-i2011-02-031-19/+42
|
* fix notice due to undefined indexes when checking for unset config valuesKarl 'vollmerk' Vollmer2010-05-041-1/+2
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-18/+18
|
* 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-5/+0
|
* Adding the bandwidth option to the preferences. This changes the complexity ↵martian2010-02-091-0/+5
| | | | of the UI and toggles album art.
* initial debug workKarl 'vollmerk' Vollmer2008-05-071-35/+24
|
* two php5 only classes... first stage of re-writeKarl 'vollmerk' Vollmer2007-04-081-0/+111