aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/ActionRouter.php
Commit message (Expand)AuthorAge
* code style: line breaksAndreas Gohr2023-08-31
* coding style: control flow whitespacesAndreas Gohr2023-08-31
* codestyle adjustments: function declaration braces/spacesAndreas Gohr2023-08-30
* codestyle adjustments: class declaration bracesAndreas Gohr2023-08-30
* apply PSR-12 constant visibility ruleAndreas Gohr2023-08-30
* Apply rector fixes to the rest of incAndreas Gohr2023-08-29
* fix handling of loading auth backendAndreas Gohr2021-12-17
* Fix typo in error messageDamien Regad2020-06-07
* First go at moving the plugin classes into their own namespaceAndreas Gohr2019-04-20
* renamed ActionRouter::checkPermissions to checkPreconditionsAndreas Gohr2018-04-12
* pass action name by reference. fixes #2117Andreas Gohr2017-09-07
* fix(ActionRouter): trigger ACTION_ACT_PREPROCESS for all actionsMichael Große2017-09-06
* do not hide fatal exceptions during unit testsAndreas Gohr2017-08-27
* undo unecessary action routing adjustmentsAndreas Gohr2017-08-27
* Test code for workflow 'show - sectionedit - save/cancel' (with modifications...LarsDW2232017-08-27
* fixed some style errors found by scrutinizerAndreas Gohr2017-08-27
* introduce a redirect actionAndreas Gohr2017-05-18
* allow actions to throw exception that are shown to the userAndreas Gohr2017-05-18
* removed unneeded checkAndreas Gohr2017-04-01
* no longer rely on actionOk when checking if actions are disabledAndreas Gohr2017-03-31
* fixed export action by supporting underscores in actionsAndreas Gohr2017-03-31
* fix singleton pattern in ActionRouterAndreas Gohr2017-03-31
* better action transitionsAndreas Gohr2017-03-31
* Add action plugin hooks back into the ActionRouterAndreas Gohr2017-03-31
* all actions should have a class nowAndreas Gohr2017-03-31
* start of a refactoring the action routingAndreas Gohr2017-03-31