DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:event:action_act_preprocess

This is an old revision of the document!


ACTION_ACT_PREPROCESS

Description:
Handling ?do= actions
DefaultAction:
Dokuwiki's own processing of the $ACT value
Preventable:
yes
Added:
2006-04-25

This event allows you to catch any action mode passed to the DokuWiki dispatcher act_dispatch() in inc/actions.php before it begins to process the $ACT variable itself.

The AFTER action is never performed on a successful save.

Passed Data

$data is a scalar containing the $ACT value (the do variable in the query string - uncleansed).

Plugins handling this event

The following plugins are known to handle this event and their source code may be a good start for understanding and implementing a handler yourself.

See also

devel/event/action_act_preprocess.1298528355.txt.gz · Last modified: 2011-02-24 07:19 by jma

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki