r113710 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113709‎ | r113710 | r113711 >
Date:07:39, 13 March 2012
Author:ialex
Status:ok
Tags:
Comment:
* (bug 35152) Fix for r92924: help message for e-mail was removed from user preferences
Modified paths:
  • /branches/REL1_19/phase3/RELEASE-NOTES-1.19 (modified) (history)
  • /branches/REL1_19/phase3/includes/Preferences.php (modified) (history)
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)
  • /trunk/phase3/includes/Preferences.php (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -15,6 +15,7 @@
1616 * (bug 35014) Including a special page no longer sets the page's title to the
1717 included page
1818 * (bug 35019) Edit summaries are no longer transformed in notification e-mails
 19+* (bug 35152) Help message for e-mail is shown again in user preferences
1920
2021 === Configuration changes in 1.19 ===
2122 * Removed SkinTemplateSetupPageCss hook; use BeforePageDisplay instead.
Index: trunk/phase3/includes/Preferences.php
@@ -361,6 +361,7 @@
362362 'default' => $emailAddress,
363363 'label-message' => 'youremail',
364364 'section' => 'personal/email',
 365+ 'help-messages' => $helpMessages,
365366 # 'cssclass' chosen below
366367 );
367368
Index: branches/REL1_19/phase3/RELEASE-NOTES-1.19
@@ -15,6 +15,7 @@
1616 * (bug 35014) Including a special page no longer sets the page's title to the
1717 included page
1818 * (bug 35019) Edit summaries are no longer transformed in notification e-mails
 19+* (bug 35152) Help message for e-mail is shown again in user preferences
1920
2021 === Configuration changes in 1.19 ===
2122 * Removed SkinTemplateSetupPageCss hook; use BeforePageDisplay instead.
Index: branches/REL1_19/phase3/includes/Preferences.php
@@ -360,6 +360,7 @@
361361 'default' => $emailAddress,
362362 'label-message' => 'youremail',
363363 'section' => 'personal/email',
 364+ 'help-messages' => $helpMessages,
364365 );
365366
366367 $disableEmailPrefs = false;

Follow-up revisions

RevisionCommit summaryAuthorDate
r113935MFT r112918, r113214, r113394, r113415, r113617, r113710, r113727, r113737, r...reedy17:27, 15 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92924* Moved email changing from sp:Preferences to new sp:ChangeEmail, which requi...aaron00:48, 23 July 2011

Status & tagging log