<?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>b7c3b74a96d300996e68044da8247ce07a7472ed - Add copy-to-clipboard functionality to code blocks</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#b7c3b74a96d300996e68044da8247ce07a7472ed</link>
        <description>Add copy-to-clipboard functionality to code blocks

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Thu, 02 Oct 2025 12:18:57 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>8c831647ed536e5d811d8f541599d9628d01a512 - remove checks for mbstring.func_overload</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#8c831647ed536e5d811d8f541599d9628d01a512</link>
        <description>remove checks for mbstring.func_overloadThis ini setting no longer exists in PHP8, so we don&apos;t need to checkfor it.

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Sat, 07 Mar 2026 19:24:42 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>26d34d693076d901298ff053b7e755d3b76f9ecc - add alt texts for size ctl images</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#26d34d693076d901298ff053b7e755d3b76f9ecc</link>
        <description>add alt texts for size ctl images

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Fri, 27 Feb 2026 12:00:40 +0000</pubDate>
        <dc:creator>Tobias Bengfort &lt;tobias.bengfort@posteo.de&gt;</dc:creator>
    </item>
<item>
        <title>455aa67e850e236be8cd442e32eec2b8fff15fb2 - Introduce token authentication #2431</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#455aa67e850e236be8cd442e32eec2b8fff15fb2</link>
        <description>Introduce token authentication #2431This generates a JWT token for users. This token can be sent in a Bearerauthentication header as a login mechanism. Users can reset their tokenin the profile.Note: a previously suggested implementation used a custom token format,not JWT tokens

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Tue, 25 Apr 2023 22:45:28 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>775003a7dfc8824e655f040724abfb8255c6da03 - Avoid out-of-memory problems in log viewer</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#775003a7dfc8824e655f040724abfb8255c6da03</link>
        <description>Avoid out-of-memory problems in log viewerfixes #3919Squashed commit of the following:commit 322d0846f39b0641ab7af69e24d1bd70a95b58b5Author: Andreas Gohr &lt;andi@splitbrain.org&gt;Date:   Mon Mar 20 18:45:30 2023 +0100    some more simplifications for the log viewer    * use exceptions to abort on read errors    * use the same fread call regardless of log sizecommit b8a3dfbd90a77811db380510cc279f973c92bd01Author: Hamid &lt;hamid0x4c@gmail.com&gt;Date:   Mon Mar 20 17:49:41 2023 +0330    Fix code stylecommit aa0e5b6692f9c26a9c22875111760803e280c9acMerge: 23b372c94 ac1d8211aAuthor: Hamid &lt;hamid0x4c@gmail.com&gt;Date:   Mon Mar 20 17:39:05 2023 +0330    Merge branch &apos;dokuwiki:master&apos; into fix-display-large-logcommit 23b372c94d466ff3436177bf8386c879b78c5777Merge: d82b8818c e410a7b8fAuthor: Hamid Adibzadeh &lt;hamid0x4c@gmail.com&gt;Date:   Mon Mar 20 17:35:07 2023 +0330    Merge branch &apos;fix-display-large-log&apos; of github.com:Adibzadeh/dokuwiki into fix-display-large-logcommit d82b8818c86f614f7d504cf19ad6d0492bb6d92fAuthor: Hamid Adibzadeh &lt;hamid0x4c@gmail.com&gt;Date:   Mon Mar 20 17:29:43 2023 +0330    Use only fopen to read logfilecommit e410a7b8fa7663039bbdcfd6a90aed89877bb744Author: Hamid &lt;hamid0x4c@gmail.com&gt;Date:   Sat Mar 18 10:30:19 2023 +0330    White-space removedcommit 8f1ad23f785b1cccb790b39371b8989514777a38Author: Hamid Adibzadeh &lt;hamid0x4c@gmail.com&gt;Date:   Sat Mar 18 10:12:16 2023 +0330    Refactoring getLogLines and code improvementscommit 37a0e60c920343ff45ed12ede2cf96c2251108a3Author: Hamid Adibzadeh &lt;hamid0x4c@gmail.com&gt;Date:   Sat Mar 18 00:27:27 2023 +0330    Refactoring and improve error handlingcommit 25d3465289053130546c9066c82b0b620f596c33Author: Hamid Adibzadeh &lt;hamid0x4c@gmail.com&gt;Date:   Sat Mar 18 00:00:59 2023 +0330    Translation for log errors in Fa and Encommit cc96b9babee12e4f4678380208685b3497a29b70Author: Hamid Adibzadeh &lt;hamid0x4c@gmail.com&gt;Date:   Fri Mar 17 00:34:06 2023 +0330    code improvecommit 9c0e42285fc8d553e26c030d407d46f69f8c3d91Author: Hamid &lt;hamid0x4c@gmail.com&gt;Date:   Tue Mar 14 18:16:23 2023 +0330    variable name fixedcommit 89124317ba2cccc12cb506f4d641a9e6288969e1Author: Hamid &lt;hamid0x4c@gmail.com&gt;Date:   Tue Mar 14 18:13:30 2023 +0330    tab indent fixcommit b154bfde3ecd2039c16b8f8002ada291301e19b2Author: Hamid Adibzadeh &lt;hamid0x4c@gmail.com&gt;Date:   Tue Mar 14 17:21:09 2023 +0330    fix #3919 log viewer runs into OOM

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Mon, 20 Mar 2023 18:53:26 +0000</pubDate>
        <dc:creator>Hamid &lt;hamid0x4c@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>90c7493e5431e6bb1956245e233ab58734b59b05 - list external edits also in revs list</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#90c7493e5431e6bb1956245e233ab58734b59b05</link>
        <description>list external edits also in revs list- current revision changelogline is already in changelog, so retrieve in one go- include listing of external edits- for external deletions no date is known

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Tue, 14 Sep 2021 12:26:41 +0000</pubDate>
        <dc:creator>Satoshi Sahara &lt;sahara.satoshi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d3f829c2e865411af7ac548cd180da21c39771f2 - cleaner behaviour for data directory check</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#d3f829c2e865411af7ac548cd180da21c39771f2</link>
        <description>cleaner behaviour for data directory checkShow a properly translated message.

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Mon, 11 Jan 2021 16:16:30 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>6ed7a26d79a606d9f00150aae076ad7041d1466c - Display the list of allowed mime types in media uploader</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#6ed7a26d79a606d9f00150aae076ad7041d1466c</link>
        <description>Display the list of allowed mime types in media uploader

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Tue, 21 Jul 2020 15:22:25 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>b00af75f9bb433cea623e877e2bd6a470f57c56f - Update links to dokuwiki.org in language file</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#b00af75f9bb433cea623e877e2bd6a470f57c56f</link>
        <description>Update links to dokuwiki.org in language file

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Sun, 14 Jun 2020 16:16:44 +0000</pubDate>
        <dc:creator>Henry Pan &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>3f6872b1fc0e676dafffb7488df32f2425bbd29f - Checks for PHP mail in install.php and warns if mail used after install (#3056)</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#3f6872b1fc0e676dafffb7488df32f2425bbd29f</link>
        <description>Checks for PHP mail in install.php and warns if mail used after install (#3056)* Checks for PHP mail in install.php and warns if mail used after install.* fixed spacing in instal.php* Reconfigured warning message and code for PHP mail not existing or disabled. Removed the substitute mail function in inc/compatibility.php* fixed some spacing errors in install.php* Adds warning to error_log when call is made to unavailable PHP mail function and posts the warning to browser top if current user is admin.* adds newline at end of compatibility.php and $lang global to Mailer.class.php* Changes to handling of msg and `return false` as suggested by @phy25* Removed tab from lilne 719* removed additional tabs from Mailer.class.php* Update inc/Mailer.class.phpremoves unnecessary object* Update inc/Mailer.class.phpchanged msg styling for msg_managers_only warning for no PHP mail function* Update inc/Mailer.class.php* Update inc/Mailer.class.php

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Sun, 17 May 2020 03:24:21 +0000</pubDate>
        <dc:creator>Myron Turner &lt;turnermm02@shaw.ca&gt;</dc:creator>
    </item>
<item>
        <title>387250efa9ce115f7bd9bc7f23c565a20031478c - Add random_bytes check in installer</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#387250efa9ce115f7bd9bc7f23c565a20031478c</link>
        <description>Add random_bytes check in installerFixes #1892. This will be triggered by:- PHP 7+: &quot;If an appropriate source of randomness cannot be found, an Exception will be thrown&quot;- paragonie/random_compat: PHP 5.6 support will fail if urandom is not readable

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Sat, 29 Feb 2020 04:36:35 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>826e222f80abf6c70282c6cd6a7d4621555d03ce - show adavanced tools with JavaScript only</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#826e222f80abf6c70282c6cd6a7d4621555d03ce</link>
        <description>show adavanced tools with JavaScript only

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Wed, 28 Mar 2018 14:14:18 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>a00078f7c6131eb152c1f51a05a0753843638bd6 - adjusted language files to remove outdated string</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#a00078f7c6131eb152c1f51a05a0753843638bd6</link>
        <description>adjusted language files to remove outdated string

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Wed, 28 Mar 2018 12:42:10 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>c5bd57213bf5122daaa4e984c71d8f8b4666afc1 - l10n(search): localization for the toggle tools button</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#c5bd57213bf5122daaa4e984c71d8f8b4666afc1</link>
        <description>l10n(search): localization for the toggle tools button

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Tue, 27 Mar 2018 18:15:32 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>2ce8affc66a5825b8eb9f401e287a2315987d62a - l10n(search): Add link to create page from query to searchintro</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#2ce8affc66a5825b8eb9f401e287a2315987d62a</link>
        <description>l10n(search): Add link to create page from query to searchintroImplements the functionality requested in #1124

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Tue, 27 Mar 2018 15:31:36 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>c6b5b74a3fbcca16cc05abbfc719529279fb6ab0 - fix(search): detect irregular fragment query</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#c6b5b74a3fbcca16cc05abbfc719529279fb6ab0</link>
        <description>fix(search): detect irregular fragment queryIf the entered query does not cleanly fall into the area of the givenoptions, show the current behavior as &quot;custom&quot;.

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Tue, 27 Mar 2018 11:17:57 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>01c23ba89c0c183d8e89de0774d31d82f40a7be9 - l10n(search): en translation for new search functionality</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#01c23ba89c0c183d8e89de0774d31d82f40a7be9</link>
        <description>l10n(search): en translation for new search functionality

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Mon, 26 Mar 2018 16:24:01 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>f023c68e1425535b9c268586654ab81924753cf2 - comment out empty language string</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#f023c68e1425535b9c268586654ab81924753cf2</link>
        <description>comment out empty language stringThe empty string is not translatable in the translation interface andcauses all languages to be &lt;100%This is an alternative approach to #2164

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Sun, 05 Nov 2017 08:43:38 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>774514c9e8c7379df1d1479289e616e2507e8413 - translate html and text string for signature</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#774514c9e8c7379df1d1479289e616e2507e8413</link>
        <description>translate html and text string for signatureDefault only text string exists, via localized translation a wiki admincan add his/her own (html) version.

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Fri, 27 May 2016 22:39:11 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e03b842a59f62aa511730fb271c98445fe39db2a - Merge branch &apos;master&apos; into emailsignature</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/lang/en/lang.php#e03b842a59f62aa511730fb271c98445fe39db2a</link>
        <description>Merge branch &apos;master&apos; into emailsignature* master: (406 commits)  msglint is HTTPS now. fixed failing tests  URI scheme is only relevant for TLS if not proxy connection #1526  use SSL if scheme is https  add conf as global  translation update  avoid HTTP Response Splitting attacks via redirects #1513  translation update  another tiny tab CSS addition  minor change to make tabs more flexible  translation update  adjusted for scrutinizer hints  adjusted tests for reflection based method export  first go at using reflection for remote export  Fixes for the FR translation  obfuscate auth passwords in config. fixes #1487  add support for new Django hashing methods  usie a strict comparison === instead  use getNS() call instead of dirname()  #1477:Search heading still displayed although search disabled  Fix PHP7 evaluation order incompatibility  ...

            List of files:
            /dokuwiki/inc/lang/en/lang.php</description>
        <pubDate>Fri, 15 Apr 2016 08:07:47 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
