<?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 syntax.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>89aa939b046e5dda5f0b2d9f782da1f17c6578f1 - Coding guidelines</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#89aa939b046e5dda5f0b2d9f782da1f17c6578f1</link>
        <description>Coding guidelinesApply DokuWiki&apos;s standard

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Fri, 05 Sep 2025 22:59:41 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>5187ea72224ec8e745b3f4d95a74aeb31375b6f3 - Allow disabling creation of subnamespaces</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#5187ea72224ec8e745b3f4d95a74aeb31375b6f3</link>
        <description>Allow disabling creation of subnamespacesNew &apos;createns&apos; config option, enabled by default. If disabled, any `:`in the page name will be replaced by `_` when determining the page name.Fixes #120

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Fri, 05 Sep 2025 17:06:25 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>09b1853c17991e7d99d0fb4a5b1e74824f4710ac - Keep custom label&apos;s case if lang string not found</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#09b1853c17991e7d99d0fb4a5b1e74824f4710ac</link>
        <description>Keep custom label&apos;s case if lang string not found

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Sun, 10 Nov 2024 11:59:32 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>2c2790779b251360ab37a4f2de7eb805c175d179 - Allow custom label for submit button</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#2c2790779b251360ab37a4f2de7eb805c175d179</link>
        <description>Allow custom label for submit buttonBy specifying `{{NEWPAGE?label=xxxx}}`, it is now possible to set acustom label on the Add New Page form&apos;s submit button, instead of usingthe `Add page` default.The specified value for the *label* parameter is a DokuWiki languagestring, allowing localization; if no matching translation is found, then`xxxx` will be displayed as-is.Fixes #108

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Sun, 10 Nov 2024 11:43:10 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>666684905ec6d090cfb4c9a05d8903ea66600655 - Fix PHP notice</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#666684905ec6d090cfb4c9a05d8903ea66600655</link>
        <description>Fix PHP notice

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Sun, 10 Nov 2024 11:21:50 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>71d2f1b5a5578ff832607f728eceb7105ff13f44 - Merge branch &apos;master&apos; into pr72</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#71d2f1b5a5578ff832607f728eceb7105ff13f44</link>
        <description>Merge branch &apos;master&apos; into pr72# Conflicts:#	plugin.info.txt#	syntax.php

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Sat, 14 Sep 2024 13:12:12 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>d2f65217798b544337d1cb03b53dd4153f522c55 - PHPDoc</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#d2f65217798b544337d1cb03b53dd4153f522c55</link>
        <description>PHPDoc

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Sun, 24 Sep 2023 17:04:40 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>d49ba5bbd1c846091adb73c73843dcb0c828e8fa - Skip leading # in newpagevars parameter</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#d49ba5bbd1c846091adb73c73843dcb0c828e8fa</link>
        <description>Skip leading # in newpagevars parameterThe regex for newpagetemplate parameters parsing that was implemented incommit 0d90564c63508563e4f3c8776e96661181a11b99 included the leading `#`in the newpagevars parameter, preventing the newpagetemplate plugin fromprocessing the first parameter as `#@PARAM@` would not match theexpected `@PARAM@`.Adapting the regex accordingly.

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Sun, 24 Sep 2023 16:47:04 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>31967e049694389408c9c98a49524275a2789360 - Fix Array to string conversion warning</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#31967e049694389408c9c98a49524275a2789360</link>
        <description>Fix Array to string conversion warningRegression introduced by incorrect implementation of newpagevars incommit 0d90564c63508563e4f3c8776e96661181a11b99 when porting #66 - Itshould be a string, not an array.

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Sun, 24 Sep 2023 16:41:39 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>df9a92a038f4cdafc3b3d320d556ae56fbc9cd4e - Add placeholder text to page name input</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#df9a92a038f4cdafc3b3d320d556ae56fbc9cd4e</link>
        <description>Add placeholder text to page name inputFixes #88

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Sun, 24 Sep 2023 17:22:21 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>aeafad4902ec63c17dc5269eb70a3eae193fe82a - Whitespace</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#aeafad4902ec63c17dc5269eb70a3eae193fe82a</link>
        <description>Whitespace

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Sun, 24 Sep 2023 16:24:59 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>18fb4458b1ee2c98f8a5f1abdcc2556cc6a95511 - Replace legacy class by new SyntaxPlugin</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#18fb4458b1ee2c98f8a5f1abdcc2556cc6a95511</link>
        <description>Replace legacy class by new SyntaxPlugin

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Fri, 22 Sep 2023 15:11:17 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>91e0b6c8ed8133f4f6031d6dae08f2e59c42f461 - Fix static analysis warnings</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#91e0b6c8ed8133f4f6031d6dae08f2e59c42f461</link>
        <description>Fix static analysis warnings

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Fri, 22 Sep 2023 15:09:40 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>0aa2c115ba36261ec917e2ea7c9ec605ae91aed4 - Fix static analysis warnings</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#0aa2c115ba36261ec917e2ea7c9ec605ae91aed4</link>
        <description>Fix static analysis warnings

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Sat, 27 May 2023 15:01:37 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>96b582114916e363f7a9f2cd6167a6265bf08017 - Fix incorrect merge resolution</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#96b582114916e363f7a9f2cd6167a6265bf08017</link>
        <description>Fix incorrect merge resolutionIn commit 22d9c079c34f0ef65334aeb535c0d954067f9d2a

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Sat, 27 May 2023 14:59:40 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>4fb3ed5c8fd42e09b73015977e49749e9638dccd - Merge commit &apos;99f48d0389c2600fdcc50239a61bffd1aecc2861&apos; into pr72</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#4fb3ed5c8fd42e09b73015977e49749e9638dccd</link>
        <description>Merge commit &apos;99f48d0389c2600fdcc50239a61bffd1aecc2861&apos; into pr72# Conflicts:#	syntax.php

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Wed, 10 May 2023 16:25:27 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>99f48d0389c2600fdcc50239a61bffd1aecc2861 - Revert &quot;Fix caching (#79)&quot;</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#99f48d0389c2600fdcc50239a61bffd1aecc2861</link>
        <description>Revert &quot;Fix caching (#79)&quot;This reverts commit 52cbbe71e7149120aecbff6afe08360dba9a0142.As @Klap-in pointed out [1] this change was incorrect as $disablecacheis passed by reference and updated by _htmlNamespaceInput().Conflicts:	syntax.php[1]: https://github.com/dregad/dokuwiki-plugin-addnewpage/pull/79#discussion_r1187975731

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Wed, 10 May 2023 16:17:57 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>51a509d79594f1d47a5a94d265228f58cc443b02 - Replace deprecated resolve_pageid()</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#51a509d79594f1d47a5a94d265228f58cc443b02</link>
        <description>Replace deprecated resolve_pageid()Use the PageResolver class instead, as documented [1].Fixes #95[1]: https://www.dokuwiki.org/devel:releases:refactor2021#refactoring_of_id_resolving

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Wed, 10 May 2023 16:06:41 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>f36588224e439add5cae9f9ccc77b19a210b6ac8 - Merge commit &apos;7c0b9c8b0af497b353360b88a9fc849d39a54648&apos; into pr72</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#f36588224e439add5cae9f9ccc77b19a210b6ac8</link>
        <description>Merge commit &apos;7c0b9c8b0af497b353360b88a9fc849d39a54648&apos; into pr72# Conflicts:#	syntax.php

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Sun, 07 May 2023 17:01:25 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>7c0b9c8b0af497b353360b88a9fc849d39a54648 - Fix static analysis warnings</title>
        <link>http://127.0.0.1:8080/history/plugin/addnewpage/syntax.php#7c0b9c8b0af497b353360b88a9fc849d39a54648</link>
        <description>Fix static analysis warnings

            List of files:
            /plugin/addnewpage/syntax.php</description>
        <pubDate>Sun, 07 May 2023 17:00:15 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
</channel>
</rss>
