]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - composer.json
application: introduce the Shaarli\Config namespace 788/head
authorVirtualTam <virtualtam@flibidi.net>
Fri, 3 Mar 2017 22:06:12 +0000 (23:06 +0100)
committerVirtualTam <virtualtam@flibidi.net>
Sat, 4 Mar 2017 16:07:52 +0000 (17:07 +0100)
commit3c66e56435359dc678048193e8ee239d06f79b64
tree38a4be4a9d9babc193683feec412ac008ca9a169
parent74198dcdf65ee3dd83cbe5b6a8a85bc386a62063
application: introduce the Shaarli\Config namespace

Namespaces have been introduced with the REST API, and should be generalized
to the whole codebase to manage object scope and benefit from autoloading.

See:
- https://secure.php.net/manual/en/language.namespaces.php
- http://www.php-fig.org/psr/psr-4/

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
26 files changed:
application/Updater.php
application/api/ApiMiddleware.php
application/config/ConfigIO.php
application/config/ConfigJson.php
application/config/ConfigManager.php
application/config/ConfigPhp.php
application/config/ConfigPlugin.php
composer.json
index.php
tests/ApplicationUtilsTest.php
tests/PluginManagerTest.php
tests/Updater/UpdaterTest.php
tests/api/ApiMiddlewareTest.php
tests/api/controllers/GetLinkIdTest.php
tests/api/controllers/GetLinksTest.php
tests/api/controllers/InfoTest.php
tests/config/ConfigJsonTest.php
tests/config/ConfigManagerTest.php
tests/config/ConfigPhpTest.php
tests/config/ConfigPluginTest.php
tests/plugins/PluginIssoTest.php
tests/plugins/PluginMarkdownTest.php
tests/plugins/PluginPubsubhubbubTest.php
tests/plugins/PluginQrcodeTest.php
tests/plugins/PluginReadityourselfTest.php
tests/plugins/PluginWallabagTest.php