<?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 indexer.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d4f83172d9533c4d84f450fe22ef630816b21d75 - code style: line breaks</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#d4f83172d9533c4d84f450fe22ef630816b21d75</link>
        <description>code style: line breaks

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Thu, 31 Aug 2023 20:44:40 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>85b0dd7dc57ad1ed613e26df94dee4b885657828 - readd lib/exe/indexer.php for now. fixes #3137</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#85b0dd7dc57ad1ed613e26df94dee4b885657828</link>
        <description>readd lib/exe/indexer.php for now. fixes #3137This ensures backward compability (especially for testing purposes)

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Thu, 04 Jun 2020 11:29:53 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>4af80fe8e39fd3a0e35794f0f7e7b595f9614510 - refactor: Rename lib/exe/indexer.php to taskrunner.php &#55357;&#56616;</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#4af80fe8e39fd3a0e35794f0f7e7b595f9614510</link>
        <description>refactor: Rename lib/exe/indexer.php to taskrunner.php &#55357;&#56616;

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Wed, 16 May 2018 13:16:28 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>3b58faf6603a05d52ceb517f2e7a172e94e393eb - refactor: Move the remainder of code from lib/exe/indexer.php to TaskRunner::run &#55357;&#56616;</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#3b58faf6603a05d52ceb517f2e7a172e94e393eb</link>
        <description>refactor: Move the remainder of code from lib/exe/indexer.php to TaskRunner::run &#55357;&#56616;

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Wed, 16 May 2018 13:13:25 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>9493c275054ef649b724c083fdac46388e6e1361 - refactor: Extract code from lib/exe/indexer into new TaskRunner class &#55357;&#56616;</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#9493c275054ef649b724c083fdac46388e6e1361</link>
        <description>refactor: Extract code from lib/exe/indexer into new TaskRunner class &#55357;&#56616;

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Wed, 16 May 2018 08:56:34 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;grosse@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>59752844d1903a528e765e8b80dafa2a1ca140ad - Fixed broken links to php.net and redirecting pages to php.net</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#59752844d1903a528e765e8b80dafa2a1ca140ad</link>
        <description>Fixed broken links to php.net and redirecting pages to php.net

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Tue, 14 Jun 2016 06:48:12 +0000</pubDate>
        <dc:creator>Anders Sandblad &lt;runeson@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e13bd5dcd000cc82ed5f1379dac0d674789d3a0c - Speed up indexer on lighttpd by using tpl_flush()</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#e13bd5dcd000cc82ed5f1379dac0d674789d3a0c</link>
        <description>Speed up indexer on lighttpd by using tpl_flush()

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Tue, 17 Mar 2015 07:22:29 +0000</pubDate>
        <dc:creator>Christoph Dwertmann &lt;cdwertmann@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ea0c142784dedbbc3e93b84bea865a40ccb6dc94 - Add ob_flush() to sendGIF</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#ea0c142784dedbbc3e93b84bea865a40ccb6dc94</link>
        <description>Add ob_flush() to sendGIFI&apos;m running this dokuwiki docker container: https://registry.hub.docker.com/u/mprasil/dokuwiki/It uses lighttpd and fastcgi. For some reason, the ignore_user_abort() feature where the browser should close the connection after the GIF has been received is not working on lighty. The browser keeps loading the page until the indexer run is complete, which leads to extremely slow load times with a larger page index.Adding ob_flush() to sendGIF fixes the issue.

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Thu, 05 Feb 2015 04:37:31 +0000</pubDate>
        <dc:creator>Christoph Dwertmann &lt;cdwertmann@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>79e79377626799a77c11aa7849cb9c64305590c8 - Remove error supression for file_exists()</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#79e79377626799a77c11aa7849cb9c64305590c8</link>
        <description>Remove error supression for file_exists()In an older version of PHP a file_exists() call would issue a warningwhen the file did not exist. This was fixed in later PHP releases. Sincewe require PHP 5.3 now, there&apos;s no need to supress any error hereanymore. This might even give a minor performance boost.

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Wed, 07 Jan 2015 09:47:45 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>59bc3b48fdffb76ee65a4b630be3ffa1f6c20c80 - more scrutinizer issue improvements</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#59bc3b48fdffb76ee65a4b630be3ffa1f6c20c80</link>
        <description>more scrutinizer issue improvements

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Mon, 29 Sep 2014 19:45:27 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e0c26282a603881e8d2f839d94c28dbbfc57d71b - scrutinizer documentations issues</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#e0c26282a603881e8d2f839d94c28dbbfc57d71b</link>
        <description>scrutinizer documentations issues

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Mon, 29 Sep 2014 01:34:17 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f591e7b075b936baf7357625ef7edb37fe4feaa3 - Fix CodeSniffer violations</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#f591e7b075b936baf7357625ef7edb37fe4feaa3</link>
        <description>Fix CodeSniffer violationsFix violations for the following sniffDokuWiki.WhiteSpace.ScopeIndent

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Tue, 27 Aug 2013 08:45:47 +0000</pubDate>
        <dc:creator>Matt Perry &lt;matt@mattperry.com&gt;</dc:creator>
    </item>
