<?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 Manifest.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>1e5f7f1ff6844ca54fee76989863c044df4d2ee9 - Manifest: add UTF-8 to entity decoding</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Manifest.php#1e5f7f1ff6844ca54fee76989863c044df4d2ee9</link>
        <description>Manifest: add UTF-8 to entity decodingAs recommended in the PHP manual

            List of files:
            /dokuwiki/inc/Manifest.php</description>
        <pubDate>Fri, 10 Apr 2026 18:01:48 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>f699847dc5902691e469340c7a2f6fd7f6d457d4 - Remove HTML entities from manifest</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Manifest.php#f699847dc5902691e469340c7a2f6fd7f6d457d4</link>
        <description>Remove HTML entities from manifest

            List of files:
            /dokuwiki/inc/Manifest.php</description>
        <pubDate>Thu, 11 Sep 2025 20:05:25 +0000</pubDate>
        <dc:creator>fiwswe &lt;53953985+fiwswe@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>ffc5e5e98d5a3aa5b31132859645b3e979d91ff7 - Remove HTML from strings based on title and tagline</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Manifest.php#ffc5e5e98d5a3aa5b31132859645b3e979d91ff7</link>
        <description>Remove HTML from strings based on title and tagline

            List of files:
            /dokuwiki/inc/Manifest.php</description>
        <pubDate>Tue, 09 Sep 2025 20:02:49 +0000</pubDate>
        <dc:creator>fiwswe &lt;53953985+fiwswe@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>177d6836e2f75d0e404be9c566e61725852a1e07 - coding style: control flow whitespaces</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Manifest.php#177d6836e2f75d0e404be9c566e61725852a1e07</link>
        <description>coding style: control flow whitespaces

            List of files:
            /dokuwiki/inc/Manifest.php</description>
        <pubDate>Thu, 31 Aug 2023 12:22:35 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>24870174d2ee45460ba6bcfe5f5a0ae94715efd7 - Apply rector fixes to the rest of inc</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Manifest.php#24870174d2ee45460ba6bcfe5f5a0ae94715efd7</link>
        <description>Apply rector fixes to the rest of inc

            List of files:
            /dokuwiki/inc/Manifest.php</description>
        <pubDate>Tue, 29 Aug 2023 17:42:15 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>cbb44eabe033d70affb048ec0daf4e579e09dd20 - deprecated trigger_event() in favor of a static method on Event</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Manifest.php#cbb44eabe033d70affb048ec0daf4e579e09dd20</link>
        <description>deprecated trigger_event() in favor of a static method on Event

            List of files:
            /dokuwiki/inc/Manifest.php</description>
        <pubDate>Fri, 15 Jun 2018 15:35:53 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>e9f4a0f6846df14eb77aed6328759990ce4e3c08 - Merge branch &apos;master&apos; into psr2</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Manifest.php#e9f4a0f6846df14eb77aed6328759990ce4e3c08</link>
        <description>Merge branch &apos;master&apos; into psr2* master:  translation update  translation update  Use config cascade for style.ini files  translation update  translation update  use utf8_strtolower instead of strtolower  add test for utf8 capital letters in search #2613  compare cleaned pageid case-insensitive in search, fixes #2613  add tests for #2613  Defective transplantation of export from .htaccess

            List of files:
            /dokuwiki/inc/Manifest.php</description>
        <pubDate>Wed, 06 Mar 2019 19:38:53 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>4593dbd2856db337dc8104c2a5e0dcbe4e7f84e1 - Use config cascade for style.ini files</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Manifest.php#4593dbd2856db337dc8104c2a5e0dcbe4e7f84e1</link>
        <description>Use config cascade for style.ini filesThis simplifies style loading and allows the plugins like farmer toextend the the loading of style files. Also adds some first unit tests.Originally discussed in FS#2703 and #134Squashed commit of the following:commit 5ed550f6ba61a1d475b7572cbff18f0d790c78c2Merge: 0cefed65e cab1833b0Author: Andreas Gohr &lt;gohr@cosmocode.de&gt;Date:   Thu Feb 28 13:38:46 2019 +0100    Merge branch &apos;styleConfCascade&apos; of https://github.com/annda/dokuwiki into annda-styleConfCascade    * &apos;styleConfCascade&apos; of https://github.com/annda/dokuwiki:      Clean up StyleUtils      Update StyleUtils test      Fix array to boolean conversion      Use better placeholder string in config cascade      Calls to StyleUtils use the new constructor      Add test for StyleUtils      Refactor StyleUtils      WIP add temporary test comparing two implementations of StyleUtils      WIP add new style config cascade side by side with the old onecommit cab1833b09a59331a5580fe0e3e6f36d743dea09Author: Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;Date:   Thu Feb 21 17:54:27 2019 +0100    Clean up StyleUtilscommit 766e3907cf7b234c3f2fa7bf86f205c1c8c7c6e1Author: Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;Date:   Thu Feb 21 17:51:15 2019 +0100    Update StyleUtils testcommit f5c08787ddf9db60e3429421e5c627d5c81d876aAuthor: Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;Date:   Thu Feb 21 12:51:53 2019 +0100    Fix array to boolean conversioncommit c9671698992328d5671a43b2707ffc6c5b117423Author: Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;Date:   Thu Feb 21 12:38:55 2019 +0100    Use better placeholder string in config cascadecommit 4845eff54d227325476bb00b7c8402ce58cf72dfAuthor: Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;Date:   Thu Feb 21 12:24:16 2019 +0100    Calls to StyleUtils use the new constructorcommit 7a6337a8f8f2cc0cedbf54ae0b43e94033192cb8Author: Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;Date:   Thu Feb 21 12:22:44 2019 +0100    Add test for StyleUtilscommit 5ae9e8f69e076ab2a18b24aa178cca15fea6b000Author: Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;Date:   Thu Feb 21 12:16:57 2019 +0100    Refactor StyleUtilscommit a2adcc9f37be93f4bcf90fdba4089ea4b0d6436eAuthor: Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;Date:   Sat Feb 16 23:58:04 2019 +0100    WIP add temporary test comparing two implementations of StyleUtilscommit 845c40c4faf379a65134e171514a09d47ffe95f1Author: Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;Date:   Sat Feb 16 23:59:41 2019 +0100    WIP add new style config cascade side by side with the old one

            List of files:
            /dokuwiki/inc/Manifest.php</description>
        <pubDate>Thu, 28 Feb 2019 12:45:19 +0000</pubDate>
        <dc:creator>Anna Dabrowska &lt;dabrowska@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>64159a61e94d0ce680071c8890e144982c3a8cbe - line lengths shortened</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Manifest.php#64159a61e94d0ce680071c8890e144982c3a8cbe</link>
        <description>line lengths shortenedThis makes sure all files use line lenghts shorter than 120 characters.This is a quick fix. It might not always be the nicest change.

            List of files:
            /dokuwiki/inc/Manifest.php</description>
        <pubDate>Fri, 27 Apr 2018 17:07:43 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>2d8226d6a33a982bdf5868e54ccfc9158e8a4a4f - feat(PWAManifest): Use sensible defaults for icons</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Manifest.php#2d8226d6a33a982bdf5868e54ccfc9158e8a4a4f</link>
        <description>feat(PWAManifest): Use sensible defaults for iconsDefining SVG both as 17x17 and 512x512 is intended to support customsplash screens, though the documentation is somewhat unclear. Thiscurrently satisfies the Google Lighthouse auditing tool.

            List of files:
            /dokuwiki/inc/Manifest.php</description>
        <pubDate>Wed, 07 Mar 2018 10:24:44 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>c90718343a6d54f1212fc3900fca635375ea422d - refactor: move manifest functions to more intuitive places</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Manifest.php#c90718343a6d54f1212fc3900fca635375ea422d</link>
        <description>refactor: move manifest functions to more intuitive places

            List of files:
            /dokuwiki/inc/Manifest.php</description>
        <pubDate>Mon, 05 Feb 2018 09:42:09 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
</channel>
</rss>
