<?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>5e29103a15bd9873f422f66a6a5239b6aec4651e - &#55358;&#56598; Automatic code style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/revert.php#5e29103a15bd9873f422f66a6a5239b6aec4651e</link>
        <description>&#55358;&#56598; Automatic code style fixes

            List of files:
            /plugin/struct/action/revert.php</description>
        <pubDate>Mon, 11 Dec 2023 15:31:16 +0000</pubDate>
        <dc:creator>annda &lt;annda@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>7234bfb14e712ff548d9266ef32fdcc8eaf2d04e - &#55358;&#56598; Automatic code style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/revert.php#7234bfb14e712ff548d9266ef32fdcc8eaf2d04e</link>
        <description>&#55358;&#56598; Automatic code style fixes

            List of files:
            /plugin/struct/action/revert.php</description>
        <pubDate>Wed, 13 Sep 2023 09:45:56 +0000</pubDate>
        <dc:creator>splitbrain &lt;splitbrain@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>0549dcc5bc88d4f9d923acdd09931d8d51be7097 - PHP code sniffer autofixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/revert.php#0549dcc5bc88d4f9d923acdd09931d8d51be7097</link>
        <description>PHP code sniffer autofixes

            List of files:
            /plugin/struct/action/revert.php</description>
        <pubDate>Thu, 13 Jan 2022 13:29:32 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>4cd5cc28e2bf004aed676e9b1f46cc188a4b2240 - Introduce new factory methods for data access and deprecate old ones</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/revert.php#4cd5cc28e2bf004aed676e9b1f46cc188a4b2240</link>
        <description>Introduce new factory methods for data access and deprecate old ones

            List of files:
            /plugin/struct/action/revert.php</description>
        <pubDate>Thu, 07 May 2020 16:38:10 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>748e747f37aa44250ee32847b5fc3ff1e47f0835 - Manual coding style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/revert.php#748e747f37aa44250ee32847b5fc3ff1e47f0835</link>
        <description>Manual coding style fixesMethod and variable visibility, camel case method names. Some exclusions due to inheritance

            List of files:
            /plugin/struct/action/revert.php</description>
        <pubDate>Thu, 09 Apr 2020 18:32:42 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>d6d97f6064c3b0f90310be8341edc9585520ee54 - Automatic coding style fixes</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/revert.php#d6d97f6064c3b0f90310be8341edc9585520ee54</link>
        <description>Automatic coding style fixes

            List of files:
            /plugin/struct/action/revert.php</description>
        <pubDate>Thu, 09 Apr 2020 14:54:27 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>025cb9da4274aac00be48202c8eb49058f2dd283 - made Assignments singleton. fixes #163</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/revert.php#025cb9da4274aac00be48202c8eb49058f2dd283</link>
        <description>made Assignments singleton. fixes #163

            List of files:
            /plugin/struct/action/revert.php</description>
        <pubDate>Wed, 02 Nov 2016 13:52:44 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>f392071e5199424895ee8c9c1720ed98413e5410 - use factory again</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/revert.php#f392071e5199424895ee8c9c1720ed98413e5410</link>
        <description>use factory again

            List of files:
            /plugin/struct/action/revert.php</description>
        <pubDate>Tue, 23 Aug 2016 10:06:45 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>87dc1344fb5ebba89b6bf5f09fe8e70f0793e751 - first start at refactoring the validation mechanism</title>
        <link>http://127.0.0.1:8080/history/plugin/struct/action/revert.php#87dc1344fb5ebba89b6bf5f09fe8e70f0793e751</link>
        <description>first start at refactoring the validation mechanismA Validator is now returned by the AccessTable. It has it&apos;s own savemethod. The entry.php was split up in entry, edit and revert to separatethe different concerns. Validation is only done in entry and the thanksto the new Validator mechanism, the once loaded access table is reusedin saving.This will break all kind of stuff. Fixing that is for the upcomingcommits

            List of files:
            /plugin/struct/action/revert.php</description>
        <pubDate>Tue, 23 Aug 2016 09:59:35 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
</channel>
</rss>
