Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a method to set/unset multiple config values in one call | Joas Schilling | 2015-01-23 | 1 | -0/+10 |
| | | | | | This reduces the number of file writes we do for config.php and therefor hopefully helps lowering the chances for empty config.php files | ||||
* | Extract interaction with config.php into SystemConfig | Morris Jobke | 2014-12-08 | 1 | -0/+49 |
* introduce SystemConfig to avoid DI circle (used by database connection which is itself needed by AllConfig that itself contains the methods to access the config.php which then would need the database connection - did you get it? ;)) * use DI container and use that method in legacy code paths (for easier refactoring later) * create and use getSystemConfig instead of query() in DI container |