]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - index.php
Replace $GLOBALS configuration with the configuration manager in the whole code base
authorArthurHoaro <arthur@hoa.ro>
Wed, 18 May 2016 19:48:24 +0000 (21:48 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sat, 11 Jun 2016 07:30:56 +0000 (09:30 +0200)
commit684e662a58b02bde225e44d3677987b6fc3adf0b
treedb0d4ca1d9b53341cc108b0e7671ffde0e9caee9
parent59404d7909b21682ec0782778452a8a70e38b25e
Replace $GLOBALS configuration with the configuration manager in the whole code base
23 files changed:
application/ApplicationUtils.php
application/Config.php [deleted file]
application/FileUtils.php
application/PageBuilder.php
application/Updater.php
application/Utils.php
application/config/ConfigIO.php
application/config/ConfigManager.php
application/config/ConfigPhp.php
application/config/ConfigPlugin.php
index.php
tests/ApplicationUtilsTest.php
tests/ConfigTest.php [deleted file]
tests/FeedBuilderTest.php
tests/LinkDBTest.php
tests/Updater/DummyUpdater.php
tests/Updater/UpdaterTest.php
tests/config/ConfigPhpTest.php
tests/config/php/configOK.php [deleted file]
tests/utils/config/configPhp.php [new file with mode: 0644]
tests/utils/config/configUpdater.php [new file with mode: 0644]
tpl/configure.html
tpl/page.header.html