| #
d4f83172 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: line breaks
|
| #
177d6836 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow whitespaces
|
| #
d868eb89 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: function declaration braces/spaces
|
| #
8c7c53b0 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: class declaration braces
|
| #
b1f206e1 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to bin and toplevel
|
| #
cbfa4829 |
| 13-Jun-2020 |
Phy <git@phy25.com> |
use envvars in shebang
|
| #
2b2d0ba9 |
| 01-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
PSR2 adjustments for bin scripts
|
| #
cbeaa4a0 |
| 10-Nov-2017 |
Andreas Gohr <andi@splitbrain.org> |
replace Doku_CLI with splitbrain\phpcli\CLI
It has few more features (like turning down verbosity) and looks nicer
|
| #
1c36b3d8 |
| 16-May-2014 |
Andreas Gohr <andi@splitbrain.org> |
code reformat
|
| #
b0b7909b |
| 20-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
converted some more CLI tools, minor CLI class updates
|
| #
bff17c53 |
| 20-Dec-2012 |
Michael Hamann <michael@content-space.de> |
Remove superfluous requires and variables from bin/indexer.php
|
| #
3cf3c7d6 |
| 20-Dec-2012 |
Michael Hamann <michael@content-space.de> |
Add clear function to the indexer that deletes the whole index
|
| #
4b938509 |
| 18-Jun-2011 |
Michael Hamann <michael@content-space.de> |
Properly clean up the whole index in bin/indexer.php
There were some index files that haven't been cleaned up, now also the files of the metadata index are cleaned/removed when a clean is requested.
|
| #
d041f8db |
| 02-May-2011 |
Michael Hamann <michael@content-space.de> |
Add a force option to idx_addPage()
|
| #
ad79cb7c |
| 06-Mar-2011 |
Michael Hamann <michael@content-space.de> |
Adjust bin/indexer.php for the new indexer
Now the indexer is directly called instead of duplicating a large part of the indexer code.
|
| #
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
|
| #
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 ...
|
| #
7c2ef4e8 |
| 17-Nov-2010 |
Tom N Harris <tnharris@whoopdedo.org> |
Use a different indexer version when external tokenizer is enabled
|
| #
74afac00 |
| 18-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
removed deprecated index update function
|
| #
a0070b52 |
| 16-Jun-2010 |
Adrian Lang <lang@cosmocode.de> |
Add title index to the indexer files, improve indexer calls
|
| #
50b78159 |
| 04-Sep-2009 |
Elan Ruusamäe <glen@delfi.ee> |
set memory limit and unify php call in CLI apps
Ignore-this: 1132d10ee32a2a68ddc1929c428e708
- short open tag shouldn't be needed anymore - CLI memory limits a too low usually
darcs-hash:200909042
set memory limit and unify php call in CLI apps
Ignore-this: 1132d10ee32a2a68ddc1929c428e708
- short open tag shouldn't be needed anymore - CLI memory limits a too low usually
darcs-hash:20090904211555-99ed5-bd19873bdc2b10c61b9365f9c5ad9409a4131e41.gz
show more ...
|
| #
9df39f14 |
| 25-Jul-2009 |
Roland Alder <roli-dokuwiki@galaxy.ch> |
Skip ACL checks in bin/indexer.php FS#1729
Ignore-this: 334a8a4d2e3041afcdde2f2635cd6da6
darcs-hash:20090725120819-ea0c7-c041fa150a358a5fd25e208a57547c1cc928cd1e.gz
|
| #
3a50618c |
| 04-Aug-2008 |
gweissbach <gweissbach@inetsoftware.de> |
Explicite TypeCast for searchIndex
Running the /bin/indexer.php or the searchindex plugin fails in php5 with several type cast errors. This can be fixed using explicite type casts.
Secondly the inc
Explicite TypeCast for searchIndex
Running the /bin/indexer.php or the searchindex plugin fails in php5 with several type cast errors. This can be fixed using explicite type casts.
Secondly the include plugin requires the auth.php to be present. As some other plugins might use quick-acl or the $auth too, indexer.php should require the auth.php just as the lib/exe/indexer.php does.
darcs-hash:20080804112444-f4337-e12f25329236689b05e31f0db2119e47660a9404.gz
show more ...
|
| #
a0c5c349 |
| 19-Sep-2007 |
Tom N Harris <tnharris@whoopdedo.org> |
Remove obsolete words from search index
Creates another index file 'pagewords.idx' for the words in each page. Words that are deleted from a page can then be removed from the word index. The indexer
Remove obsolete words from search index
Creates another index file 'pagewords.idx' for the words in each page. Words that are deleted from a page can then be removed from the word index. The indexer version is incremented to force rebuilding of the index. Also, a minor flaw in the regexp for asian words is fixed.
darcs-hash:20070919194244-6942e-2e08157dcf4fdf166b35b36a0faf8a3dfb415ad9.gz
show more ...
|