]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Adds ConfigJson which handle the configuration in JSON format.
authorArthurHoaro <arthur@hoa.ro>
Sun, 29 May 2016 10:32:14 +0000 (12:32 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sat, 11 Jun 2016 07:30:56 +0000 (09:30 +0200)
commitb74b96bfbd0b778ac50fd17f5e107c51435b1678
treefd2debc510c2c51e9b75e2081a31a10e9c02ad06
parent684e662a58b02bde225e44d3677987b6fc3adf0b
Adds ConfigJson which handle the configuration in JSON format.

Also use the Updater to make the transition
13 files changed:
application/PageBuilder.php
application/Updater.php
application/config/ConfigIO.php
application/config/ConfigJson.php [new file with mode: 0644]
application/config/ConfigManager.php
tests/Updater/UpdaterTest.php
tests/config/ConfigJsonTest.php [new file with mode: 0644]
tests/config/ConfigManagerTest.php
tests/utils/config/configInvalid.json.php [new file with mode: 0644]
tests/utils/config/configJson.json.php [new file with mode: 0644]
tests/utils/config/configUpdateDone.json.php [new file with mode: 0644]
tpl/linklist.html
tpl/tools.html