bug 10158 : do not mention allowing others to contact you if $wgEnableUserEmail=false
authorAntoine Musso <hashar@users.mediawiki.org>
Fri, 14 Jan 2011 16:53:36 +0000 (16:53 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Fri, 14 Jan 2011 16:53:36 +0000 (16:53 +0000)
commit83848f26d9155e6a9ce712d886393bd2702641c1
treea56e7ca039336cdfa237f321833de63c29379e37
parent8dc6f041c19c944f8393b34a6fb8660960a16540
bug 10158 : do not mention allowing others to contact you if $wgEnableUserEmail=false

This required to tweak HTMLForm to support an array of message keys
for help message. I could reuse help-message but since this helper
also supports array, I created an additional helper for array of
messages.

To test use variations of $wgEnableUserEmail and $wgEmailConfirmToEdit.

Path adapted from jopiswezggzmw at mailinator dot com
RELEASE-NOTES
includes/HTMLForm.php
includes/Preferences.php
includes/specials/SpecialUserlogin.php
includes/templates/Userlogin.php
languages/messages/MessagesEn.php
maintenance/language/messages.inc