<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Denied.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>26dfc2323f8f70cb69aac4c8c51bf7997809f2ca - Rector to rename print to echo calls</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Denied.php#26dfc2323f8f70cb69aac4c8c51bf7997809f2ca</link>
        <description>Rector to rename print to echo calls

            List of files:
            /dokuwiki/inc/Action/Denied.php</description>
        <pubDate>Thu, 31 Aug 2023 20:00:27 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>73022918a947abda7eee4d7d2302ffd28fdb78e0 - coding style: PSR12.Classes.ClassInstantiation.MissingParentheses</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Denied.php#73022918a947abda7eee4d7d2302ffd28fdb78e0</link>
        <description>coding style: PSR12.Classes.ClassInstantiation.MissingParentheses

            List of files:
            /dokuwiki/inc/Action/Denied.php</description>
        <pubDate>Wed, 30 Aug 2023 16:25:29 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>8c7c53b0321a3cd3116b8d3b2ad27863a38dece7 - codestyle adjustments: class declaration braces</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Denied.php#8c7c53b0321a3cd3116b8d3b2ad27863a38dece7</link>
        <description>codestyle adjustments: class declaration braces

            List of files:
            /dokuwiki/inc/Action/Denied.php</description>
        <pubDate>Wed, 30 Aug 2023 15:05:28 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>6723156fd9886ff7204e21fb8bf9240b9223b40f - Apply rector fixes to inc/Action</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Denied.php#6723156fd9886ff7204e21fb8bf9240b9223b40f</link>
        <description>Apply rector fixes to inc/Action

            List of files:
            /dokuwiki/inc/Action/Denied.php</description>
        <pubDate>Tue, 29 Aug 2023 11:53:46 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>43e49620afe31534a4a29f3d738f0a6a1fd168a8 - Simplify event in denied action</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Denied.php#43e49620afe31534a4a29f3d738f0a6a1fd168a8</link>
        <description>Simplify event in denied actionSince there is no data manipulation, only allow suppresing the login form

            List of files:
            /dokuwiki/inc/Action/Denied.php</description>
        <pubDate>Sat, 08 Jan 2022 15:44:23 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>540b38e2d1ab27e8ce4e994e30aead6b308ccbd6 - Add event to denied action</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Denied.php#540b38e2d1ab27e8ce4e994e30aead6b308ccbd6</link>
        <description>Add event to denied actionLet plugins modify the text displayed on the denied page

            List of files:
            /dokuwiki/inc/Action/Denied.php</description>
        <pubDate>Wed, 05 Jan 2022 15:22:21 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>ecad51dd492a107c65ae1265bcca591769433e6c - fix handling of loading auth backend</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Denied.php#ecad51dd492a107c65ae1265bcca591769433e6c</link>
        <description>fix handling of loading auth backendWhen a non existing auth backend was configured, the action router raninto an infinie loop exception. The reason was that the denied actionrequired a configured auth system, but denying access should alwayswork.Interestingly the problem did not occur when the auth backend signalleda failure to load. This was because the auth backend was not properlydeinitialized. This is now done.To aid debugging similar problems, fatal errors are now logged throughthe logging mechanism in the action router

            List of files:
            /dokuwiki/inc/Action/Denied.php</description>
        <pubDate>Fri, 17 Dec 2021 21:32:51 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>a215faf2fc4cea7bbd92b8fd0b1034e976b87142 - re-declare deprecated functions for backward compatibility</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Denied.php#a215faf2fc4cea7bbd92b8fd0b1034e976b87142</link>
        <description>re-declare deprecated functions for backward compatibility`dbg_deprecated()` is called in `html_diff_head()`, `html_diff_navigation()`, `html_diff_navigationlink()`,  and following functions:* `html_denied()` is not used any plugins, but added fallback just in case.* `html_locked()` is used by one third-party plugin (AjaxEdit), fallback should be added.* `html_insert_softbreaks()` is used by one third-party plugin (TOS, terms of service), fallback should be added.

            List of files:
            /dokuwiki/inc/Action/Denied.php</description>
        <pubDate>Fri, 04 Sep 2020 08:58:02 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>83f8872c29e69f18f6c8d8e30c47dd178a40e04d - use $INPUT instead of $_SERVER</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Denied.php#83f8872c29e69f18f6c8d8e30c47dd178a40e04d</link>
        <description>use $INPUT instead of $_SERVER

            List of files:
            /dokuwiki/inc/Action/Denied.php</description>
        <pubDate>Thu, 13 Aug 2020 04:54:48 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f0049a83d46965f23532b02fb51e22904a2ea9c3 - Remove Ui\{Denide, Locked} class</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Denied.php#f0049a83d46965f23532b02fb51e22904a2ea9c3</link>
        <description>Remove Ui\{Denide, Locked} classThey are not UI components. We should  show error message in Action\{Denide, Locked}::tplContent() methods.

            List of files:
            /dokuwiki/inc/Action/Denied.php</description>
        <pubDate>Wed, 15 Jul 2020 11:59:02 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2f5c77bd85185723017ff0cf3c0b2d65f7319ac2 - Ui\Denid class replaces html_denid()</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Denied.php#2f5c77bd85185723017ff0cf3c0b2d65f7319ac2</link>
        <description>Ui\Denid class replaces html_denid()

            List of files:
            /dokuwiki/inc/Action/Denied.php</description>
        <pubDate>Thu, 09 Jul 2020 13:10:41 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ec7012214a693c8b3103377245a7d797cf8f9608 - explicitly declare method visibility</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Denied.php#ec7012214a693c8b3103377245a7d797cf8f9608</link>
        <description>explicitly declare method visibility

            List of files:
            /dokuwiki/inc/Action/Denied.php</description>
        <pubDate>Fri, 31 Mar 2017 11:45:22 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>ab583a1bc44ef1ef3b917647fc361aabd055c2ac - more doc block fixes</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Denied.php#ab583a1bc44ef1ef3b917647fc361aabd055c2ac</link>
        <description>more doc block fixes

            List of files:
            /dokuwiki/inc/Action/Denied.php</description>
        <pubDate>Sat, 11 Feb 2017 13:20:10 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>64ab5140f7b1c996873fbfe9bab26d9202fbb773 - start of a refactoring the action routing</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Denied.php#64ab5140f7b1c996873fbfe9bab26d9202fbb773</link>
        <description>start of a refactoring the action routingThis is neither complete nor working, yet

            List of files:
            /dokuwiki/inc/Action/Denied.php</description>
        <pubDate>Fri, 10 Feb 2017 18:00:33 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
