Index: trunk/extensions/Maintenance/metadata.ini |
— | — | @@ -1,338 +1,338 @@ |
2 | | -;Script metadata file for Special:Maintenance
|
3 | | -;used to populate the form as well as localise the output messages
|
4 | | -;do not edit this file unless you know what you are doing
|
5 | | -;valid keys: option, arg, error, output, stdin, batch, enabled
|
6 | | -
|
7 | | -[attachLatest]
|
8 | | -option = "fix check 0"
|
9 | | -output[] = "begin string Looking for pages with page_latest set to 0..."
|
10 | | -output[] = "notime regex (.*) (.*) \[\[(.*)\]\] can't find latest rev time\?!"
|
11 | | -output[] = "norev regex (.*) (.*) \[\[(.*)\]\] latest time (.*), can't find revision id"
|
12 | | -output[] = "found regex (.*) (.*) \[\[(.*)\]\] latest time (.*), rev id (.*)"
|
13 | | -output[] = "done regex Done! Processed (.*) pages\."
|
14 | | -output[] = "dryrun string This was a dry run; rerun with --fix to update page_latest."
|
15 | | -
|
16 | | -[benchmarkPurge]
|
17 | | -option = "count input"
|
18 | | -error = "nosquid string Squid purge benchmark doesn't do much without squid support on."
|
19 | | -output[] = "numsquids regex There are (.*) defined squid servers:"
|
20 | | -output[] = "trial regex (.*) titles in (.*)ms \((.*)ms each\)"
|
21 | | -
|
22 | | -[changePassword]
|
23 | | -option[] = "user input"
|
24 | | -option[] = "password password"
|
25 | | -error = "nouser regex No such user: (.*)"
|
26 | | -output = "set regex Password set for (.*)"
|
27 | | -
|
28 | | -[checkAutoLoader]
|
29 | | -output[] = "list1 regex \t'(.*)' => '(.*)',"
|
30 | | -output[] = "list2 regex (.*): Wrong file: found in (.*), listed in (.*)"
|
31 | | -
|
32 | | -[checkBadRedirects]
|
33 | | -output[] = "header string Fetching redirects..."
|
34 | | -output[] = "found regex Found (.*) total redirects\.\nLooking for bad redirects\.\.\."
|
35 | | -output[] = "footer string done."
|
36 | | -
|
37 | | -[checkImages]
|
38 | | -batch = 1000
|
39 | | -output[] = "noaccess regex (.*): not locally accessible"
|
40 | | -output[] = "missing regex (.*): missing"
|
41 | | -output[] = "isdir regex (.*): is a directory"
|
42 | | -output[] = "truncated regex (.*): truncated, was (.*)"
|
43 | | -output[] = "mismatch regex (.*): size mismatch DB=(.*), actual=(.*)"
|
44 | | -output[] = "good regex Good images: (.*)\/(.*)"
|
45 | | -
|
46 | | -[checkSyntax]
|
47 | | -option[] = "with-extensions check 0"
|
48 | | -option[] = "path input"
|
49 | | -option[] = "list-file textarea lstfile.tmp"
|
50 | | -option[] = "modified check 0"
|
51 | | -option[] = "syntax-only check 0"
|
52 | | -output[] = "parsekit string Checking syntax (using parsekit)"
|
53 | | -output[] = "phpl string Checking syntax (using php -l, this can take a long time)"
|
54 | | -output[] = "footer regex Done! (.*) files checked, (.*) failures and (.*) warnings found"
|
55 | | -output[] = "svnlist string Retrieving list from Subversion..."
|
56 | | -output[] = "done regex done(\.?)"
|
57 | | -output[] = "buildlist string Building file list..."
|
58 | | -output[] = "error regex Error in (.*) line (.*): (.*)"
|
59 | | -output[] = "warning regex Warning in file (.*): (.*) found"
|
60 | | -error[] = "nofile regex Error: can't find file or directory (.*)"
|
61 | | -error[] = "cantopen regex Can't open file (.*)"
|
62 | | -error[] = "svnerr string Error retrieving list from Subversion!"
|
63 | | -
|
64 | | -[checkUsernames]
|
65 | | -error = "notvalid regex (.*): ([0-9]+): '(.*)'"
|
66 | | -
|
67 | | -[cleanupCaps]
|
68 | | -option[] = "dry-run check 0"
|
69 | | -option[] = "namespace input"
|
70 | | -output[] = "islower regex \"(.*)\" already lowercase\."
|
71 | | -output[] = "clash regex \"(.*)\" skipped; \"(.*)\" already exists"
|
72 | | -output[] = "dryrun regex \"(.*)\" -> \"(.*)\": DRY RUN, NOT MOVED"
|
73 | | -output[] = "moved regex \"(.*)\" -> \"(.*)\": (.*)"
|
74 | | -output[] = "check string Checking for bad titles..."
|
75 | | -output[] = "checkfix string Checking and fixing bad titles..."
|
76 | | -output[] = "progress regex (.*) (.*): (.*)% done on (.*); ETA (.*) \[(.*)/(.*)\] (.*)\/sec <(.*)% updated>"
|
77 | | -output[] = "processing regex Processing (.*)\.\.\."
|
78 | | -output[] = "finished regex Finished (.*)\.\.\. (.*) of (.*) rows updated"
|
79 | | -error[] = "noneed string $wgCapitalLinks is on -- no need for caps links cleanup."
|
80 | | -error[] = "missingparam regex (.*): Missing parameter (.*)"
|
81 | | -
|
82 | | -[cleanupImages]
|
83 | | -enabled = 0
|
84 | | -
|
85 | | -[cleanupSpam]
|
86 | | -enabled = 0
|
87 | | -
|
88 | | -[cleanupTitles]
|
89 | | -enabled = 0
|
90 | | -
|
91 | | -[cleanupWatchlist]
|
92 | | -enabled = 0
|
93 | | -
|
94 | | -[clear_interwiki_cache]
|
95 | | -enabled = 0
|
96 | | -
|
97 | | -[clear_stats]
|
98 | | -enabled = 0
|
99 | | -
|
100 | | -[convertLinks]
|
101 | | -enabled = 0
|
102 | | -
|
103 | | -[convertUserOptions]
|
104 | | -enabled = 0
|
105 | | -
|
106 | | -[createAndPromote]
|
107 | | -enabled = 0
|
108 | | -
|
109 | | -[deleteArchivedFiles]
|
110 | | -enabled = 0
|
111 | | -
|
112 | | -[deleteArchivedRevisions]
|
113 | | -enabled = 0
|
114 | | -
|
115 | | -[deleteBatch]
|
116 | | -enabled = 0
|
117 | | -
|
118 | | -[deleteDefaultMessages]
|
119 | | -enabled = 0
|
120 | | -
|
121 | | -[deleteImageMemcached]
|
122 | | -enabled = 0
|
123 | | -
|
124 | | -[deleteOldRevisions]
|
125 | | -enabled = 0
|
126 | | -
|
127 | | -[deleteOrphanedRevisions]
|
128 | | -enabled = 0
|
129 | | -
|
130 | | -[deleteRevision]
|
131 | | -enabled = 0
|
132 | | -
|
133 | | -[deleteSelfExternals]
|
134 | | -enabled = 0
|
135 | | -
|
136 | | -[dumpLinks]
|
137 | | -enabled = 0
|
138 | | -
|
139 | | -[dumpSisterSites]
|
140 | | -enabled = 0
|
141 | | -
|
142 | | -[dumpUploads]
|
143 | | -enabled = 0
|
144 | | -
|
145 | | -[edit]
|
146 | | -enabled = 0
|
147 | | -
|
148 | | -[fetchText]
|
149 | | -enabled = 0
|
150 | | -
|
151 | | -[findhooks]
|
152 | | -enabled = 0
|
153 | | -
|
154 | | -[fixSlaveDesync]
|
155 | | -enabled = 0
|
156 | | -
|
157 | | -[fixTimestamps]
|
158 | | -enabled = 0
|
159 | | -
|
160 | | -[fixUserRegistration]
|
161 | | -enabled = 0
|
162 | | -
|
163 | | -[generateSitemap]
|
164 | | -enabled = 0
|
165 | | -
|
166 | | -[getLagTimes]
|
167 | | -enabled = 0
|
168 | | -
|
169 | | -[getSlaveServer]
|
170 | | -enabled = 0
|
171 | | -
|
172 | | -[getText]
|
173 | | -enabled = 0
|
174 | | -
|
175 | | -[httpSessionDownload]
|
176 | | -enabled = 0
|
177 | | -
|
178 | | -[initEditCount]
|
179 | | -enabled = 0
|
180 | | -
|
181 | | -[initStats]
|
182 | | -enabled = 0
|
183 | | -
|
184 | | -[lag]
|
185 | | -enabled = 0
|
186 | | -
|
187 | | -[mctest]
|
188 | | -enabled = 0
|
189 | | -
|
190 | | -[mergeMessageFileList]
|
191 | | -enabled = 0
|
192 | | -
|
193 | | -[migrateUserGroup]
|
194 | | -enabled = 0
|
195 | | -
|
196 | | -[minify]
|
197 | | -enabled = 0
|
198 | | -
|
199 | | -[moveBatch]
|
200 | | -enabled = 0
|
201 | | -
|
202 | | -[namespaceDupes]
|
203 | | -enabled = 0
|
204 | | -
|
205 | | -[nextJobDB]
|
206 | | -enabled = 0
|
207 | | -
|
208 | | -[nukeNS]
|
209 | | -enabled = 0
|
210 | | -
|
211 | | -[nukePage]
|
212 | | -enabled = 0
|
213 | | -
|
214 | | -[orphans]
|
215 | | -enabled = 0
|
216 | | -
|
217 | | -[patchSql]
|
218 | | -enabled = 0
|
219 | | -
|
220 | | -[populateCategory]
|
221 | | -enabled = 0
|
222 | | -
|
223 | | -[populateLogSearch]
|
224 | | -enabled = 0
|
225 | | -
|
226 | | -[populateLogUsertext]
|
227 | | -enabled = 0
|
228 | | -
|
229 | | -[populateParentId]
|
230 | | -enabled = 0
|
231 | | -
|
232 | | -[populateRevisionLength]
|
233 | | -enabled = 0
|
234 | | -
|
235 | | -[populateSha1]
|
236 | | -enabled = 0
|
237 | | -
|
238 | | -[protect]
|
239 | | -enabled = 0
|
240 | | -
|
241 | | -[purgeList]
|
242 | | -enabled = 0
|
243 | | -
|
244 | | -[purgeOldText]
|
245 | | -enabled = 0
|
246 | | -
|
247 | | -[reassignEdits]
|
248 | | -enabled = 0
|
249 | | -
|
250 | | -[rebuildall]
|
251 | | -enabled = 0
|
252 | | -
|
253 | | -[rebuildFileCache]
|
254 | | -enabled = 0
|
255 | | -
|
256 | | -[rebuildLocalisationCache]
|
257 | | -enabled = 0
|
258 | | -
|
259 | | -[rebuildmessages]
|
260 | | -enabled = 0
|
261 | | -
|
262 | | -[rebuildrecentchanges]
|
263 | | -enabled = 0
|
264 | | -
|
265 | | -[rebuildtextindex]
|
266 | | -enabled = 0
|
267 | | -
|
268 | | -[refreshCategoryCounts]
|
269 | | -enabled = 0
|
270 | | -
|
271 | | -[refreshImageCount]
|
272 | | -enabled = 0
|
273 | | -
|
274 | | -[refreshLinks]
|
275 | | -enabled = 0
|
276 | | -
|
277 | | -[removeUnusedAccounts]
|
278 | | -enabled = 0
|
279 | | -
|
280 | | -[renameDbPrefix]
|
281 | | -enabled = 0
|
282 | | -
|
283 | | -[renderDump]
|
284 | | -enabled = 0
|
285 | | -
|
286 | | -[rollbackEdits]
|
287 | | -enabled = 0
|
288 | | -
|
289 | | -[runBatchedQuery]
|
290 | | -enabled = 0
|
291 | | -
|
292 | | -[runJobs]
|
293 | | -option[] = "maxjobs input"
|
294 | | -option[] = "type input"
|
295 | | -;option[] = "procs input" ;Commented out by default since we're running on a web interface
|
296 | | -option[] = "exclusive check 0"
|
297 | | -output = "job regex (.*)"
|
298 | | -error = "invalidprocs string Invalid argument to --procs"
|
299 | | -
|
300 | | -[showJobs]
|
301 | | -option = "group check 0"
|
302 | | -output = "job regex (.*)"
|
303 | | -
|
304 | | -[showStats]
|
305 | | -enabled = 0
|
306 | | -
|
307 | | -[sql]
|
308 | | -arg = "file textarea tmpfile"
|
309 | | -output[] = "aff regex Query OK, (.*) row\(s\) affected"
|
310 | | -output[] = "row regex (.*)"
|
311 | | -error[] = "cantopen string Unable to open input file"
|
312 | | -error[] = "sql regex (.*)"
|
313 | | -
|
314 | | -[sqlite]
|
315 | | -enabled = 0
|
316 | | -
|
317 | | -[stats]
|
318 | | -enabled = 0
|
319 | | -
|
320 | | -[undelete]
|
321 | | -enabled = 0
|
322 | | -
|
323 | | -[updateArticleCount]
|
324 | | -enabled = 0
|
325 | | -
|
326 | | -[updateDoubleWidthSearch]
|
327 | | -enabled = 0
|
328 | | -
|
329 | | -[updateRestrictions]
|
330 | | -enabled = 0
|
331 | | -
|
332 | | -[updateSearchIndex]
|
333 | | -enabled = 0
|
334 | | -
|
335 | | -[updateSpecialPages]
|
336 | | -enabled = 0
|
337 | | -
|
338 | | -[waitForSlave]
|
339 | | -enabled = 0
|
| 2 | +;Script metadata file for Special:Maintenance |
| 3 | +;used to populate the form as well as localise the output messages |
| 4 | +;do not edit this file unless you know what you are doing |
| 5 | +;valid keys: option, arg, error, output, stdin, batch, enabled |
| 6 | + |
| 7 | +[attachLatest] |
| 8 | +option = "fix check 0" |
| 9 | +output[] = "begin string Looking for pages with page_latest set to 0..." |
| 10 | +output[] = "notime regex (.*) (.*) \[\[(.*)\]\] can't find latest rev time\?!" |
| 11 | +output[] = "norev regex (.*) (.*) \[\[(.*)\]\] latest time (.*), can't find revision id" |
| 12 | +output[] = "found regex (.*) (.*) \[\[(.*)\]\] latest time (.*), rev id (.*)" |
| 13 | +output[] = "done regex Done! Processed (.*) pages\." |
| 14 | +output[] = "dryrun string This was a dry run; rerun with --fix to update page_latest." |
| 15 | + |
| 16 | +[benchmarkPurge] |
| 17 | +option = "count input" |
| 18 | +error = "nosquid string Squid purge benchmark doesn't do much without squid support on." |
| 19 | +output[] = "numsquids regex There are (.*) defined squid servers:" |
| 20 | +output[] = "trial regex (.*) titles in (.*)ms \((.*)ms each\)" |
| 21 | + |
| 22 | +[changePassword] |
| 23 | +option[] = "user input" |
| 24 | +option[] = "password password" |
| 25 | +error = "nouser regex No such user: (.*)" |
| 26 | +output = "set regex Password set for (.*)" |
| 27 | + |
| 28 | +[checkAutoLoader] |
| 29 | +output[] = "list1 regex \t'(.*)' => '(.*)'," |
| 30 | +output[] = "list2 regex (.*): Wrong file: found in (.*), listed in (.*)" |
| 31 | + |
| 32 | +[checkBadRedirects] |
| 33 | +output[] = "header string Fetching redirects..." |
| 34 | +output[] = "found regex Found (.*) total redirects\.\nLooking for bad redirects\.\.\." |
| 35 | +output[] = "footer string done." |
| 36 | + |
| 37 | +[checkImages] |
| 38 | +batch = 1000 |
| 39 | +output[] = "noaccess regex (.*): not locally accessible" |
| 40 | +output[] = "missing regex (.*): missing" |
| 41 | +output[] = "isdir regex (.*): is a directory" |
| 42 | +output[] = "truncated regex (.*): truncated, was (.*)" |
| 43 | +output[] = "mismatch regex (.*): size mismatch DB=(.*), actual=(.*)" |
| 44 | +output[] = "good regex Good images: (.*)\/(.*)" |
| 45 | + |
| 46 | +[checkSyntax] |
| 47 | +option[] = "with-extensions check 0" |
| 48 | +option[] = "path input" |
| 49 | +option[] = "list-file textarea lstfile.tmp" |
| 50 | +option[] = "modified check 0" |
| 51 | +option[] = "syntax-only check 0" |
| 52 | +output[] = "parsekit string Checking syntax (using parsekit)" |
| 53 | +output[] = "phpl string Checking syntax (using php -l, this can take a long time)" |
| 54 | +output[] = "footer regex Done! (.*) files checked, (.*) failures and (.*) warnings found" |
| 55 | +output[] = "svnlist string Retrieving list from Subversion..." |
| 56 | +output[] = "done regex done(\.?)" |
| 57 | +output[] = "buildlist string Building file list..." |
| 58 | +output[] = "error regex Error in (.*) line (.*): (.*)" |
| 59 | +output[] = "warning regex Warning in file (.*): (.*) found" |
| 60 | +error[] = "nofile regex Error: can't find file or directory (.*)" |
| 61 | +error[] = "cantopen regex Can't open file (.*)" |
| 62 | +error[] = "svnerr string Error retrieving list from Subversion!" |
| 63 | + |
| 64 | +[checkUsernames] |
| 65 | +error = "notvalid regex (.*): ([0-9]+): '(.*)'" |
| 66 | + |
| 67 | +[cleanupCaps] |
| 68 | +option[] = "dry-run check 0" |
| 69 | +option[] = "namespace input" |
| 70 | +output[] = "islower regex \"(.*)\" already lowercase\." |
| 71 | +output[] = "clash regex \"(.*)\" skipped; \"(.*)\" already exists" |
| 72 | +output[] = "dryrun regex \"(.*)\" -> \"(.*)\": DRY RUN, NOT MOVED" |
| 73 | +output[] = "moved regex \"(.*)\" -> \"(.*)\": (.*)" |
| 74 | +output[] = "check string Checking for bad titles..." |
| 75 | +output[] = "checkfix string Checking and fixing bad titles..." |
| 76 | +output[] = "progress regex (.*) (.*): (.*)% done on (.*); ETA (.*) \[(.*)/(.*)\] (.*)\/sec <(.*)% updated>" |
| 77 | +output[] = "processing regex Processing (.*)\.\.\." |
| 78 | +output[] = "finished regex Finished (.*)\.\.\. (.*) of (.*) rows updated" |
| 79 | +error[] = "noneed string $wgCapitalLinks is on -- no need for caps links cleanup." |
| 80 | +error[] = "missingparam regex (.*): Missing parameter (.*)" |
| 81 | + |
| 82 | +[cleanupImages] |
| 83 | +enabled = 0 |
| 84 | + |
| 85 | +[cleanupSpam] |
| 86 | +enabled = 0 |
| 87 | + |
| 88 | +[cleanupTitles] |
| 89 | +enabled = 0 |
| 90 | + |
| 91 | +[cleanupWatchlist] |
| 92 | +enabled = 0 |
| 93 | + |
| 94 | +[clear_interwiki_cache] |
| 95 | +enabled = 0 |
| 96 | + |
| 97 | +[clear_stats] |
| 98 | +enabled = 0 |
| 99 | + |
| 100 | +[convertLinks] |
| 101 | +enabled = 0 |
| 102 | + |
| 103 | +[convertUserOptions] |
| 104 | +enabled = 0 |
| 105 | + |
| 106 | +[createAndPromote] |
| 107 | +enabled = 0 |
| 108 | + |
| 109 | +[deleteArchivedFiles] |
| 110 | +enabled = 0 |
| 111 | + |
| 112 | +[deleteArchivedRevisions] |
| 113 | +enabled = 0 |
| 114 | + |
| 115 | +[deleteBatch] |
| 116 | +enabled = 0 |
| 117 | + |
| 118 | +[deleteDefaultMessages] |
| 119 | +enabled = 0 |
| 120 | + |
| 121 | +[deleteImageMemcached] |
| 122 | +enabled = 0 |
| 123 | + |
| 124 | +[deleteOldRevisions] |
| 125 | +enabled = 0 |
| 126 | + |
| 127 | +[deleteOrphanedRevisions] |
| 128 | +enabled = 0 |
| 129 | + |
| 130 | +[deleteRevision] |
| 131 | +enabled = 0 |
| 132 | + |
| 133 | +[deleteSelfExternals] |
| 134 | +enabled = 0 |
| 135 | + |
| 136 | +[dumpLinks] |
| 137 | +enabled = 0 |
| 138 | + |
| 139 | +[dumpSisterSites] |
| 140 | +enabled = 0 |
| 141 | + |
| 142 | +[dumpUploads] |
| 143 | +enabled = 0 |
| 144 | + |
| 145 | +[edit] |
| 146 | +enabled = 0 |
| 147 | + |
| 148 | +[fetchText] |
| 149 | +enabled = 0 |
| 150 | + |
| 151 | +[findhooks] |
| 152 | +enabled = 0 |
| 153 | + |
| 154 | +[fixSlaveDesync] |
| 155 | +enabled = 0 |
| 156 | + |
| 157 | +[fixTimestamps] |
| 158 | +enabled = 0 |
| 159 | + |
| 160 | +[fixUserRegistration] |
| 161 | +enabled = 0 |
| 162 | + |
| 163 | +[generateSitemap] |
| 164 | +enabled = 0 |
| 165 | + |
| 166 | +[getLagTimes] |
| 167 | +enabled = 0 |
| 168 | + |
| 169 | +[getSlaveServer] |
| 170 | +enabled = 0 |
| 171 | + |
| 172 | +[getText] |
| 173 | +enabled = 0 |
| 174 | + |
| 175 | +[httpSessionDownload] |
| 176 | +enabled = 0 |
| 177 | + |
| 178 | +[initEditCount] |
| 179 | +enabled = 0 |
| 180 | + |
| 181 | +[initStats] |
| 182 | +enabled = 0 |
| 183 | + |
| 184 | +[lag] |
| 185 | +enabled = 0 |
| 186 | + |
| 187 | +[mctest] |
| 188 | +enabled = 0 |
| 189 | + |
| 190 | +[mergeMessageFileList] |
| 191 | +enabled = 0 |
| 192 | + |
| 193 | +[migrateUserGroup] |
| 194 | +enabled = 0 |
| 195 | + |
| 196 | +[minify] |
| 197 | +enabled = 0 |
| 198 | + |
| 199 | +[moveBatch] |
| 200 | +enabled = 0 |
| 201 | + |
| 202 | +[namespaceDupes] |
| 203 | +enabled = 0 |
| 204 | + |
| 205 | +[nextJobDB] |
| 206 | +enabled = 0 |
| 207 | + |
| 208 | +[nukeNS] |
| 209 | +enabled = 0 |
| 210 | + |
| 211 | +[nukePage] |
| 212 | +enabled = 0 |
| 213 | + |
| 214 | +[orphans] |
| 215 | +enabled = 0 |
| 216 | + |
| 217 | +[patchSql] |
| 218 | +enabled = 0 |
| 219 | + |
| 220 | +[populateCategory] |
| 221 | +enabled = 0 |
| 222 | + |
| 223 | +[populateLogSearch] |
| 224 | +enabled = 0 |
| 225 | + |
| 226 | +[populateLogUsertext] |
| 227 | +enabled = 0 |
| 228 | + |
| 229 | +[populateParentId] |
| 230 | +enabled = 0 |
| 231 | + |
| 232 | +[populateRevisionLength] |
| 233 | +enabled = 0 |
| 234 | + |
| 235 | +[populateSha1] |
| 236 | +enabled = 0 |
| 237 | + |
| 238 | +[protect] |
| 239 | +enabled = 0 |
| 240 | + |
| 241 | +[purgeList] |
| 242 | +enabled = 0 |
| 243 | + |
| 244 | +[purgeOldText] |
| 245 | +enabled = 0 |
| 246 | + |
| 247 | +[reassignEdits] |
| 248 | +enabled = 0 |
| 249 | + |
| 250 | +[rebuildall] |
| 251 | +enabled = 0 |
| 252 | + |
| 253 | +[rebuildFileCache] |
| 254 | +enabled = 0 |
| 255 | + |
| 256 | +[rebuildLocalisationCache] |
| 257 | +enabled = 0 |
| 258 | + |
| 259 | +[rebuildmessages] |
| 260 | +enabled = 0 |
| 261 | + |
| 262 | +[rebuildrecentchanges] |
| 263 | +enabled = 0 |
| 264 | + |
| 265 | +[rebuildtextindex] |
| 266 | +enabled = 0 |
| 267 | + |
| 268 | +[refreshCategoryCounts] |
| 269 | +enabled = 0 |
| 270 | + |
| 271 | +[refreshImageCount] |
| 272 | +enabled = 0 |
| 273 | + |
| 274 | +[refreshLinks] |
| 275 | +enabled = 0 |
| 276 | + |
| 277 | +[removeUnusedAccounts] |
| 278 | +enabled = 0 |
| 279 | + |
| 280 | +[renameDbPrefix] |
| 281 | +enabled = 0 |
| 282 | + |
| 283 | +[renderDump] |
| 284 | +enabled = 0 |
| 285 | + |
| 286 | +[rollbackEdits] |
| 287 | +enabled = 0 |
| 288 | + |
| 289 | +[runBatchedQuery] |
| 290 | +enabled = 0 |
| 291 | + |
| 292 | +[runJobs] |
| 293 | +option[] = "maxjobs input" |
| 294 | +option[] = "type input" |
| 295 | +;option[] = "procs input" ;Commented out by default since we're running on a web interface |
| 296 | +option[] = "exclusive check 0" |
| 297 | +output = "job regex (.*)" |
| 298 | +error = "invalidprocs string Invalid argument to --procs" |
| 299 | + |
| 300 | +[showJobs] |
| 301 | +option = "group check 0" |
| 302 | +output = "job regex (.*)" |
| 303 | + |
| 304 | +[showStats] |
| 305 | +enabled = 0 |
| 306 | + |
| 307 | +[sql] |
| 308 | +arg = "file textarea tmpfile" |
| 309 | +output[] = "aff regex Query OK, (.*) row\(s\) affected" |
| 310 | +output[] = "row regex (.*)" |
| 311 | +error[] = "cantopen string Unable to open input file" |
| 312 | +error[] = "sql regex (.*)" |
| 313 | + |
| 314 | +[sqlite] |
| 315 | +enabled = 0 |
| 316 | + |
| 317 | +[stats] |
| 318 | +enabled = 0 |
| 319 | + |
| 320 | +[undelete] |
| 321 | +enabled = 0 |
| 322 | + |
| 323 | +[updateArticleCount] |
| 324 | +enabled = 0 |
| 325 | + |
| 326 | +[updateDoubleWidthSearch] |
| 327 | +enabled = 0 |
| 328 | + |
| 329 | +[updateRestrictions] |
| 330 | +enabled = 0 |
| 331 | + |
| 332 | +[updateSearchIndex] |
| 333 | +enabled = 0 |
| 334 | + |
| 335 | +[updateSpecialPages] |
| 336 | +enabled = 0 |
| 337 | + |
| 338 | +[waitForSlave] |
| 339 | +enabled = 0 |
Property changes on: trunk/extensions/Maintenance/metadata.ini |
___________________________________________________________________ |
Added: svn:eol-style |
340 | 340 | + native |