Home
last modified time | relevance | path

Searched hist:"4602718 be573dd5f46a72c4ef3ac2ce3d8c129d1" (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/
H A Dload.php4602718be573dd5f46a72c4ef3ac2ce3d8c129d1 Thu Sep 14 14:42:11 UTC 2023 Andreas Gohr <andi@splitbrain.org> Refactor autoloading, fix #4048

This refactors the auto loading stuff into an anonymous class and cleans
it up a bit.

It also ensures that plugin classes are not autoloaded when the plugin
is disabled. This however only works after the plugin controller has
been initialized.

We currently reference some classes of the config plugin in out
deprecated.php file resulting in these classes being loaded before the
plugin controller. Not a big deal I guess.

H A Dinit.php4602718be573dd5f46a72c4ef3ac2ce3d8c129d1 Thu Sep 14 14:42:11 UTC 2023 Andreas Gohr <andi@splitbrain.org> Refactor autoloading, fix #4048

This refactors the auto loading stuff into an anonymous class and cleans
it up a bit.

It also ensures that plugin classes are not autoloaded when the plugin
is disabled. This however only works after the plugin controller has
been initialized.

We currently reference some classes of the config plugin in out
deprecated.php file resulting in these classes being loaded before the
plugin controller. Not a big deal I guess.