dokuwiki/inc/Action
Andreas Gohr 190782098e stricter user check in AbstractUserAction 2020-11-25 20:57:38 +01:00
..
Exception FatalException: drop unused $status property 2020-05-27 16:41:46 +03:00
AbstractAclAction.php renamed ActionRouter::checkPermissions to checkPreconditions 2018-04-12 15:36:43 +02:00
AbstractAction.php renamed ActionRouter::checkPermissions to checkPreconditions 2018-04-12 15:36:43 +02:00
AbstractAliasAction.php fixed some style errors found by scrutinizer 2017-08-27 09:40:53 +02:00
AbstractUserAction.php stricter user check in AbstractUserAction 2020-11-25 20:57:38 +01:00
Admin.php First go at moving the plugin classes into their own namespace 2019-04-20 21:33:23 +02:00
Backlink.php Ui\Backlinks class replaces html_backlinks() 2020-07-09 22:19:52 +09:00
Cancel.php unlock in cancel action 2018-04-27 08:41:12 +02:00
Check.php explicitly declare method visibility 2017-03-31 13:45:22 +02:00
Conflict.php call Ui\Diff from Ui\(Conflict, Draft) 2020-07-16 20:15:24 +09:00
Denied.php re-declare deprecated functions for backward compatibility 2020-09-04 17:58:02 +09:00
Diff.php use "difftype" in Ui\Diff 2020-07-16 23:16:10 +09:00
Draft.php call Ui\Diff from Ui\(Conflict, Draft) 2020-07-16 20:15:24 +09:00
Draftdel.php 🏗 Create new Draft class and move draft handling there 2018-06-07 17:58:25 +02:00
Edit.php Ui\Editor class replaces html_edit() 2020-07-07 19:44:51 +09:00
Export.php deprecated trigger_event() in favor of a static method on Event 2019-04-20 21:48:53 +02:00
Index.php create constructor of Ui\Index class 2020-07-16 20:26:22 +09:00
Locked.php re-declare deprecated functions for backward compatibility 2020-09-04 17:58:02 +09:00
Login.php Ui\Login class replaces html_login() 2020-07-08 08:27:12 +09:00
Logout.php First go at moving the plugin classes into their own namespace 2019-04-20 21:33:23 +02:00
Media.php explicitly declare method visibility 2017-03-31 13:45:22 +02:00
Plugin.php First go at moving the plugin classes into their own namespace 2019-04-20 21:33:23 +02:00
Preview.php define constructor of Ui classes 2020-07-16 19:24:09 +09:00
Profile.php Ui\UserProfile class replaces html_updateprofile() 2020-07-07 22:47:25 +09:00
ProfileDelete.php First go at moving the plugin classes into their own namespace 2019-04-20 21:33:23 +02:00
Recent.php create constructor of Ui\(Recent, Revisions) 2020-07-16 21:31:53 +09:00
Recover.php more doc block fixes 2017-03-31 11:56:34 +02:00
Redirect.php deprecated trigger_event() in favor of a static method on Event 2019-04-20 21:48:53 +02:00
Register.php Ui\UserRegister class replaces html_register() 2020-07-08 08:03:36 +09:00
Resendpwd.php Ui\UserResendPwd class replaces html_resendpwd() 2020-07-08 08:14:40 +09:00
Revert.php Allow revert action for logged in users only 2020-11-20 23:13:47 +01:00
Revisions.php create constructor of Ui\(Recent, Revisions) 2020-07-16 21:31:53 +09:00
Save.php handle draftdeletion in draftdel action only 2017-05-18 13:33:32 +02:00
Search.php Update inc/Action/Search.php 2018-10-22 22:18:22 +02:00
Show.php define constructor of Ui classes 2020-07-16 19:24:09 +09:00
Sitemap.php use correct class for Sitemap generation. fixes #3134 2020-06-04 13:35:21 +02:00
Source.php Ui\Editor class replaces html_edit() 2020-07-07 19:44:51 +09:00
Subscribe.php Ui\Subscribe class replaces tpl_subscribe() 2020-07-23 11:22:53 +09:00