aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Updater
Commit message (Collapse)AuthorAgeFilesLines
* Introduce the Updater class whichArthurHoaro2016-02-152-0/+295
* 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).