r65028 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65027‎ | r65028 | r65029 >
Date:14:15, 14 April 2010
Author:catrope
Status:deferred
Tags:
Comment:
1.16wmf4 MFT r65027
Modified paths:
  • /branches/wmf/1.16wmf4/includes/UserMailer.php (modified) (history)
  • /branches/wmf/1.16wmf4/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/includes/UserMailer.php
@@ -472,6 +472,7 @@
473473
474474 $keys['$PAGEMINOREDIT'] = $medit;
475475 $keys['$PAGESUMMARY'] = $summary;
 476+ $keys['$UNWATCHURL'] = $this->title->getFullUrl( 'action=unwatch' );
476477
477478 $subject = strtr( $subject, $keys );
478479
Property changes on: branches/wmf/1.16wmf4/includes/UserMailer.php
___________________________________________________________________
Name: svn:mergeinfo
479480 + /branches/REL1_15/phase3/includes/UserMailer.php:51646
/branches/sqlite/includes/UserMailer.php:58211-58321
/branches/wmf-deployment/includes/UserMailer.php:53381,60970
/trunk/phase3/includes/UserMailer.php:63549,63764,63897-63901,64851,64856,64876,64892,64918,65027
Index: branches/wmf/1.16wmf4/languages/messages/MessagesEn.php
@@ -2644,7 +2644,7 @@
26452645 {{fullurl:{{#special:Watchlist}}/edit}}
26462646
26472647 To delete the page from your watchlist, visit
2648 -{{fullurl:{{FULLPAGENAMEE}}|action=unwatch}}
 2648+$UNWATCHURL
26492649
26502650 Feedback and further assistance:
26512651 {{fullurl:{{MediaWiki:Helppage}}}}',
Property changes on: branches/wmf/1.16wmf4/languages/messages/MessagesEn.php
___________________________________________________________________
Name: svn:mergeinfo
26522652 + /branches/wmf/1.16wmf3/languages/messages/MessagesEn.php:64760
/branches/wmf-deployment/languages/messages/MessagesEn.php:60970
/trunk/phase3/languages/messages/MessagesEn.php:63545-63546,63549,63643,63764,63897-63901,64784,64786,64789,64800,64851,64876,65027

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65027Fix regression in unwatch links sent out by enotif. {{FULLPAGENAMEE}} happens...demon14:00, 14 April 2010

Status & tagging log