Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -15,6 +15,7 @@ |
16 | 16 | * (bug 35014) Including a special page no longer sets the page's title to the |
17 | 17 | included page |
18 | 18 | * (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 |
19 | 20 | |
20 | 21 | === Configuration changes in 1.19 === |
21 | 22 | * Removed SkinTemplateSetupPageCss hook; use BeforePageDisplay instead. |
Index: trunk/phase3/includes/Preferences.php |
— | — | @@ -361,6 +361,7 @@ |
362 | 362 | 'default' => $emailAddress, |
363 | 363 | 'label-message' => 'youremail', |
364 | 364 | 'section' => 'personal/email', |
| 365 | + 'help-messages' => $helpMessages, |
365 | 366 | # 'cssclass' chosen below |
366 | 367 | ); |
367 | 368 | |
Index: branches/REL1_19/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -15,6 +15,7 @@ |
16 | 16 | * (bug 35014) Including a special page no longer sets the page's title to the |
17 | 17 | included page |
18 | 18 | * (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 |
19 | 20 | |
20 | 21 | === Configuration changes in 1.19 === |
21 | 22 | * Removed SkinTemplateSetupPageCss hook; use BeforePageDisplay instead. |
Index: branches/REL1_19/phase3/includes/Preferences.php |
— | — | @@ -360,6 +360,7 @@ |
361 | 361 | 'default' => $emailAddress, |
362 | 362 | 'label-message' => 'youremail', |
363 | 363 | 'section' => 'personal/email', |
| 364 | + 'help-messages' => $helpMessages, |
364 | 365 | ); |
365 | 366 | |
366 | 367 | $disableEmailPrefs = false; |