Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 15 Feb 2023 20:40:30 +0000 (21:40 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 15 Feb 2023 21:30:49 +0000 (22:30 +0100)
commit3377ccc5ea2b0839cdb2506ecccc3b18cfb26d33
tree46ef6125da2f7fee97bfe170689b3e6daca81e60
parent0efa7404364fe38109e92cf3560f157157437d02
Continued:
- added method FrameworkConfiguration::isEnabled() which requires configuration
  keys like 'is_foo_enabled' while you can just invoke
  $configInstance->isEnabled('foo')
- Added some debug lines
- added missing configuration entries
- Configuration entries like is_<form-name>_captcha_secured_enabled are still missing
14 files changed:
application/tests/config-local.php-dist [new file with mode: 0644]
framework/config-global.php
framework/config/class_FrameworkConfiguration.php
framework/main/classes/class_BaseFrameworkSystem.php
framework/main/classes/database/backend/lfdb_legacy/class_CachedLocalFileDatabase.php
framework/main/classes/feature/class_FrameworkFeature.php
framework/main/classes/filter/validator/class_EmailValidatorFilter.php
framework/main/classes/filter/verifier/class_GraphicalCodeCaptchaVerifierFilter.php
framework/main/classes/helper/html/blocks/class_HtmlBlockHelper.php
framework/main/classes/helper/html/forms/class_HtmlFormHelper.php
framework/main/classes/output/debug/console/class_DebugConsoleOutput.php
framework/main/classes/rng/class_RandomNumberGenerator.php
framework/main/classes/tools/console/class_ConsoleTools.php
framework/main/tests/filter/tests/configuration/classes/class_TestConfigurationLoadableClassesFilter.php