"Skizzerz" posted a comment on MediaWiki.r114345.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/114345#c32431

Commit summary for MediaWiki.r114345:

* Add $wgMaintenanceDebug global to configure the "Show debug information" box, 
which potentially reveals information such as environment variables
* The metadata.ini parser no longer fails outright when it encounters a script 
that does not exist on the server, it now just ignores that script (fixes 
"metadata.ini corrupted or missing" error on 1.18 and others)
* Modify some wording in checkImages and checkSyntax scripts
* Now supports three more scripts: cleanupSpam, clear_interwiki_cache, 
createAndPromote
* Bump version number to 2.1.0

Skizzerz's comment:

Please don't use canned replies without stating a good way as to how to go 
about doing this. Thanks.

In all seriousness, I have no idea when/what half of the messages are or do. I 
simply look through the maintenance scripts, see if the output is normal output 
or an error, and come up with a way to match it. The key names are based on the 
content of the message with some other metadata so that the extension knows 
which message to use. If you want thorough documentation for the messages used, 
you aren't going to find it from me as I simply do not have the time to 
understand the intricacies of every single maintenance script shipped with core 
to make the message make any more sense than what is already written in the 
message itself.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to