summaryrefslogtreecommitdiff
path: root/bin/dwpage.php
Commit message (Collapse)AuthorAge
* fixed username detection in dwpage FS#2011Andreas Gohr2010-08-27
|
* 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
* Minor change support for dwpage.phpDirk Best2009-05-14
| | | | darcs-hash:20090514151011-ac091-397ed299016a72545412f3d0cfbc534a65a10992.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
* 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
* typo in dwpage.php help screen fixedAndreas Abeck2006-03-31
| | | | darcs-hash:20060331075506-c38b2-1d316be73f07301c1b2862ff65278d2be65a5f0a.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