summaryrefslogtreecommitdiff
path: root/inc/cliopts.php
Commit message (Collapse)AuthorAge
* update to __constructGerrit Uitslag2015-05-16
|
* scrutiner issuesGerrit Uitslag2014-10-03
|
* more phpdocs and minor checkGerrit Uitslag2014-10-01
|
* deprecated the old CLI opts parserAndreas Gohr2014-05-16
|
* Improve PHPDocs Doku_Cli_Opts (cliopts.php)Gerrit Uitslag2014-02-20
|
* coding style updatesAndreas Gohr2012-03-16
|
* Update and license of cliopts.php.Tanguy Ortolo2010-06-26
| | | | | | | * Updated the code to be closer to the latest upstream one. * Updated the license: it used to be under the problematic PHP License, and is now under the BSD License, thanks to the original author and contributor agreement.
* some more coding standard compliance updatesAndreas Gohr2010-01-15
|
* removed some illogical path setupsAndreas Gohr2008-12-13
| | | | darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.gz
* fixed problem in inc/clieopts.php which caused argument parsing to breakAndreas Gohr2008-04-10
| | | | darcs-hash:20080410185705-7ad00-a01867c52f9b69c22000aaa2963b58d65f49baf0.gz
* don't use realpath() anymore (FS#1261 and others)Andreas Gohr2007-09-30
| | | | | | | | | | | The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure setups. This patch replaces all realpath() calls with a PHP only replacement which should solve those problems. darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.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
* file cleanupsAndreas Gohr2006-02-17
| | | | | | | | | | This patch cleans up the source code to satisfy the coding guidelines (see http://wiki.splitbrain.org/wiki:development#coding_style) It converts files to UNIX lineendings and removes tabs and trailing whitespace. Not all files were cleaned yet. darcs-hash:20060217222040-7ad00-bba3d2bee3b5aa7cbb5184258abd50805cd071bf.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