<?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 Revert.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d4f83172d9533c4d84f450fe22ef630816b21d75 - code style: line breaks</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Revert.php#d4f83172d9533c4d84f450fe22ef630816b21d75</link>
        <description>code style: line breaks

            List of files:
            /dokuwiki/inc/Action/Revert.php</description>
        <pubDate>Thu, 31 Aug 2023 20:44:40 +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/Revert.php#8c7c53b0321a3cd3116b8d3b2ad27863a38dece7</link>
        <description>codestyle adjustments: class declaration braces

            List of files:
            /dokuwiki/inc/Action/Revert.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>601a1f6035681df99fd3c393afa21be465812974 - Allow revert action for logged in users only</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Revert.php#601a1f6035681df99fd3c393afa21be465812974</link>
        <description>Allow revert action for logged in users onlyThis should prevent accidental reverts by bots on open wikis

            List of files:
            /dokuwiki/inc/Action/Revert.php</description>
        <pubDate>Fri, 20 Nov 2020 22:13:47 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>2ae2e00140933a324fb8866bc7e215bb48e6f2b1 - relax Revert permission to EDIT from manager</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Revert.php#2ae2e00140933a324fb8866bc7e215bb48e6f2b1</link>
        <description>relax Revert permission to EDIT from managerRevert is another type of edit, which may be simulated by manual editing without using this shortcut. This patch thus relaxes the permission check.Thank you @Klap-in for pointing this out.

            List of files:
            /dokuwiki/inc/Action/Revert.php</description>
        <pubDate>Mon, 02 Mar 2020 15:39:38 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>231f749d833d55f6d004927c171fab6a873f2a91 - handle draftdeletion in draftdel action only</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Revert.php#231f749d833d55f6d004927c171fab6a873f2a91</link>
        <description>handle draftdeletion in draftdel action onlyThis was the last remaining function in inc/action.php that could bemoved to the actions.We now have quite the elegant cascade in the action handling.

            List of files:
            /dokuwiki/inc/Action/Revert.php</description>
        <pubDate>Thu, 18 May 2017 11:33:32 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>58528803ad1f586696a6719f4ed566b78eb7b1d9 - introduce a redirect action</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Revert.php#58528803ad1f586696a6719f4ed566b78eb7b1d9</link>
        <description>introduce a redirect actionAction can now abort to &apos;redirect&apos; to explicitly trigger a redirectback to showing the current page. Automatic triggering for post-&gt;show isnow only done when a &apos;show&apos; action was not explicitly requested.

            List of files:
            /dokuwiki/inc/Action/Revert.php</description>
        <pubDate>Thu, 18 May 2017 10:58:50 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>ec7012214a693c8b3103377245a7d797cf8f9608 - explicitly declare method visibility</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Revert.php#ec7012214a693c8b3103377245a7d797cf8f9608</link>
        <description>explicitly declare method visibility

            List of files:
            /dokuwiki/inc/Action/Revert.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/Revert.php#ab583a1bc44ef1ef3b917647fc361aabd055c2ac</link>
        <description>more doc block fixes

            List of files:
            /dokuwiki/inc/Action/Revert.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>f21dad3906d4ec6b3d86685599409894630abdc1 - all actions should have a class now</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Action/Revert.php#f21dad3906d4ec6b3d86685599409894630abdc1</link>
        <description>all actions should have a class nowLots of FIXMEs and the routing isn&apos;t integrated, yet

            List of files:
            /dokuwiki/inc/Action/Revert.php</description>
        <pubDate>Sat, 11 Feb 2017 11:34:11 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
