<?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 lang.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>19d5ba27782e35d8c5d7e3db41e9834c96868bbb - rename trustedproxy option to trustedproxies</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#19d5ba27782e35d8c5d7e3db41e9834c96868bbb</link>
        <description>rename trustedproxy option to trustedproxiesWe use a new format (array instead of regex) and need a sure way torecognize it. Zebra&apos;s approach would not have survived the editing viaconfig manager.As a side effect this also introduces a new languange string, which isgood because the old one did no longer apply.

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Thu, 09 Jan 2025 15:17:44 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>df9e4a18efc53e5e56b5d6771dc5d285cdf6f15e - automatically prune old logs</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#df9e4a18efc53e5e56b5d6771dc5d285cdf6f15e</link>
        <description>automatically prune old logsThis adds a new configuration that allows to define how many logfilesper facility should be kept. Old files are pruned daily via the taskrunner.

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Fri, 22 Dec 2023 18:30:31 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>486f82fcdeb063c787481ca7ff91976dc6961f85 - add setting to define the samesite cookie policy</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#486f82fcdeb063c787481ca7ff91976dc6961f85</link>
        <description>add setting to define the samesite cookie policyAs mentioned inhttps://github.com/dokuwiki/dokuwiki/pull/3994#pullrequestreview-1473052428there might be occasions when users might want to change the policy to astricter one or the somewhat more lenient Lax implementation of currentbrowsers.

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Mon, 21 Aug 2023 16:17:26 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>bbe6b3a78bfaae7c3435ed2f909108be642b4684 - Remove the htmlok and phpok embedding options</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#bbe6b3a78bfaae7c3435ed2f909108be642b4684</link>
        <description>Remove the htmlok and phpok embedding optionsBoth options have grave security implications and novice users seem toignore advice about them. In the last decades I never came across a wikithat had legitimate use of these options.If someone needs the functionality, it can easily be added back using aplugin. But I prefer to give users one less option to shoot themselvesin the foot.Removal of the translations for the config strings can follow after thishas been merged.

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Wed, 12 Oct 2022 11:22:27 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>be6462f4bb18e8b92e47ced9cfc4141997d0687a - log warnings to error log</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#be6462f4bb18e8b92e47ced9cfc4141997d0687a</link>
        <description>log warnings to error logThis introduces an error handler that will log warnings, including astack trace in the error log. This should help plugin and core authors withidentifying cases of uninitilized variables in PHP8+ environments.A feature flag (default off) will let users temporarily disable thedisplay of warnings in the frontend. This should allow the usage of notyet upgraded plugins in many cases. In the future the flag can beremoved again.

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Sat, 13 Aug 2022 11:18:50 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>efc7c02233237276c3245b1484eb21f600cb3fb8 - Broken link removed</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#efc7c02233237276c3245b1484eb21f600cb3fb8</link>
        <description>Broken link removedThe corrected link is now entered in the documentation. See https://www.dokuwiki.org/config:broken_iua

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Sun, 29 May 2022 09:04:34 +0000</pubDate>
        <dc:creator>Michael Sy &lt;38754074+Michaelsy@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>3df364a338f91f787f996b83392bc95fe38abc2c - CORS on XMLRMPC API</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#3df364a338f91f787f996b83392bc95fe38abc2c</link>
        <description>CORS on XMLRMPC APIThis allows setting a CORS header to make the xmlrpc API accessible fromJavaScript clients directly in the browser.

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Mon, 25 Apr 2022 07:55:08 +0000</pubDate>
        <dc:creator>Timo Richter &lt;timo.richter@richter-leiterplatten.de&gt;</dc:creator>
    </item>
