Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -3138,6 +3138,8 @@ |
3139 | 3139 | 'version-version', |
3140 | 3140 | 'version-svn-revision', |
3141 | 3141 | 'version-license', |
| 3142 | + 'version-poweredby-credits', |
| 3143 | + 'version-license-info', |
3142 | 3144 | 'version-software', |
3143 | 3145 | 'version-software-product', |
3144 | 3146 | 'version-software-version', |
Index: trunk/phase3/maintenance/dumpBackup.php |
— | — | @@ -79,25 +79,18 @@ |
80 | 80 | --full Dump all revisions of every page. |
81 | 81 | --current Dump only the latest revision of every page. |
82 | 82 | --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 |
83 | 86 | |
84 | 87 | Options: |
85 | 88 | --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 |
89 | 89 | --start=n Start from page_id or log_id n |
90 | 90 | --end=n Stop before page_id or log_id n (exclusive) |
91 | 91 | --skip-header Don't output the <mediawiki> header |
92 | 92 | --skip-footer Don't output the </mediawiki> footer |
93 | 93 | --stub Don't perform old_text lookups; for 2-pass dump |
94 | 94 | --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 | | - |
102 | 95 | ENDS |
103 | 96 | ); |
104 | 97 | } |