<?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 mail.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>43aa3594b8d7ee24eee5d135f4ba00d4eaafe720 - use DokuWiki&apos;s mail_isvalid to validate email address, fixes #119</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#43aa3594b8d7ee24eee5d135f4ba00d4eaafe720</link>
        <description>use DokuWiki&apos;s mail_isvalid to validate email address, fixes #119

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Wed, 13 Mar 2019 21:37:58 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>faf1789a914d96482bda178903654f0ced781b1e - fix: don&apos;t prevent creator from a new page&apos;s metadata &#55357;&#56347;</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#faf1789a914d96482bda178903654f0ced781b1e</link>
        <description>fix: don&apos;t prevent creator from a new page&apos;s metadata &#55357;&#56347;Calling pageinfo() durint IO_WIKIPAGE_WRITE of newly created pagescaused the page&apos;s metadata file to be written prematurely which in turncaused the creator to be omitted from the page&apos;s metadata.This reworks the create_mail_body action to no longer call pageinfo().See also splitbrain/dokuwiki#2401

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Wed, 23 May 2018 14:35:38 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>eb718fbbb17a6bf8d6cbd1344b92819a1480b25a - Fix wrong username when sending approve mail.</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#eb718fbbb17a6bf8d6cbd1344b92819a1480b25a</link>
        <description>Fix wrong username when sending approve mail.

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Wed, 15 Apr 2015 09:27:19 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>c447490b56c035ff17100913ab06648ed8f1f6b6 - Store mail templates in extra files</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#c447490b56c035ff17100913ab06648ed8f1f6b6</link>
        <description>Store mail templates in extra files

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Thu, 09 Apr 2015 15:08:28 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>d5f6523f614c6e8f715acd7b005154858290d791 - Use conf[&apos;apr_mail_receiver&apos;] also as bool option</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#d5f6523f614c6e8f715acd7b005154858290d791</link>
        <description>Use conf[&apos;apr_mail_receiver&apos;] also as bool optionAdd a message only visible to admins, if the address is configuered (andhence the option is activated), but the configured address is invalid.

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Thu, 09 Apr 2015 10:50:32 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>50cd5b637928438178a580f52191ee00508c12c9 - Remove comments and fix indentation</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#50cd5b637928438178a580f52191ee00508c12c9</link>
        <description>Remove comments and fix indentation

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Thu, 09 Apr 2015 10:18:59 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>0d6459be1125fe04395acfdb7272ec689fd41e83 - Fix timestamp</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#0d6459be1125fe04395acfdb7272ec689fd41e83</link>
        <description>Fix timestamp

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Thu, 09 Apr 2015 10:18:40 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>2583d55d91e2f79f025cccb15e1a906389fa7c67 - User Mailer Class and fix phpdoc accordingly</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#2583d55d91e2f79f025cccb15e1a906389fa7c67</link>
        <description>User Mailer Class and fix phpdoc accordinglymail_send is apparently deprecated

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Thu, 09 Apr 2015 10:16:10 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>f31c65950a6efa9da48782c687bcdf57f7339988 - Fix wrong language in comment and rename function</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#f31c65950a6efa9da48782c687bcdf57f7339988</link>
        <description>Fix wrong language in comment and rename function

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Thu, 09 Apr 2015 10:10:52 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>3c21cb4927322d5890419a4dfcebc22ebbdb0f42 - Use actual address as from</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#3c21cb4927322d5890419a4dfcebc22ebbdb0f42</link>
        <description>Use actual address as from

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Wed, 08 Apr 2015 15:56:14 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse+github@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>4f5c41dbbc82a54ccf394d4ced65a14581293477 - Code cleanup for phpcs and add phpdocs</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#4f5c41dbbc82a54ccf394d4ced65a14581293477</link>
        <description>Code cleanup for phpcs and add phpdocs

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Tue, 07 Apr 2015 14:22:30 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>e620622258d1b05d03156c7b8741cbcf3d79f7c3 - Reduce signature of create_mail_body</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#e620622258d1b05d03156c7b8741cbcf3d79f7c3</link>
        <description>Reduce signature of create_mail_bodyOnly the action string is actually necessary.

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Tue, 07 Apr 2015 14:18:33 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>bc4555ca1a2f0277568fcad103c1331bcdee9778 - Handle body creation both for change and approve</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#bc4555ca1a2f0277568fcad103c1331bcdee9778</link>
        <description>Handle body creation both for change and approveThe mail-bodies for change and approval mails are very similar and canbe handled in one method. Using an extra method for this text creationmakes it easier to test.

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Tue, 07 Apr 2015 13:42:29 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>8ff23e7f553f3f4bcd3d86b025466004908914a2 - Move Mail creation to new method for easier testing</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#8ff23e7f553f3f4bcd3d86b025466004908914a2</link>
        <description>Move Mail creation to new method for easier testingAlso split the mail body into several semantic parts to decrease doublecode among the $lang variables.

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Tue, 07 Apr 2015 13:06:35 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>9e614880305134c63c2a268d6aa24697f3d2ce82 - Fix comments and reinstate sanity checks</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#9e614880305134c63c2a268d6aa24697f3d2ce82</link>
        <description>Fix comments and reinstate sanity checks

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Tue, 07 Apr 2015 10:11:48 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>8bc3733105f6d52b2ef6f187a3eb75c791fb098d - Only send mails when config says so</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#8bc3733105f6d52b2ef6f187a3eb75c791fb098d</link>
        <description>Only send mails when config says so

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Tue, 07 Apr 2015 10:09:54 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>8cd8852aa4604eb1e56e277adf2b543b88bfb005 - Get Mail directly from revision info</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#8cd8852aa4604eb1e56e277adf2b543b88bfb005</link>
        <description>Get Mail directly from revision info

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Tue, 07 Apr 2015 08:32:50 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>846d30718d637066b68cbc8028d8a012b16f4247 - Move difflink to helper and simplify apprejlink</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#846d30718d637066b68cbc8028d8a012b16f4247</link>
        <description>Move difflink to helper and simplify apprejlink

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Thu, 02 Apr 2015 16:55:57 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>19a54b9155b73e94e7b9374dfaa8db849c385e52 - Send a Mail when a draft is fully approved</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#19a54b9155b73e94e7b9374dfaa8db849c385e52</link>
        <description>Send a Mail when a draft is fully approvedThe receiver is still missing

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Thu, 02 Apr 2015 16:54:55 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>12699d357ad032bd483ad907ad7e4d9bda88b394 - Sending mail fails on my local system, hence debug</title>
        <link>http://127.0.0.1:8080/history/plugin/publish/action/mail.php#12699d357ad032bd483ad907ad7e4d9bda88b394</link>
        <description>Sending mail fails on my local system, hence debugHowever the debug output looks like intended

            List of files:
            /plugin/publish/action/mail.php</description>
        <pubDate>Thu, 02 Apr 2015 16:53:32 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
</channel>
</rss>
