]> git.mxchange.org Git - friendica.git/commit
Config fixings
authorPhilipp <admin@philipp.info>
Fri, 6 Jan 2023 00:02:47 +0000 (01:02 +0100)
committerPhilipp <admin@philipp.info>
Fri, 6 Jan 2023 00:03:00 +0000 (01:03 +0100)
commit5aa8e8adf1af017ced555d8c33b78e71114f5cd9
treee453b1cf0ff3f13f7944a095287e3edda0e362b3
parentcdd57275eb7c0b6d41d5fb1f09b3f2816b3972f1
Config fixings
- Delete now really overwrites static default/setting.config.php keys
- Delete now really overwrites static default/setting.config.php categories
- The Update::check() routine is added to different places
- Merge the given config file with the new config before writing
- Remove ConfigTransaction::get() because it's no more reliable
13 files changed:
bin/auth_ejabberd.php
bin/daemon.php
bin/worker.php
index.php
src/Core/Config/Model/Config.php
src/Core/Config/Model/ConfigTransaction.php
src/Core/Config/Util/ConfigFileManager.php
src/Core/Config/Util/ConfigFileTransformer.php
src/Core/Config/ValueObject/Cache.php
tests/src/Core/Config/Cache/CacheTest.php
tests/src/Core/Config/Cache/ConfigFileManagerTest.php
tests/src/Core/Config/ConfigTest.php
tests/src/Core/Config/ConfigTransactionTest.php