<?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 action.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d6d581af9538bd13b5559e8723a5d14170994c96 - hardcode deepl v1 tag handling</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#d6d581af9538bd13b5559e8723a5d14170994c96</link>
        <description>hardcode deepl v1 tag handlingfix provided by user @annda on GitHub

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Wed, 28 Jan 2026 14:55:44 +0000</pubDate>
        <dc:creator>Jennifer Graul &lt;me@netali.de&gt;</dc:creator>
    </item>
<item>
        <title>d33a2f201081611ec062d674eda63eb47532ebba - add support for norwegian</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#d33a2f201081611ec062d674eda63eb47532ebba</link>
        <description>add support for norwegianfixes #17

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Wed, 28 Jan 2026 14:48:12 +0000</pubDate>
        <dc:creator>Jennifer Graul &lt;me@netali.de&gt;</dc:creator>
    </item>
<item>
        <title>d72397a2533595ca31af41aa45e70dfae5ecebe8 - fix ignore tag removal order</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#d72397a2533595ca31af41aa45e70dfae5ecebe8</link>
        <description>fix ignore tag removal orderfixes #16

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Wed, 28 Jan 2026 14:43:23 +0000</pubDate>
        <dc:creator>Jennifer Graul &lt;me@netali.de&gt;</dc:creator>
    </item>
<item>
        <title>6a17ed8db6e111729a23627973777ed86b1c3db4 - Add option to use old tag handling</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#6a17ed8db6e111729a23627973777ed86b1c3db4</link>
        <description>Add option to use old tag handling

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Wed, 28 Jan 2026 13:26:13 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>522d08148adf27faa13095177ac9560e1835c4bb - refactor: unify function name case</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#522d08148adf27faa13095177ac9560e1835c4bb</link>
        <description>refactor: unify function name case

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Sun, 15 Jun 2025 23:13:55 +0000</pubDate>
        <dc:creator>Jennifer Graul &lt;me@netali.de&gt;</dc:creator>
    </item>
<item>
        <title>087c645b1c9191e349acd04bf4518cac8bac41c7 - prevent deepl from messing with the top pages plugin</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#087c645b1c9191e349acd04bf4518cac8bac41c7</link>
        <description>prevent deepl from messing with the top pages plugin

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Sun, 15 Jun 2025 23:12:26 +0000</pubDate>
        <dc:creator>Jennifer Graul &lt;me@netali.de&gt;</dc:creator>
    </item>
<item>
        <title>858956d262f0888090baf159b0a53a8127c39048 - Fix weird responses from Deepl</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#858956d262f0888090baf159b0a53a8127c39048</link>
        <description>Fix weird responses from DeeplWhen using keep-alive and doing multiple requests to the API, it seemsthat some buffer is not cleared correctly, resulting in an additionalnewline messing up the header parsing. This simply disables keep-alive.It also makes sure these errors are caught in the future.

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Wed, 21 May 2025 06:51:56 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>3e2a3564305618a52aec4bf932c546175570f3a3 - Added remote API endpoint to trigger translations</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#3e2a3564305618a52aec4bf932c546175570f3a3</link>
        <description>Added remote API endpoint to trigger translationsThis slightly refactors the action class to make the push_translationsmethod reusable via the API endpoint. It introduces Exception for errorsignalling at some points. The overall coding style and architecture hasnot been changed, though a bit of refactoring would make futureimplementations like this a lot easier.

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Tue, 20 May 2025 12:47:45 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>24d1dd2f60c5d7955818727771b7a2a881957bba - keep relative links when translating</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#24d1dd2f60c5d7955818727771b7a2a881957bba</link>
        <description>keep relative links when translatingRelative links should usually work fine as-is and would not need anyrewriting. Since there are no tests, I added a config to not change thedefault behaviour.

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Tue, 01 Oct 2024 08:15:36 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>8311ddaa338b01befbebadff30e27b61fbdab5b7 - add uk language support</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#8311ddaa338b01befbebadff30e27b61fbdab5b7</link>
        <description>add uk language supportcloses: #11

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Thu, 24 Aug 2023 16:22:15 +0000</pubDate>
        <dc:creator>netali &lt;me@netali.de&gt;</dc:creator>
    </item>
<item>
        <title>2a12605e7c3f3ee02a00e0f4d163aa909066033d - exclude mailto links from patch_links</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#2a12605e7c3f3ee02a00e0f4d163aa909066033d</link>
        <description>exclude mailto links from patch_links

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Fri, 17 Feb 2023 15:08:56 +0000</pubDate>
        <dc:creator>netali &lt;me@netali.de&gt;</dc:creator>
    </item>
