Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ConfigManager no longer uses singleton pattern | ArthurHoaro | 2016-06-11 | 1 | -5/+6 |
| | |||||
* | Replace $GLOBALS configuration with the configuration manager in the whole ↵ | ArthurHoaro | 2016-06-11 | 1 | -3/+2 |
| | | | | code base | ||||
* | Introduce the Updater class which | ArthurHoaro | 2016-02-15 | 1 | -0/+68 |
* contains methods designed to be run once. * is able to upgrade the datastore or the configuration. * is based on methods names, stored in a text file with ';' separator (updates.txt). * begins with existing function 'mergeDeprecatedConfigFile()' (options.php). |