summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAge
* fix username handling in dwpage CLI tool. closes #1019Andreas Gohr2015-02-09
|
* Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\ | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
| * -k requires parameter. fixes #902Andreas Gohr2014-10-17
| |
* | PHPDocs and some improvementsGerrit Uitslag2014-10-02
| |
* | Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
|/ | | | | | many PHPDocs some unused variables some dynamically declared variables declared
* code reformatAndreas Gohr2014-05-16
|
* refactored dwpage.php to new CLIAndreas Gohr2014-05-16
|
* refactored bin/wantedpages.php to new CLI interfaceAndreas Gohr2014-03-22
|
* refactored bin/striplangs.php to new CLI interfaceAndreas Gohr2014-03-22
|
* converted some more CLI tools, minor CLI class updatesAndreas Gohr2014-03-20
|
* wrap help texts to fit typial terminal widthAndreas Gohr2014-03-19
|
* converted git tool to new CLI baseAndreas Gohr2014-03-19
|
* always fullpath repo dirsAndreas Gohr2014-02-14
|
* check for empty repoAndreas Gohr2014-02-05
|
* added bin/gittool.php for simpler git management of pluginsAndreas Gohr2014-02-05
| | | | Makes use of the extension plugin
* Fixed typoGuillaume Turri2013-12-29
|
* Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
| | | | Fix violations for Generic.PHP.LowerCaseConstant.Found
* Fix CodeSniffer violationsMatt Perry2013-08-22
| | | | Change indentation to ensure code confirms to CodeSniffer rules.
* fixed line endingsAnika Henke2013-02-18
|
* Remove superfluous requires and variables from bin/indexer.phpMichael Hamann2012-12-20
|
* Add clear function to the indexer that deletes the whole indexMichael Hamann2012-12-20
|
* Made striplangs.php executableGuillaume Turri2012-10-13
| | | | Made it easier to use, and consistent with the others bin/*php scripts
* replaced use of basename() with utf8_basename() FS#2015Andreas Gohr2012-07-28
|
* Adding a \n to striplangs' helpGuillaume Turri2011-07-30
| | | | Making it more aesthetic, and consistent with the others bin/*php scripts
* Properly clean up the whole index in bin/indexer.phpMichael Hamann2011-06-19
| | | | | | 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.
* Add a force option to idx_addPage()Michael Hamann2011-05-02
|
* Adjust bin/indexer.php for the new indexerMichael Hamann2011-03-06
| | | | | Now the indexer is directly called instead of duplicating a large part of the indexer code.
* Merge branch 'master' into indexer_improvementsMichael Hamann2011-01-23
|\ | | | | | | | | | | | | Conflicts: inc/fulltext.php inc/indexer.php lib/exe/indexer.php
| * use forward slashes as path separator in striplangs.phpAndreas Gohr2010-11-29
| |
| * Added striplangs.php script, with which you can strip out unused languages ↵Martin 'E.T.' Misuth2010-11-29
| | | | | | | | 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.3Michael Hamann2010-11-29
| | | | | | | | | | | | 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.
* | Indexer v3 Rewrite part two, update uses of indexerTom N Harris2010-12-29
| |
* | Use a different indexer version when external tokenizer is enabledTom N Harris2010-11-17
|/
* removed deprecated index update functionAndreas Gohr2010-10-18
|
* fixed username detection in dwpage FS#2011Andreas Gohr2010-08-27
|
* Add title index to the indexer files, improve indexer callsAdrian Lang2010-06-16
|
* added missing print to bin/render.phpAndreas Gohr2010-01-12
|
* Added a rendering commandline toolAndreas Gohr2010-01-05
| | | | | This simple tool renders some syntax given on STDIN with the given renderer (defaults to xhtml) and outputs to STDOUT.
* Whitespace cleanup FS#1709furun2009-10-16
| | | | | | Ignore-this: 27ea52110bce929b2c61ed8faba67cfc darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
* set memory limit and unify php call in CLI appsElan Ruusamäe2009-09-04
| | | | | | | | | Ignore-this: 1132d10ee32a2a68ddc1929c428e708 - short open tag shouldn't be needed anymore - CLI memory limits a too low usually darcs-hash:20090904211555-99ed5-bd19873bdc2b10c61b9365f9c5ad9409a4131e41.gz
* Skip ACL checks in bin/indexer.php FS#1729Roland Alder2009-07-25
| | | | | | Ignore-this: 334a8a4d2e3041afcdde2f2635cd6da6 darcs-hash:20090725120819-ea0c7-c041fa150a358a5fd25e208a57547c1cc928cd1e.gz
* Minor change support for dwpage.phpDirk Best2009-05-14
| | | | darcs-hash:20090514151011-ac091-397ed299016a72545412f3d0cfbc534a65a10992.gz
* Explicite TypeCast for searchIndexgweissbach2008-08-04
| | | | | | | | | | | 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
* Remove obsolete words from search indexTom N Harris2007-09-19
| | | | | | | | | 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
* typo fix and quiet option for bin/indexer.php FS#1249Gabriel Birke2007-09-12
| | | | darcs-hash:20070912182759-79ce3-f882026d1635a66e493b16f56777585b01451d55.gz
* Use new index format in bin/indexer.phpTom N Harris2007-02-02
| | | | darcs-hash:20070202063511-6942e-227499f5baaedea2d8df72d156bcdb8d6d5461bc.gz
* tf_rename_lower.patchhenning.noren2007-01-03
| | | | | | | Name the TRUE/FALSE-constants consistently as lowercase everywhere. This might also be an tiny optimization in some environments. darcs-hash:20070103205700-d2a3e-e7ec0aedb938d563f583116a2d5b17f3a3fea36c.gz
* add sapi check to scripts in bin directorychris2006-09-09
| | | | darcs-hash:20060909093314-9b6ab-af4fea49bf71b416150132d44534579d751f144b.gz
* .htaccess added to bin directoryAndreas Gohr2006-09-08
| | | | darcs-hash:20060908071356-7ad00-4bfc1e6e6a485582cafe4f2045180c69d9d7b739.gz
* refactor wiki page edit lockingBen Coburn2006-07-05
| | | | | | | | | | | | | | - Adds a new function in 'inc/pageutils.php', wikiLockFN($id) - All page edit locks should now be created with the file name generated by wikiLockFN($id). - wikiLockFN - Generates wiki page editing locks in the 'data/locks' directory where they belong. - This avoids polluting the 'data/pages' directory with lock files, which were causing namespaces to be created before they logically should exist. darcs-hash:20060705033135-05dcb-8eac316587cd54c6ebd861fe7b15975d90b0e4dc.gz