<item>
        <title>7c99a9b013bb6255ff4d1cc79571479708e2a064 - Update action.php for preventing allignments of table cells from altering</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#7c99a9b013bb6255ff4d1cc79571479708e2a064</link>
        <description>Update action.php for preventing allignments of table cells from alteringThis is a modification of the existing prevention of changes to table limiters &quot;^&quot; and &quot;|&quot;.Beside the existing prevention of the single limiters 10 additional preventing-lines prevent allignments of table cells from altering, when &quot;two&quot; spaces are on the left or the right side of a limiter.

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Tue, 31 Jan 2023 19:26:39 +0000</pubDate>
        <dc:creator>extrasec &lt;124002828+extrasec@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>43d62a6b8e239725c8599f74773a86f6f4b3c0cf - prevent deepl from messing with nocache-instructions</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#43d62a6b8e239725c8599f74773a86f6f4b3c0cf</link>
        <description>prevent deepl from messing with nocache-instructionsCloses #6

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Tue, 31 Jan 2023 15:40:29 +0000</pubDate>
        <dc:creator>netali &lt;me@netali.de&gt;</dc:creator>
    </item>
<item>
        <title>6301ba6e2a865eb29f6d46b0302e3433f0baee00 - prevent deepl from destroying the syntax when a whole line is formatted</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#6301ba6e2a865eb29f6d46b0302e3433f0baee00</link>
        <description>prevent deepl from destroying the syntax when a whole line is formatted

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Thu, 15 Sep 2022 10:57:04 +0000</pubDate>
        <dc:creator>Netali &lt;me@netali.de&gt;</dc:creator>
    </item>
<item>
        <title>b33135ef59f278eabdd2d1b1d302b960ed10b796 - add glossary feature</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#b33135ef59f278eabdd2d1b1d302b960ed10b796</link>
        <description>add glossary feature

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Fri, 09 Sep 2022 06:14:10 +0000</pubDate>
        <dc:creator>Netali &lt;me@netali.de&gt;</dc:creator>
    </item>
<item>
        <title>84cda41fb0c9f0aa3a42a9cd8c476c04c815e89d - prevent patch_links to modify interwiki and windows share links and keep alignment of media</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#84cda41fb0c9f0aa3a42a9cd8c476c04c815e89d</link>
        <description>prevent patch_links to modify interwiki and windows share links and keep alignment of media

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Sun, 05 Jun 2022 08:12:25 +0000</pubDate>
        <dc:creator>Netali &lt;me@netali.de&gt;</dc:creator>
    </item>
<item>
        <title>a3a5150738607b40da94c9daba8a30867ee9d5df - prevent plugin embeds from being affected by patch_links and add perm check to do push translation</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#a3a5150738607b40da94c9daba8a30867ee9d5df</link>
        <description>prevent plugin embeds from being affected by patch_links and add perm check to do push translation

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Sat, 04 Jun 2022 09:01:58 +0000</pubDate>
        <dc:creator>Netali &lt;me@netali.de&gt;</dc:creator>
    </item>
<item>
        <title>53f3766c993b4a647bb3d728337580c326e5c1af - always replace internal links to resolve relative links</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#53f3766c993b4a647bb3d728337580c326e5c1af</link>
        <description>always replace internal links to resolve relative links

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Mon, 30 May 2022 07:24:16 +0000</pubDate>
        <dc:creator>Netali &lt;me@netali.de&gt;</dc:creator>
    </item>
<item>
        <title>3b1ff295da853c8fbab745a3ba957ec64272da31 - prevent deepl from messing with tables and links in wikitext</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#3b1ff295da853c8fbab745a3ba957ec64272da31</link>
        <description>prevent deepl from messing with tables and links in wikitext

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Sun, 29 May 2022 18:57:42 +0000</pubDate>
        <dc:creator>Netali &lt;me@netali.de&gt;</dc:creator>
    </item>
<item>
        <title>4b84d3cf22650a3ba9826ce6be01189e7d81cfd2 - fix patch links for anchors</title>
        <link>http://127.0.0.1:8080/history/plugin/deeplautotranslate/action.php#4b84d3cf22650a3ba9826ce6be01189e7d81cfd2</link>
        <description>fix patch links for anchors

            List of files:
            /plugin/deeplautotranslate/action.php</description>
        <pubDate>Tue, 24 May 2022 04:10:14 +0000</pubDate>
        <dc:creator>Netali &lt;me@netali.de&gt;</dc:creator>
    </item>
</channel>
</rss>
