* Consistent single quotes
authorKrinkle <krinkle@users.mediawiki.org>
Mon, 10 Jan 2011 04:40:57 +0000 (04:40 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Mon, 10 Jan 2011 04:40:57 +0000 (04:40 +0000)
commitbc229aa6538758a10cafd76791269b5e440535dd
tree48f8417508faa8e04068bb338e4f359f332791cd
parentbf6308d4aa06fd3412686d1993d3aacfc678a4d1
* Consistent single quotes
* The problem with onKeyUp was that is shows errors even when initially typing a (possibly valid) address. onBlur has the downside of not giving feedback while correcting the mistake + since e-mail is the last input element at the moment, it doesn't blur on submit and required a seperate event handler.
** Solution: Bind onBlur once, and then listen for onKeyUp.
* Adding missing semicolon(s)
* Compare with strict (===) to empty string / null
* Moved non-global wfFunction to mw.util
** The "FIXME:" note was kept
* Comment "apostrophe" fixed to "at". Comments don't run :)
* Caching selector in wfUpdateMailValidityLabel
* Renaming "wfUpdateMailValidityLabel" to "updateMailValidityLabel"
( Ping r79910, r75670, r75627  )
resources/Resources.php
resources/mediawiki.special/mediawiki.special.preferences.css
resources/mediawiki.special/mediawiki.special.preferences.js
resources/mediawiki.util/mediawiki.util.js