<?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 comments.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>dfc5d08b5eea7cef6dcb63789032dcac586bcb87 - syntax: reformatting</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#dfc5d08b5eea7cef6dcb63789032dcac586bcb87</link>
        <description>syntax: reformatting

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Sun, 18 Sep 2022 20:00:21 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>64829c37106252c090bb45ac0286a7d85bfc0e99 - syntax: visibility, php8 warnings, refactoring, reformatting</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#64829c37106252c090bb45ac0286a7d85bfc0e99</link>
        <description>syntax: visibility, php8 warnings, refactoring, reformatting

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Sun, 18 Sep 2022 19:58:28 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>56b2f420cf14f621b7df17fcf5d66431ab23e8ae - Removed useless/deprecated code and fixed indentation</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#56b2f420cf14f621b7df17fcf5d66431ab23e8ae</link>
        <description>Removed useless/deprecated code and fixed indentation

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Thu, 24 Sep 2020 19:15:48 +0000</pubDate>
        <dc:creator>lpaulsen93 &lt;lars_paulsen@web.de&gt;</dc:creator>
    </item>
<item>
        <title>e553596fefd842beb4731e7550c65ec6783eeba6 - Fix method signature compatibility for PHP 7.0</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#e553596fefd842beb4731e7550c65ec6783eeba6</link>
        <description>Fix method signature compatibility for PHP 7.0

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Sun, 17 Jan 2016 17:06:00 +0000</pubDate>
        <dc:creator>Michael Hamann &lt;michael@content-space.de&gt;</dc:creator>
    </item>
<item>
        <title>e7ac9ada4998117ca2a6894a8446c270f3b90808 - PHPDocs and bit clean up</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#e7ac9ada4998117ca2a6894a8446c270f3b90808</link>
        <description>PHPDocs and bit clean up

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Thu, 30 Oct 2014 20:01:23 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c1530f744e5e3fab762b5cf6b076a2c525412376 - Fix discussion status update when the discussion syntax is removed</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#c1530f744e5e3fab762b5cf6b076a2c525412376</link>
        <description>Fix discussion status update when the discussion syntax is removedThis changes how the discussion status is saved. First of all the statusis recorded in the metadata of the page and then the status is savedinto the .comments file even when no discussion syntax is in the page.This makes it possible that the discussion is disabled when the syntaxis removed (unless the &quot;automatic&quot; option is enabled).

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Thu, 24 Oct 2013 11:43:16 +0000</pubDate>
        <dc:creator>Michael Hamann &lt;michael@content-space.de&gt;</dc:creator>
    </item>
<item>
        <title>66ac0bd629cf6a7b62a21bf806dd244355bb36f4 - Don&apos;t save comment data when viewing an old revision #35</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#66ac0bd629cf6a7b62a21bf806dd244355bb36f4</link>
        <description>Don&apos;t save comment data when viewing an old revision #35This is a quick fix for the problem that .comment files were writtenwhile viewing old revisions of the page. A better solution might be tomove the comment status to the metadata of the page.

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Thu, 13 Sep 2012 21:26:17 +0000</pubDate>
        <dc:creator>Michael Hamann &lt;michael@content-space.de&gt;</dc:creator>
    </item>
<item>
        <title>1eedfbce4e422b48928a7ba4cf84dc464d3b5eff - Save .comment data only when modified #66 #59</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#1eedfbce4e422b48928a7ba4cf84dc464d3b5eff</link>
        <description>Save .comment data only when modified #66 #59This fixes the problem that .comment files were written whenever thepage was parsed which made the order in the threads syntax and in theadmin interface meaningless.Old dates will still be meaningless but at least the pages with newcomments should appear in the correct order now though pages will stillmove to the top when the comment status is changed. This could beproperly fixed by storing the date of the last comment in the metadataand indexing the metadata, then it would be easy to get all dates.

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Thu, 13 Sep 2012 21:17:29 +0000</pubDate>
        <dc:creator>Michael Hamann &lt;michael@content-space.de&gt;</dc:creator>
    </item>
<item>
        <title>b8efbcc2bc3516a7bfc8875ffe6c14c5a948c807 - Remove old getInfo functions (replaced by plugin.info.txt)</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#b8efbcc2bc3516a7bfc8875ffe6c14c5a948c807</link>
        <description>Remove old getInfo functions (replaced by plugin.info.txt)

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Fri, 13 Jul 2012 20:30:02 +0000</pubDate>
        <dc:creator>Michael Hamann &lt;michael@content-space.de&gt;</dc:creator>
    </item>
<item>
        <title>2eddb748040c28a01c0ab4927570d9c9f433717f - Process comment syntax on anything that isn&apos;t &quot;preview&quot;. DW doesn&apos;t</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#2eddb748040c28a01c0ab4927570d9c9f433717f</link>
        <description>Process comment syntax on anything that isn&apos;t &quot;preview&quot;. DW doesn&apos;tdispatch the &quot;save&quot; action anymore upon saving a wikipage, so we can&apos;tjust rely on that. Closes #14

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Thu, 01 Jul 2010 16:36:48 +0000</pubDate>
        <dc:creator>Gina Haeussge &lt;gina@foosel.net&gt;</dc:creator>
    </item>
