| d22b78c8 | 26-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
feat(search): use dedicated url-parameter for search query
This way we do not loose the context of the current page. Further, the new id generated from the query before wasn't really that useful (se
feat(search): use dedicated url-parameter for search query
This way we do not loose the context of the current page. Further, the new id generated from the query before wasn't really that useful (see issue #1124 ). And we can still generate a meaningful link "create a page for your query", if that is considered useful.
Further redirects exist for the old urls, so bookmarked searches etc. should mostly keep working.
show more ...
|
| 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 ...
|