<item>
        <title>25cfdf73de200b6ae57a47960bc3100e4aba3c7b - indexer.php: disable the GIF output only with debug parameter and allowdebug</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#25cfdf73de200b6ae57a47960bc3100e4aba3c7b</link>
        <description>indexer.php: disable the GIF output only with debug parameter and allowdebugBefore this fix the debug parameter always prevent the GIF from beingsent even though no actual debug information was returned unless theallowdebug configuration option was set. Now the GIF is only disabled ifdebugging is actually allowed.

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Mon, 08 Apr 2013 10:21:28 +0000</pubDate>
        <dc:creator>Michael Hamann &lt;michael@content-space.de&gt;</dc:creator>
    </item>
<item>
        <title>ba56222349781fd8e3938ab18127d46f3c1e0061 - Merge branch &apos;subscription&apos; Pull Request #125</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#ba56222349781fd8e3938ab18127d46f3c1e0061</link>
        <description>Merge branch &apos;subscription&apos; Pull Request #125* subscription: (25 commits)  link directly to subscription management in mails  only use mailfromnobody for bulk mails  added missing context for list mails  readded mailfromnobody to subscription sending  correctly escape diffs in HTML mails  fixed lists in HTML mails  simplified subscription-&gt;add() code a bit  comment adjusted  removed unused vars  removed data parameter in subscription_handle_post()  fixed tests  some reformatting  added compatibility function  moved registration notification to subscription class  fixed merge error in inc/auth.php  consolidate more notification code in subscription class  minor cleanup  initialize new subscriptions with current time  fixed subscription management  correctly check if subscriptions are enabled  ...

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Sat, 26 Jan 2013 10:21:39 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>4f4c6fd5079db8beb50ea9b9aa08351a49a57d21 - lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#4f4c6fd5079db8beb50ea9b9aa08351a49a57d21</link>
        <description>lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646Before this change the GIF wasn&apos;t sent at all when the PHP settingsindicate that sending of the GIF needs to be deferred and it was sentwhen the debug output was on.

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Sun, 02 Dec 2012 23:07:36 +0000</pubDate>
        <dc:creator>Michael Hamann &lt;michael@content-space.de&gt;</dc:creator>
    </item>
<item>
        <title>46a853c3756aa4abe582ccb0de6f4e1f4b2035c4 - correct return in sendDigest()</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#46a853c3756aa4abe582ccb0de6f4e1f4b2035c4</link>
        <description>correct return in sendDigest()the function always returned true, even if no action was taken. Thisresulted in no further indexer tasks being run.

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Tue, 27 Nov 2012 16:39:04 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>cd2f903b3e35c080dc9c1aa0c9f7383573dcae31 - Correct and add some PHPDoc comments, initialize some variables</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#cd2f903b3e35c080dc9c1aa0c9f7383573dcae31</link>
        <description>Correct and add some PHPDoc comments, initialize some variables

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Fri, 07 Sep 2012 19:10:44 +0000</pubDate>
        <dc:creator>Michael Hamann &lt;michael@content-space.de&gt;</dc:creator>
    </item>
<item>
        <title>84c1127cc070777c8cbcf488f5422bc4b71470a8 - correctly check if subscriptions are enabled</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#84c1127cc070777c8cbcf488f5422bc4b71470a8</link>
        <description>correctly check if subscriptions are enabled

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Sun, 12 Aug 2012 15:30:01 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>adec979fd5453cf213b776d7dceaaaac4eb05713 - more subscription refactoring BROKEN</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#adec979fd5453cf213b776d7dceaaaac4eb05713</link>
        <description>more subscription refactoring BROKENnow the actual sending of bulk messages (digest, list) is reimplementedand partially tested.Still not complete

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Sun, 12 Aug 2012 13:07:03 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>bfd0f5975e6e3578b4fa0c712e9779a0861fdc72 - Input wrapper for exe scripts</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/indexer.php#bfd0f5975e6e3578b4fa0c712e9779a0861fdc72</link>
        <description>Input wrapper for exe scripts

            List of files:
            /dokuwiki/lib/exe/indexer.php</description>
        <pubDate>Fri, 29 Jun 2012 02:04:10 +0000</pubDate>
        <dc:creator>Tom N Harris &lt;tnharris@whoopdedo.org&gt;</dc:creator>
    </item>
</channel>
</rss>