<item>
        <title>14382eba0e9088630a1c1e6d68458d054754467c - some cosmetic changes</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#14382eba0e9088630a1c1e6d68458d054754467c</link>
        <description>some cosmetic changesdarcs-hash:20090210170447-23886-0a03966ce0d0bc4a99d4212988f6c108effd507e.gz

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Tue, 10 Feb 2009 17:04:47 +0000</pubDate>
        <dc:creator>Michael Klier &lt;chi@chimeric.de&gt;</dc:creator>
    </item>
<item>
        <title>3648fb3e7657174cb0a1405e801873dfebb1f5cf - updated VERSION information</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#3648fb3e7657174cb0a1405e801873dfebb1f5cf</link>
        <description>updated VERSION informationdarcs-hash:20080707181514-23886-8b8c11f7b8fe98bb50f274fd809113d895ae2f2d.gz

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Mon, 07 Jul 2008 18:15:14 +0000</pubDate>
        <dc:creator>Michael Klier &lt;chi@chimeric.de&gt;</dc:creator>
    </item>
<item>
        <title>479b8ffbea33c817dc56eacdd7302d79140f6e26 - fixed broken vim modelines</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#479b8ffbea33c817dc56eacdd7302d79140f6e26</link>
        <description>fixed broken vim modelinesdarcs-hash:20080628182717-23886-e7706613924f4c6037ce99a4498b64b11de7e197.gz

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Sat, 28 Jun 2008 18:27:17 +0000</pubDate>
        <dc:creator>Michael Klier &lt;chi@chimeric.de&gt;</dc:creator>
    </item>
<item>
        <title>530693fbe53c89e21418636c442e20dc0d1516a2 - fixed code style</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#530693fbe53c89e21418636c442e20dc0d1516a2</link>
        <description>fixed code styledarcs-hash:20080607205901-23886-6cbf3c231f26f049c3e6c79d9427fcf829f1b64c.gz

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Sat, 07 Jun 2008 20:59:01 +0000</pubDate>
        <dc:creator>Michael Klier &lt;chi@chimeric.de&gt;</dc:creator>
    </item>
<item>
        <title>1623f6394da6a1af2c1209de1ce82cba923a5893 - Only change comment state if saving</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#1623f6394da6a1af2c1209de1ce82cba923a5893</link>
        <description>Only change comment state if savingdarcs-hash:20080524215911-2b4f5-447a9d613a53c008ea3ca30a2fc032756dbe6db4.gz

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Sat, 24 May 2008 21:59:11 +0000</pubDate>
        <dc:creator>Gina Haeussge &lt;osd@foosel.net&gt;</dc:creator>
    </item>
<item>
        <title>7d2e256909c7192b2a8ca7c5dc6824c57b8c04e8 - release preparations</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#7d2e256909c7192b2a8ca7c5dc6824c57b8c04e8</link>
        <description>release preparationsdarcs-hash:20080420150043-2b4f5-735fcf3c97904901e011b826d52ba43d0d102fe0.gz

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Sun, 20 Apr 2008 15:00:43 +0000</pubDate>
        <dc:creator>Gina Haeussge &lt;osd@foosel.net&gt;</dc:creator>
    </item>
<item>
        <title>4c4d91c62c549aeb8edd5d78f70d8feaea0b8cef - Update to reflect change of maintainer</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#4c4d91c62c549aeb8edd5d78f70d8feaea0b8cef</link>
        <description>Update to reflect change of maintainerdarcs-hash:20080211211935-2b4f5-1e030663b0a69c3f022e76d37e72b900223e2515.gz

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Mon, 11 Feb 2008 21:19:35 +0000</pubDate>
        <dc:creator>Gina Haeussge &lt;osd@foosel.net&gt;</dc:creator>
    </item>
<item>
        <title>e6a89be22428e589339136443fa8ded511d8d712 - 123 fix for bugs introduced with previous patches</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#e6a89be22428e589339136443fa8ded511d8d712</link>
        <description>123 fix for bugs introduced with previous patchesdarcs-hash:20070821131350-89468-0f0b9204f1c2be6b22187daecd7e47fd4dc36046.gz

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Tue, 21 Aug 2007 13:13:50 +0000</pubDate>
        <dc:creator>wikidesign &lt;chi@chimeric.de&gt;</dc:creator>
    </item>
<item>
        <title>07c376bb4fb524ac7b8b99a9000fbe184f7add6d - 121 allow setting a custom title for the discussion section</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#07c376bb4fb524ac7b8b99a9000fbe184f7add6d</link>
        <description>121 allow setting a custom title for the discussion sectiondarcs-hash:20070821114316-89468-99a9bcb857c6427c66c06de70aa3109d3bb8ba3c.gz

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Tue, 21 Aug 2007 11:43:16 +0000</pubDate>
        <dc:creator>wikidesign &lt;chi@chimeric.de&gt;</dc:creator>
    </item>
<item>
        <title>76153f16d2b25c96a9fad601c8196e1e799fd929 - 114 Change for define PLUGIN_BLOG_MAINPAGE</title>
        <link>http://127.0.0.1:8080/history/plugin/discussion/syntax/comments.php#76153f16d2b25c96a9fad601c8196e1e799fd929</link>
        <description>114 Change for define PLUGIN_BLOG_MAINPAGEdarcs-hash:20070802164438-89468-f7bc65081c57523cd6a9b4f4ad1930c67c7fdfbd.gz

            List of files:
            /plugin/discussion/syntax/comments.php</description>
        <pubDate>Thu, 02 Aug 2007 16:44:38 +0000</pubDate>
        <dc:creator>wikidesign &lt;chi@chimeric.de&gt;</dc:creator>
    </item>
</channel>
</rss>
