Commit Graph

9 Commits

Author SHA1 Message Date
Andreas Gohr cad27e80a9 API: move user related tests to usermanager plugin 2024-01-07 13:41:19 +01:00
Michael Wegener f0e32bb900 Create one user per request 2022-01-24 18:58:45 +01:00
Michael Wegener 0e0fd3b7b5 Implements #3606: add xmlrpc createUsers function 2022-01-24 01:40:49 +01:00
Phy 4bdfdb3288
separate some test AuthPlugins to single files
created AuthDeletePlugin and AuthCaseInsensitivePlugin under dokuwiki\test\mock
2020-03-08 18:09:26 -04:00
Andreas Gohr 820934dc5d Merge branch 'psr2-pluginredux' into psr2
* psr2-pluginredux:
  Minor optimizations in PluginController
  Snake to Camel case fixes inn PluginController
  Fix snake->camel case, doc blocks
  minor code simplification
  snake to camel case fixes in EventHandler
  Move list of plugin types to plugin controller constant
  Avoid accessing the evet system before it's intialized
  Avoid processing events before the Event System is intiialized
  isEnabled instead of isDisabled
  removed get_directory() method from PluginController
  fix type hints
  moved plugin controller to Extension namespace
  removed deleted file from autoloader
  deprecated trigger_event() in favor of a static method on Event
  First go at moving the plugin classes into their own namespace
2019-05-19 11:09:54 +02:00
Michael Große 47de339b47
Fix Subscriptions tests
This splits up and slightly refactors the tests for the refactored subscriptions classes
2019-04-21 00:46:54 +02:00
Andreas Gohr e1d9dcc8b4 First go at moving the plugin classes into their own namespace 2019-04-20 21:33:23 +02:00
Andreas Gohr de369923cc visibility definition for the renderers
I made a lot of things public that probaly should be protected. But many
syntax plugins do access renderer mechanisms directly, so better stay on
the safe side here.

The base renderer is now abstract.
2018-04-28 07:06:08 +02:00
Andreas Gohr a087da71ea fixed broken tests
I also introduced an auto loaded namespace for the tests.
2018-04-27 21:31:06 +02:00