History log of /dokuwiki/inc/Action/Exception/ActionException.php (Results 1 – 8 of 8)
Revision Date Author Comments
# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 177d6836 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

coding style: control flow whitespaces


# d868eb89 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: function declaration braces/spaces


# 8c7c53b0 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: class declaration braces


# 58528803 18-May-2017 Andreas Gohr <andi@splitbrain.org>

introduce a redirect action

Action can now abort to 'redirect' to explicitly trigger a redirect
back to showing the current page. Automatic triggering for post->show is
now only done when a 'show' a

introduce a redirect action

Action can now abort to 'redirect' to explicitly trigger a redirect
back to showing the current page. Automatic triggering for post->show is
now only done when a 'show' action was not explicitly requested.

show more ...


# 81f9e22b 18-May-2017 Andreas Gohr <andi@splitbrain.org>

allow actions to throw exception that are shown to the user


# e8aa6739 11-Feb-2017 Andreas Gohr <andi@splitbrain.org>

some doc blocks for the exceptions


# 64ab5140 10-Feb-2017 Andreas Gohr <andi@splitbrain.org>

start of a refactoring the action routing

This is neither complete nor working, yet