r72212 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72211‎ | r72212 | r72213 >
Date:19:05, 2 September 2010
Author:jeroendedauw
Status:deferred (Comments)
Tags:
Comment:
Modified paths:
  • /trunk/extensions/Validator/Validator_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Validator/Validator_Settings.php
@@ -19,6 +19,7 @@
2020
2121 # Registration of the listerrors parser hooks.
2222 $wgHooks['ParserFirstCallInit'][] = 'ValidatorListErrors::staticInit';
 23+$wgHooks['LanguageGetMagic'][] = 'ValidatorListErrors::staticMagic';
2324
2425 # Validator_ERRORS_NONE : Validator will not show any errors, and make the best of the input it got.
2526 # Validator_ERRORS_WARN : Validator will make the best of the input it got, but will show a warning that there are errors.

Comments

#Comment by Reedy (talk | contribs)   19:07, 2 September 2010

Awesome summary is awesome ;D

#Comment by Jeroen De Dauw (talk | contribs)   19:10, 2 September 2010

That's my first commit in over a thousand without a comment I guess. Don't know what went wrong, but my terminal didn't prompt me to enter a message o_O

#Comment by Reedy (talk | contribs)   19:11, 2 September 2010

Heh.

A few people have done it, so bugzilla:25025

Status & tagging log