r75976 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75975‎ | r75976 | r75977 >
Date:02:04, 4 November 2010
Author:reedy
Status:ok (Comments)
Tags:
Comment:
bug 24132, apply documentation updates to dumpBackup.php

Slightly modified patch by Jonathan Wiltshire
Modified paths:
  • /trunk/phase3/maintenance/dumpBackup.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/dumpBackup.php
@@ -97,7 +97,10 @@
9898 --skip-footer Don't output the </mediawiki> footer
9999 --stub Don't perform old_text lookups; for 2-pass dump
100100 --uploads Include upload records (experimental)
 101+ --conf=<file> Use the specified configuration file (LocalSettings.php)
101102
 103+ --wiki=<wiki> Only back up the specified <wiki>
 104+
102105 Fancy stuff: (Works? Add examples please.)
103106 --plugin=<class>[:<file>] Load a dump plugin class
104107 --output=<type>:<file> Begin a filtered output stream;

Follow-up revisions

RevisionCommit summaryAuthorDate
r76005Followup r75976, remove hardcoded spaces, CSS handles it. Also escape inputdemon14:13, 4 November 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75975Minor expansion of document. Per patch by Jonathan Wiltshire on bug 24132reedy01:59, 4 November 2010

Comments

#Comment by 😂 (talk | contribs)   09:43, 4 November 2010

Would be nicer to just refactor this to subclass Maintenance ;-)

#Comment by Reedy (talk | contribs)   10:05, 4 November 2010

Are you ever happy? :D

#Comment by 😂 (talk | contribs)   10:39, 4 November 2010

Yes, when we deprecate old code :p

Status & tagging log