Home
last modified time | relevance | path

Searched hist:a3f6fae668f2438bb3018620d664a9e7f1e6cd21 (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Action/
H A DPlugin.phpa3f6fae668f2438bb3018620d664a9e7f1e6cd21 Sat Mar 11 09:59:54 UTC 2017 Andreas Gohr <andi@splitbrain.org> Add action plugin hooks back into the ActionRouter

This is not how integration of plugins would ideally be done in this new
system. Ideally an action plugin would actually implement an instance of
AbstractAction and would just fall into the normal flow of actions here.

However to not break a gazillion of existing plugins, this is just add
the existing two events into the new system through the use of a Plugin
action.

Maybe we could add "new" action plugins later.

/dokuwiki/inc/
H A DActionRouter.phpa3f6fae668f2438bb3018620d664a9e7f1e6cd21 Sat Mar 11 09:59:54 UTC 2017 Andreas Gohr <andi@splitbrain.org> Add action plugin hooks back into the ActionRouter

This is not how integration of plugins would ideally be done in this new
system. Ideally an action plugin would actually implement an instance of
AbstractAction and would just fall into the normal flow of actions here.

However to not break a gazillion of existing plugins, this is just add
the existing two events into the new system through the use of a Plugin
action.

Maybe we could add "new" action plugins later.