]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - index.php
Introduce the Updater class which 442/head
authorArthurHoaro <arthur@hoa.ro>
Tue, 12 Jan 2016 18:50:48 +0000 (19:50 +0100)
committerArthurHoaro <arthur@hoa.ro>
Mon, 15 Feb 2016 19:30:24 +0000 (20:30 +0100)
commit510377d2cb4b12d1a421e8a88bd7edb86f223451
tree6cea29c199fc1b29ccfb78f902313019f6f9d95e
parent268a2e52659964fb7d033a1bb4d1490bf8cc49bf
Introduce the Updater class which

  * 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).
application/Config.php
application/LinkDB.php
application/LinkFilter.php
application/Updater.php [new file with mode: 0644]
index.php
tests/ConfigTest.php
tests/Updater/DummyUpdater.php [new file with mode: 0644]
tests/Updater/UpdaterTest.php [new file with mode: 0644]