<?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 Editor.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>093fe67e98c0cdb4b73fd46938e49b64971483c2 - updated rector and applied it</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Ui/Editor.php#093fe67e98c0cdb4b73fd46938e49b64971483c2</link>
        <description>updated rector and applied it

            List of files:
            /dokuwiki/inc/Ui/Editor.php</description>
        <pubDate>Sat, 07 Mar 2026 20:26:13 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>ce55bf2bd4dc62dcba4a8109becac8b523966cb3 - editor a11y: remove tabindex</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Ui/Editor.php#ce55bf2bd4dc62dcba4a8109becac8b523966cb3</link>
        <description>editor a11y: remove tabindexthese do more harm then good

            List of files:
            /dokuwiki/inc/Ui/Editor.php</description>
        <pubDate>Fri, 06 Mar 2026 13:08:34 +0000</pubDate>
        <dc:creator>Tobias Bengfort &lt;tobias.bengfort@posteo.de&gt;</dc:creator>
    </item>
<item>
        <title>a77ab274d63b3362b346658448e6ccc6156c0e71 - introduce a template function to output a inline script</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Ui/Editor.php#a77ab274d63b3362b346658448e6ccc6156c0e71</link>
        <description>introduce a template function to output a inline scriptThis handles the output of a potentially available nonce.

            List of files:
            /dokuwiki/inc/Ui/Editor.php</description>
        <pubDate>Wed, 21 Feb 2024 14:52:54 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>dccd6b2bba7367e4d1d2d7aa84c9f9d15584b593 - coding style: function call spacing</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Ui/Editor.php#dccd6b2bba7367e4d1d2d7aa84c9f9d15584b593</link>
        <description>coding style: function call spacing

            List of files:
            /dokuwiki/inc/Ui/Editor.php</description>
        <pubDate>Wed, 30 Aug 2023 16:41:45 +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/Ui/Editor.php#8c7c53b0321a3cd3116b8d3b2ad27863a38dece7</link>
        <description>codestyle adjustments: class declaration braces

            List of files:
            /dokuwiki/inc/Ui/Editor.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>e2d055f5c6617b7cc57c19fa727b968f3689e13c - Apply rector fixes to inc/Ui</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Ui/Editor.php#e2d055f5c6617b7cc57c19fa727b968f3689e13c</link>
        <description>Apply rector fixes to inc/Ui

            List of files:
            /dokuwiki/inc/Ui/Editor.php</description>
        <pubDate>Tue, 29 Aug 2023 13:23:35 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>79a2d7845d5e5e48fe3be8f192717de9294aaba5 - import classes, replace dbglog, simplify, remove unused statements, and other warnings from IntelliJ</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Ui/Editor.php#79a2d7845d5e5e48fe3be8f192717de9294aaba5</link>
        <description>import classes, replace dbglog, simplify, remove unused statements, and other warnings from IntelliJupdate phpdocs,rename dokuwiki/Ui/Draft to PageDraft

            List of files:
            /dokuwiki/inc/Ui/Editor.php</description>
        <pubDate>Wed, 05 Jan 2022 23:59:00 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>09e982a83eb063877015462b29e732a735da9152 - use EDIT_FORM_ADDTEXTAREA</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Ui/Editor.php#09e982a83eb063877015462b29e732a735da9152</link>
        <description>use EDIT_FORM_ADDTEXTAREAchange event name to prevent breaks in old HTML_EDIT_FORMSELECTION or early proposed EDIT_FORM_ALTERNATE event handler, such as edittable plugin

            List of files:
            /dokuwiki/inc/Ui/Editor.php</description>
        <pubDate>Sun, 27 Sep 2020 02:59:39 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bafe7468838e1a41c911d3063438406b732fa55c - use new event EDIT_FORM_ALTERNATE</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Ui/Editor.php#bafe7468838e1a41c911d3063438406b732fa55c</link>
        <description>use new event EDIT_FORM_ALTERNATEto prevent breaks in old   HTML_EDIT_FORMSELECTION event handler, such as edittable plugin

            List of files:
            /dokuwiki/inc/Ui/Editor.php</description>
        <pubDate>Fri, 11 Sep 2020 08:46:37 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bf69f8cb6ac73798213ed30b1003ff973516d2bf - re-declare deprecated function html_edit_form()</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Ui/Editor.php#bf69f8cb6ac73798213ed30b1003ff973516d2bf</link>
        <description>re-declare deprecated function html_edit_form()call dbg_deprecated(), even this function lost compatibility because its argument  $param[&apos;form&apos;] has changed to hold Form\Form object

            List of files:
            /dokuwiki/inc/Ui/Editor.php</description>
        <pubDate>Tue, 08 Sep 2020 11:44:35 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c6977b3a35d43dd2a2c9271648980059f410f648 - change event naming scheme</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Ui/Editor.php#c6977b3a35d43dd2a2c9271648980059f410f648</link>
        <description>change event naming schemeFORM_*_OUTPUT scheme had been introduced since Apriil 2018, see #2286

            List of files:
            /dokuwiki/inc/Ui/Editor.php</description>
        <pubDate>Wed, 26 Aug 2020 11:25:18 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e6adf5b790d7dfdcd235614ffbb7c74dba9500e0 - tigger HTMLFORM_*_OUTPUT events</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Ui/Editor.php#e6adf5b790d7dfdcd235614ffbb7c74dba9500e0</link>
        <description>tigger HTMLFORM_*_OUTPUT eventstrigger events in Form::toHTML() instead of using Event::createAndTrigger()

            List of files:
            /dokuwiki/inc/Ui/Editor.php</description>
        <pubDate>Wed, 19 Aug 2020 10:13:30 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>628d5475960b57769a64aba8fb0d0aab3de4dae4 - remove unnecessary printing DOKU_LF</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Ui/Editor.php#628d5475960b57769a64aba8fb0d0aab3de4dae4</link>
        <description>remove unnecessary printing DOKU_LF

            List of files:
            /dokuwiki/inc/Ui/Editor.php</description>
        <pubDate>Tue, 18 Aug 2020 11:46:30 +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/Ui/Editor.php#83f8872c29e69f18f6c8d8e30c47dd178a40e04d</link>
        <description>use $INPUT instead of $_SERVER

            List of files:
            /dokuwiki/inc/Ui/Editor.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>c29600d0904c807516924fcc91be645b0af2079a - print forms without html_form_output()</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Ui/Editor.php#c29600d0904c807516924fcc91be645b0af2079a</link>
        <description>print forms without html_form_output()

            List of files:
            /dokuwiki/inc/Ui/Editor.php</description>
        <pubDate>Fri, 17 Jul 2020 12:49:55 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1e6e7b77cc3a8065588d6debd35cb1150eed7afc - fix Form\Form attributes</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Ui/Editor.php#1e6e7b77cc3a8065588d6debd35cb1150eed7afc</link>
        <description>fix Form\Form attributesavoid unit test errors in _test\tests\test\edit_and_save.test.php

            List of files:
            /dokuwiki/inc/Ui/Editor.php</description>
        <pubDate>Wed, 08 Jul 2020 11:16:21 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>08a430f762d011e9d7a7008f2aad3578b93b7e02 - fix typo</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Ui/Editor.php#08a430f762d011e9d7a7008f2aad3578b93b7e02</link>
        <description>fix typo

            List of files:
            /dokuwiki/inc/Ui/Editor.php</description>
        <pubDate>Tue, 07 Jul 2020 13:26:55 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>25dd2a2f8414f14b5ac77197ceb29a21b9c4749e - Ui\Editor class replaces html_edit()</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Ui/Editor.php#25dd2a2f8414f14b5ac77197ceb29a21b9c4749e</link>
        <description>Ui\Editor class replaces html_edit()

            List of files:
            /dokuwiki/inc/Ui/Editor.php</description>
        <pubDate>Tue, 07 Jul 2020 10:44:51 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
