Fix CodeSniffer violations for PHP filesFix violations for Generic.PHP.LowerCaseConstant.Found
Fix CodeSniffer violationsChange indentation to ensure code confirms to CodeSniffer rules.
fixed line endings
Remove superfluous requires and variables from bin/indexer.php
Add clear function to the indexer that deletes the whole index
Made striplangs.php executableMade it easier to use, and consistent with the others bin/*php scripts
replaced use of basename() with utf8_basename() FS#2015
Adding a \n to striplangs' helpMaking it more aesthetic, and consistent with the others bin/*php scripts
Properly clean up the whole index in bin/indexer.phpThere were some index files that haven't been cleaned up, now also thefiles of the metadata index are cleaned/removed when a clean isrequested.
Add a force option to idx_addPage()
Adjust bin/indexer.php for the new indexerNow the indexer is directly called instead of duplicating a large partof the indexer code.
Indexer v3 Rewrite part two, update uses of indexer
use forward slashes as path separator in striplangs.php
Added striplangs.php script, with which you can strip out unused languages out of DW to make it smaller (eg. FTP upload)
Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3As of VIM 7.3 it is no longer possible to specify the encoding in themodeline. 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.3As of VIM 7.3 it is no longer possible to specify the encoding in themodeline. This gives an error message whenever such a file is opened,thus this commit removes the enc setting from the modeline.
show more ...
Use a different indexer version when external tokenizer is enabled
removed deprecated index update function
fixed username detection in dwpage FS#2011
Add title index to the indexer files, improve indexer calls
added missing print to bin/render.php
Added a rendering commandline toolThis simple tool renders some syntax given on STDIN with the givenrenderer (defaults to xhtml) and outputs to STDOUT.
Whitespace cleanup FS#1709Ignore-this: 27ea52110bce929b2c61ed8faba67cfcdarcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
set memory limit and unify php call in CLI appsIgnore-this: 1132d10ee32a2a68ddc1929c428e708- short open tag shouldn't be needed anymore- CLI memory limits a too low usuallydarcs-hash:200909042
set memory limit and unify php call in CLI appsIgnore-this: 1132d10ee32a2a68ddc1929c428e708- short open tag shouldn't be needed anymore- CLI memory limits a too low usuallydarcs-hash:20090904211555-99ed5-bd19873bdc2b10c61b9365f9c5ad9409a4131e41.gz
Skip ACL checks in bin/indexer.php FS#1729Ignore-this: 334a8a4d2e3041afcdde2f2635cd6da6darcs-hash:20090725120819-ea0c7-c041fa150a358a5fd25e208a57547c1cc928cd1e.gz
Minor change support for dwpage.phpdarcs-hash:20090514151011-ac091-397ed299016a72545412f3d0cfbc534a65a10992.gz
1234