<item>
        <title>d8ab874693a369332dbbecf425e5e612fb1095a6 - Revert &quot;Merge pull request #3039 from takuy/video-attributes&quot;</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#d8ab874693a369332dbbecf425e5e612fb1095a6</link>
        <description>Revert &quot;Merge pull request #3039 from takuy/video-attributes&quot;This reverts commit 408d79f78505248f9ccb44bd2561cedc250ce5a1, reversingchanges made to b7c67f83bd81eff3186e4ebd2d9e86cd2c32468d.

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Sun, 26 Dec 2021 21:56:06 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>408d79f78505248f9ccb44bd2561cedc250ce5a1 - Merge pull request #3039 from takuy/video-attributes</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#408d79f78505248f9ccb44bd2561cedc250ce5a1</link>
        <description>Merge pull request #3039 from takuy/video-attributesAdd handling for video embed attributes

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Mon, 20 Dec 2021 20:52:47 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>cad4fbf6e21bd4a053f1f42b9e40c74f1cfaeab6 - added logging configuration</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#cad4fbf6e21bd4a053f1f42b9e40c74f1cfaeab6</link>
        <description>added logging configurationLog facitlities can now be disabled. By default only debug is disabled.It might make sense to by default disable deprecated as well?Debug logging is now independend of the allowdebug method. allowdebugwas often used in two ways: for displaying errors directly to the userand for logging to the debug log. Now it only controls the former.

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Thu, 13 Aug 2020 18:28:52 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>4a572c5a7657d97b8c999207a2717f13218229f3 - add options &amp; defaults to config, no* counterparts</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#4a572c5a7657d97b8c999207a2717f13218229f3</link>
        <description>add options &amp; defaults to config, no* counterparts

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Mon, 06 Apr 2020 02:52:52 +0000</pubDate>
        <dc:creator>Sam &lt;1631095+takuy@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>7b299f22af679ba69fe0addbd6aaa8b37deffbac - Add option rss_show_deleted</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#7b299f22af679ba69fe0addbd6aaa8b37deffbac</link>
        <description>Add option rss_show_deleted

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Thu, 21 Sep 2017 22:40:56 +0000</pubDate>
        <dc:creator>Aur&#233;lien Martin &lt;01aurelien@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fc6b11d22a0ccb44138fa4b829eeb62fcb65e534 - Add feature flag for deferred javascript</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#fc6b11d22a0ccb44138fa4b829eeb62fcb65e534</link>
        <description>Add feature flag for deferred javascriptThis adds a feature flag for the jQuery and main-js requests added in #2786 and #2958. This adds only a single feature flag since deferringjQuery without deferring the main javascript request is likely to causeerrors and confusion.The feature flag defaults to &quot;on&quot; as this should be unproblematic exceptfor a few plugins. Also, with this flag being on by default, it shouldsee more usage and is more likely to uncover existing issues.This feature flag should be removed once this feature is deemed safe.

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Sun, 26 Jan 2020 18:37:26 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>1b0271152be79fb7c3fff69500b86a8ce9878128 - clarified trustedproxy - empty = trust no proxy</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#1b0271152be79fb7c3fff69500b86a8ce9878128</link>
        <description>clarified trustedproxy - empty = trust no proxy

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Sun, 27 Oct 2019 22:15:15 +0000</pubDate>
        <dc:creator>Henry Pan &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>57d571a22c990b38bc2d5d6f4dceee36a16d3e73 - clarified trustedproxy setting</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#57d571a22c990b38bc2d5d6f4dceee36a16d3e73</link>
        <description>clarified trustedproxy setting

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Mon, 21 Oct 2019 18:59:13 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>925105e82bbaf10d0b6330b81350f14a5a176eb4 - clientIP: add trustedproxy, return first untrusted IP instead of the last one</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#925105e82bbaf10d0b6330b81350f14a5a176eb4</link>
        <description>clientIP: add trustedproxy, return first untrusted IP instead of the last oneThis fixes #2828, where malicious clients passed in customized HTTP header to keep its IP address off records.This is inspired by Sympony&apos;s Request::setTrustedProxies, but I don&apos;t want to implement everything including IP CIDR matching (IPv4 + IPv6), so I decided to reuse the local IP checker in place powered by regexp. Now admins can customize this &quot;local&quot; (trusted) proxy list using $conf[&apos;trustedproxy&apos;], and by default it will allow any local IPs.If in the future there is a need to implement array-based CIDR matching, $conf[&apos;trustedproxies&apos;] can be used for the new config name.

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Mon, 21 Oct 2019 00:31:40 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>c0c77cd20b23921c9e893bb70b99f38be153875a - Merge branch &apos;master&apos; into psr2</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#c0c77cd20b23921c9e893bb70b99f38be153875a</link>
        <description>Merge branch &apos;master&apos; into psr2changes from commit b15f23f6735eabb6dc7e4a996e4ae164139ab7f5 may havebeen lost, because the code changed to much.changes from commit df81ca99eeaf4753d6f09cbddbb529afe7ef71c7 need to beverified. we might need to do some more adjustments.* master: (49 commits)  translation update  translation update  translation update  translation update  translation update  translation update  translation update  Update config.class.php  translation update  translation update  Update lang.php  Add ugc hint to nofollow  add UGC hint  translation update  translation update  use a script to fetch the correct phpunit  Revert &quot;output travis php version for easier debugging&quot;  setup databases for unit tests in travis  output travis php version for easier debugging  translation update  ...

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Thu, 10 Oct 2019 07:22:24 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>e50efeb7aa1ec9b929488dbd7b71d58bff19320b - Update lang.php</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#e50efeb7aa1ec9b929488dbd7b71d58bff19320b</link>
        <description>Update lang.php

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Fri, 13 Sep 2019 12:56:37 +0000</pubDate>
        <dc:creator>Wes from StarArmy.com &lt;stararmy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>277113f107ff36d064d0875e210e27a19f542f71 - Merge branch &apos;master&apos; into psr2</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#277113f107ff36d064d0875e210e27a19f542f71</link>
        <description>Merge branch &apos;master&apos; into psr2* master:  upgraded JSON class to latest (2006) version  continue is break in switch  translation update  reference existing proper progress gif. fixes #2441  Fix missing ui-bg_glass_95_fef1ec_1x400.png and be/jquery.ui.datepicker.js for jquery  removed accidental merges of outdated translations  Change `const` use to `var` for Safari 9 (on iOS)  Fix .htaccess files for Apache 2.4 (and 2.2)  add logic if the server uses unlimited memory settings in is_mem_available()  removed safemode hack

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Fri, 27 Jul 2018 13:04:27 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>fe227084a6df41eda1ccb53480fbc676e6d3f370 - removed safemode hack</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/plugins/config/lang/en/lang.php#fe227084a6df41eda1ccb53480fbc676e6d3f370</link>
        <description>removed safemode hackSafemode has been removed in PHP 5.4.0. We finally no longer need todeal with this insanity.

            List of files:
            /dokuwiki/lib/plugins/config/lang/en/lang.php</description>
        <pubDate>Thu, 07 Jun 2018 15:24:43 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
</channel>
</rss>
