aboutsummaryrefslogtreecommitdiffstats
path: root/lib/legacy/config.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-107/+0
| | | | | Conflicts: lib/private/vcategories.php
* add function to get config object from OC_ConfigRobin Appelman2013-07-291-0/+4
|
* on unit test use @expectedExceptionThomas Müller2013-07-021-0/+3
| | | | some phpdoc added
* Set debugMode after reading the config fileBart Visscher2013-06-271-1/+1
|
* Revert "Can't determine if debug mode is defined until we read the config"Bart Visscher2013-06-271-1/+1
| | | | This reverts commit 969e43c87b7afb6184846fe27849167c9c6f5eab.
* Can't determine if debug mode is defined until we read the configMichael Gapczynski2013-06-101-1/+1
|
* Style and comment fixesMichael Gapczynski2013-06-031-14/+16
|
* Convert OC_Config to object interfaceBart Visscher2013-05-071-0/+98