js email validation fixed + i18n support
authorAntoine Musso <hashar@users.mediawiki.org>
Sun, 9 Jan 2011 17:09:16 +0000 (17:09 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sun, 9 Jan 2011 17:09:16 +0000 (17:09 +0000)
commitf44391e2af4a686e1d49b38c98107feef5436f43
tree9ade64c59ef77f0bf16ef64ad4bab714c594333b
parent8b32822137a7248fa63f995aaa089d7e2e2ec9c6
js email validation fixed + i18n support

The Javascript email validation in User:Preference got broken by an id change,
this patch fix the issue.

A long standing issue was a lack of proper i18n support, message helper
was hard coded in the js file.  It now use the resourceloader to get the
i18nized message.

Follow up r75670
languages/messages/MessagesEn.php
resources/Resources.php
resources/mediawiki.special/mediawiki.special.preferences.js