summaryrefslogtreecommitdiff
path: root/bin/wantedpages.php
Commit message (Collapse)AuthorAge
* 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 bin/wantedpages.php to new CLI interfaceAndreas Gohr2014-03-22
|
* 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.
* 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
* 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
* fixes for wantedpages.php #558Andreas Gohr2005-10-22
| | | | darcs-hash:20051022112510-7ad00-1c24508af8f2b8a1a075aa0f6e8691b8107e81a0.gz
* command line utilities for DokuWikiHarry Fuecks2005-08-07
This patch adds a command line tool which should help people modify wiki pages on the command line. Usage would be something like; $ ./dokuwiki/bin/dwpage.php checkout wiki:syntax > /home/harryf/syntax.txt $ vi syntax.txt $ ./dokuwiki/bin/dwpage.php -m "Document new syntax" commit syntax.txt wiki:syntax The second script outputs a list of wiki ids, seperated by newlines. The idea would be it get's run by a cron job at regular intervals and has it's results piped to a text file. darcs-hash:20050807201309-56ad0-7c2dbb2b14f794efad1b9875f4dd0c6a15f6df3f.gz