summaryrefslogtreecommitdiff
path: root/maintenance/README
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2008-08-15 01:29:47 +0200
committerPierre Schmitz <pierre@archlinux.de>2008-08-15 01:29:47 +0200
commit370e83bb0dfd0c70de268c93bf07ad5ee0897192 (patch)
tree491674f4c242e4d6ba0d04eafa305174c35a3391 /maintenance/README
parentf4debf0f12d0524d2b2427c55ea3f16b680fad97 (diff)
Update auf 1.13.0
Diffstat (limited to 'maintenance/README')
-rw-r--r--maintenance/README25
1 files changed, 23 insertions, 2 deletions
diff --git a/maintenance/README b/maintenance/README
index 7ef358b8..e4c01b53 100644
--- a/maintenance/README
+++ b/maintenance/README
@@ -48,8 +48,11 @@ installations.
dumpBackup.php
Backup dump script
- dumpHTML.php
- Produce an HTML dump of a wiki
+ edit.php
+ Edit a page to change its content
+
+ findhooks.php
+ Find hooks that aren't documented in docs/hooks.txt
importDump.php
XML dump importer
@@ -60,6 +63,12 @@ installations.
importTextFile.php
Import the contents of a text file into a wiki page
+ moveBatch.php
+ Move a batch of pages
+
+ namespaceDupes.php
+ Check articles name to see if they conflict with new/existing namespaces
+
nukePage.php
Wipe a page and all revisions from the database
@@ -84,5 +93,17 @@ installations.
runJobs.php
Immediately complete all jobs in the job queue
+ stats.php
+ Show all statistics stored in memcached
+
+ undelete.php
+ Undelete all revisions of a page
+
update.php
Check and upgrade the database schema to the current version
+
+ updateRestrictions.php
+ Update pages restriction to the new schema
+
+ userOptions.php
+ Change user options \ No newline at end of file