| 73522543 | 11-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
fixed export action by supporting underscores in actions
Now underscores can be used to have sub actions. The loader will try to find an exact match first, then begin removing parts from the end unt
fixed export action by supporting underscores in actions
Now underscores can be used to have sub actions. The loader will try to find an exact match first, then begin removing parts from the end until a matching action is found.
show more ...
|
| a3f6fae6 | 11-Mar-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 A
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.
show more ...
|