r71363 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71362‎ | r71363 | r71364 >
Date:15:21, 20 August 2010
Author:demon
Status:reverted (Comments)
Tags:
Comment:
Fixup help output. Remove a few documented but unused options
Modified paths:
  • /trunk/phase3/maintenance/dumpBackup.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -3138,6 +3138,8 @@
31393139 'version-version',
31403140 'version-svn-revision',
31413141 'version-license',
 3142+ 'version-poweredby-credits',
 3143+ 'version-license-info',
31423144 'version-software',
31433145 'version-software-product',
31443146 'version-software-version',
Index: trunk/phase3/maintenance/dumpBackup.php
@@ -79,25 +79,18 @@
8080 --full Dump all revisions of every page.
8181 --current Dump only the latest revision of every page.
8282 --logs Dump all log events.
 83+ --stable Stable versions of pages?
 84+ --pagelist=<file>
 85+ Where <file> is a list of page titles to be dumped
8386
8487 Options:
8588 --quiet Don't dump status reports to stderr.
86 - --report=n Report position and speed after every n pages processed.
87 - (Default: 100)
88 - --server=h Force reading from MySQL server h
8989 --start=n Start from page_id or log_id n
9090 --end=n Stop before page_id or log_id n (exclusive)
9191 --skip-header Don't output the <mediawiki> header
9292 --skip-footer Don't output the </mediawiki> footer
9393 --stub Don't perform old_text lookups; for 2-pass dump
9494 --uploads Include upload records (experimental)
95 -
96 -Fancy stuff: (Works? Add examples please.)
97 - --plugin=<class>[:<file>] Load a dump plugin class
98 - --output=<type>:<file> Begin a filtered output stream;
99 - <type>s: file, gzip, bzip2, 7zip
100 - --filter=<type>[:<options>] Add a filter on an output branch
101 -
10295 ENDS
10396 );
10497 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r71364Partial r71363 revert, unrelated changesdemon15:25, 20 August 2010
r71883Partial revert r71363. I lied, these are used. They're just not documented fo...demon13:06, 29 August 2010

Comments

#Comment by Siebrand (talk | contribs)   15:32, 20 August 2010

That's the second time you tried to sneak that in :).

#Comment by 😂 (talk | contribs)   15:44, 20 August 2010

Yeah. I really need to just finish that patch and check it in :p

#Comment by 😂 (talk | contribs)   13:07, 29 August 2010

The only part of this that actually is still in trunk:

+  --stable    Stable versions of pages?
+  --pagelist=<file>
+              Where <file> is a list of page titles to be dumped
#Comment by Hashar (talk | contribs)   23:24, 12 November 2010

marking reverted since that is what r71364 and r71883 did.

Status & tagging log