]> git.mxchange.org Git - friendica.git/commit
Shorten "PConfiguration" to "PConfig" again, since the Wrapper is gone
authornupplaPhil <admin@philipp.info>
Sun, 19 Jan 2020 21:23:44 +0000 (22:23 +0100)
committernupplaPhil <admin@philipp.info>
Sun, 19 Jan 2020 21:23:44 +0000 (22:23 +0100)
commitd5a473abdaa019b6b3747ef6ee15c6202cec839b
treeabd4dd416074bab8d759dc48987a467f642a5ce0
parentcb80108957f16011b5b7b1b8961da8cbd78d60c9
Shorten "PConfiguration" to "PConfig" again, since the Wrapper is gone
47 files changed:
index.php
src/App.php
src/App/Authentication.php
src/App/Mode.php
src/App/Page.php
src/Console/AutomaticInstallation.php
src/Console/DatabaseStructure.php
src/Core/BaseConfig.php
src/Core/BasePConfig.php [new file with mode: 0644]
src/Core/Config/Cache.php [new file with mode: 0644]
src/Core/Config/Cache/ConfigCache.php [deleted file]
src/Core/Config/Cache/PConfigCache.php [deleted file]
src/Core/Config/IConfig.php
src/Core/Config/IPConfiguration.php [deleted file]
src/Core/Config/JitConfig.php
src/Core/Config/JitPConfiguration.php [deleted file]
src/Core/Config/PConfiguration.php [deleted file]
src/Core/Config/PreloadConfig.php
src/Core/Config/PreloadPConfiguration.php [deleted file]
src/Core/Installer.php
src/Core/PConfig/Cache.php [new file with mode: 0644]
src/Core/PConfig/IPConfig.php [new file with mode: 0644]
src/Core/PConfig/JitPConfig.php [new file with mode: 0644]
src/Core/PConfig/PreloadPConfig.php [new file with mode: 0644]
src/DI.php
src/Database/Database.php
src/Factory/ConfigFactory.php
src/Model/Notify.php
src/Module/Admin/Summary.php
src/Module/Install.php
src/Util/ConfigFileLoader.php
src/Util/Profiler.php
static/dependencies.config.php
tests/Util/AppMockTrait.php
tests/functional/DependencyCheckTest.php
tests/include/ApiTest.php
tests/src/App/ModeTest.php
tests/src/Console/AutomaticInstallationConsoleTest.php
tests/src/Core/Config/Cache/ConfigCacheTest.php
tests/src/Core/Config/Cache/PConfigCacheTest.php
tests/src/Core/Config/ConfigurationTest.php
tests/src/Core/Config/JitPConfigurationTest.php
tests/src/Core/Config/PConfigurationTest.php
tests/src/Core/Config/PreloadPConfigurationTest.php
tests/src/Core/InstallerTest.php
tests/src/Util/Config/ConfigFileLoaderTest.php
tests/src/Util/ProfilerTest.php