align urlref https://github.com/dokuwiki/dokuwiki/issues/4270- align url to standard prefix- realign spacing
code style: line breaks
codestyle adjustments: EOF new lines
codestyle adjustments: function declaration braces/spaces
codestyle adjustments: class declaration braces
codestyle adjustments: function argument spacing
Apply rector renames
Apply rector fixes to the rest of lib/plugin
add unittests for loading of defaults, extra defaults, local and protected settings
add needed type hints for phpunit8This will break a lot of plugin tests, but can't be avoided
deprecated trigger_event() in favor of a static method on Event
Fixed some bugs in the Loader and added tests
visibility declarations in plugins
updated dates in templates' and plugins' info.txt files
added missing info.txt parameters, added plugin plugin's info.txt, adjusted old default template's description
updated (and added missing) info.txt files
fix E_STRICT errors FS#2427This commit fixes all E_STRICT messages shown when running the testsuite. There might be more problems not covered by tests, yet.For compatibility reasons with plugins
fix E_STRICT errors FS#2427This commit fixes all E_STRICT messages shown when running the testsuite. There might be more problems not covered by tests, yet.For compatibility reasons with plugins, E_STRICT errors are stillsupressed.
show more ...
some cleanup for the testing plugin
for consistency, also use _test directory for plugins
added missing testing plugin with tests to test tests