icingaweb2/library/Icinga/Application
Alexander A. Klimov 6de4bd6e7e Explicitly add Module#configdir as (non-dynamic) property
W/o this the login page, if on PHP 8.2, says:

Deprecated: Creation of dynamic property Icinga\Application\Modules\Module::$configdir is deprecated in /usr/share/icingaweb2/library/Icinga/Application/Modules/Module.php on line 264

This breaks modules (if any) which use the property and not the getter.
2023-08-23 10:53:13 +02:00
..
Hook Introduce new hook `ThemeLoader` 2022-05-11 14:37:07 +02:00
Libraries Handle non `.js` files in asset/js and non `.css` or `.less` in asset/css folder 2021-11-02 08:58:58 +01:00
Logger CLI: write errors to stderr 2020-11-30 15:35:20 +01:00
Modules Explicitly add Module#configdir as (non-dynamic) property 2023-08-23 10:53:13 +02:00
ApplicationBootstrap.php Remove requiring vendor dependencies 2023-08-09 15:16:16 +02:00
Benchmark.php Avoid passing `null` to non-nullable arguments 2022-03-24 12:29:06 +01:00
ClassLoader.php Remove requiring vendor dependencies 2023-08-09 15:16:16 +02:00
Cli.php tests: Use a real app for bootstrapping 2023-07-05 09:24:49 +02:00
Config.php Ensure Return Type Compatibility with Internal Classes 2022-03-24 12:29:06 +01:00
EmbeddedWeb.php Remove deprecated method `ApplicationBootstrap::setupZendAutoloader()` and its uses 2022-06-14 14:24:30 +02:00
Hook.php Add possibility to let hooks always run 2019-07-11 13:36:33 +02:00
Icinga.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
LegacyWeb.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
Libraries.php Libraries: Only attempt a partial match if the library name contains a slash 2023-01-12 09:54:42 +01:00
Logger.php Check if `\Throwable` instead of `\Exception`.. 2023-08-10 14:12:06 +02:00
Platform.php Introduce SQLite resource type 2018-06-27 09:40:22 +02:00
StaticWeb.php Introduce class `Icinga\Application\StaticWeb` 2020-11-18 13:20:09 +01:00
Test.php tests: Use a real app for bootstrapping 2023-07-05 09:24:49 +02:00
Version.php Raise version to 2.11.4 2023-01-26 09:42:18 +01:00
Web.php Remove deprecated method `ApplicationBootstrap::setupZendAutoloader()` and its uses 2022-06-14 14:24:30 +02:00
functions.php Use type declarations for all translation helpers 2022-03-24 12:29:06 +01:00
webrouter.php Revert "js: Don't serve scripts utilizing ECMA2016+ features" 2022-06-13 15:50:52 +02:00