| #
                d4f83172 |  | 31-Aug-2023 | Andreas Gohr <andi@splitbrain.org> | code style: line breaks 
 | 
| #
                85b0dd7d |  | 04-Jun-2020 | Andreas Gohr <andi@splitbrain.org> | readd lib/exe/indexer.php for now. fixes #3137
 This ensures backward compability (especially for testing purposes)
 
 | 
| #
                4af80fe8 |  | 16-May-2018 | Michael Große <grosse@cosmocode.de> | refactor: Rename lib/exe/indexer.php to taskrunner.php  
 | 
| #
                3b58faf6 |  | 16-May-2018 | Michael Große <grosse@cosmocode.de> | refactor: Move the remainder of code from lib/exe/indexer.php to TaskRunner::run  
 | 
| #
                9493c275 |  | 16-May-2018 | Michael Große <grosse@cosmocode.de> | refactor: Extract code from lib/exe/indexer into new TaskRunner class  
 | 
| #
                59752844 |  | 14-Jun-2016 | Anders Sandblad <runeson@gmail.com> | Fixed broken links to php.net and redirecting pages to php.net 
 | 
| #
                e13bd5dc |  | 17-Mar-2015 | Christoph Dwertmann <cdwertmann@gmail.com> | Speed up indexer on lighttpd by using tpl_flush() 
 | 
| #
                ea0c1427 |  | 05-Feb-2015 | Christoph Dwertmann <cdwertmann@gmail.com> | Add ob_flush() to sendGIF
 I'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() fe
 Add ob_flush() to sendGIF
 I'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.
 show more ...  
 | 
| #
                79e79377 |  | 07-Jan-2015 | Andreas Gohr <gohr@cosmocode.de> | Remove error supression for file_exists()
 In an older version of PHP a file_exists() call would issue a warning
 when the file did not exist. This was fixed in later PHP releases. Since
 we require PH
 Remove error supression for file_exists()
 In an older version of PHP a file_exists() call would issue a warning
 when the file did not exist. This was fixed in later PHP releases. Since
 we require PHP 5.3 now, there's no need to supress any error here
 anymore. This might even give a minor performance boost.
 show more ...  
 | 
| #
                59bc3b48 |  | 29-Sep-2014 | Gerrit Uitslag <klapinklapin@gmail.com> | more scrutinizer issue improvements 
 | 
| #
                e0c26282 |  | 29-Sep-2014 | Gerrit Uitslag <klapinklapin@gmail.com> | scrutinizer documentations issues 
 | 
| #
                f591e7b0 |  | 27-Aug-2013 | Matt Perry <matt@mattperry.com> | Fix CodeSniffer violations
 Fix violations for the following sniff
 DokuWiki.WhiteSpace.ScopeIndent
 
 | 
| #
                25cfdf73 |  | 08-Apr-2013 | Michael Hamann <michael@content-space.de> | indexer.php: disable the GIF output only with debug parameter and allowdebug
 Before this fix the debug parameter always prevent the GIF from being
 sent even though no actual debug information was re
 indexer.php: disable the GIF output only with debug parameter and allowdebug
 Before this fix the debug parameter always prevent the GIF from being
 sent even though no actual debug information was returned unless the
 allowdebug configuration option was set. Now the GIF is only disabled if
 debugging is actually allowed.
 show more ...  
 | 
| #
                ba562223 |  | 26-Jan-2013 | Andreas Gohr <andi@splitbrain.org> | Merge branch 'subscription' Pull Request #125
 * subscription: (25 commits)
 link directly to subscription management in mails
 only use mailfromnobody for bulk mails
 added missing context for li
 Merge branch 'subscription' 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->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
 ...
 show more ...  
 | 
| #
                4f4c6fd5 |  | 02-Dec-2012 | Michael Hamann <michael@content-space.de> | lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646
 Before this change the GIF wasn't sent at all when the PHP settings
 indicate that sending of the GIF needs to be deferred and
 lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646
 Before this change the GIF wasn't sent at all when the PHP settings
 indicate that sending of the GIF needs to be deferred and it was sent
 when the debug output was on.
 show more ...  
 | 
| #
                46a853c3 |  | 27-Nov-2012 | Andreas Gohr <andi@splitbrain.org> | correct return in sendDigest()
 the function always returned true, even if no action was taken. This
 resulted in no further indexer tasks being run.
 
 | 
| #
                cd2f903b |  | 07-Sep-2012 | Michael Hamann <michael@content-space.de> | Correct and add some PHPDoc comments, initialize some variables 
 | 
| #
                84c1127c |  | 12-Aug-2012 | Andreas Gohr <andi@splitbrain.org> | correctly check if subscriptions are enabled 
 | 
| #
                adec979f |  | 12-Aug-2012 | Andreas Gohr <andi@splitbrain.org> | more subscription refactoring BROKEN
 now the actual sending of bulk messages (digest, list) is reimplemented
 and partially tested.
 
 Still not complete
 
 | 
| #
                bfd0f597 |  | 29-Jun-2012 | Tom N Harris <tnharris@whoopdedo.org> | Input wrapper for exe scripts 
 | 
| #
                56ef9b96 |  | 19-Apr-2012 | Andreas Gohr <gohr@cosmocode.de> | some more debug output in the indexer webbug 
 | 
| #
                fc756e0d |  | 23-Jan-2011 | Michael Hamann <michael@content-space.de> | Merge branch 'master' into indexer_improvements
 Conflicts:
 inc/fulltext.php
 inc/indexer.php
 lib/exe/indexer.php
 
 | 
| #
                1b052f5c |  | 16-Jan-2011 | Andreas Gohr <andi@splitbrain.org> | increase indexer version to reforce rebuild for the new title index 
 | 
| #
                9b41be24 |  | 29-Dec-2010 | Tom N Harris <tnharris@whoopdedo.org> | Indexer v3 Rewrite part two, update uses of indexer 
 | 
| #
                e3776c06 |  | 29-Nov-2010 | Michael Hamann <michael@content-space.de> | Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
 As of VIM 7.3 it is no longer possible to specify the encoding in the
 modeline. This gives an error message whenever such a file is o
 Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
 As of VIM 7.3 it is no longer possible to specify the encoding in the
 modeline. This gives an error message whenever such a file is opened,
 thus this commit removes the enc setting from the modeline.
 show more ...  
 |