r50093 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50092‎ | r50093 | r50094 >
Date:06:09, 1 May 2009
Author:tstarling
Status:deferred
Tags:
Comment:
* Backported r49682: fixes total breakage of the "changed since last visit" feature (bug #10172 comments 24-27)
Modified paths:
  • /branches/REL1_15/phase3 (modified) (history)
  • /branches/REL1_15/phase3/includes/UserMailer.php (modified) (history)

Diff [purge]

Index: branches/REL1_15/phase3/includes/UserMailer.php
@@ -310,6 +310,8 @@
311311 array( /* SET */
312312 'wl_notificationtimestamp' => $dbw->timestamp( $timestamp )
313313 ), array( /* WHERE */
 314+ 'wl_title' => $title->getDBkey(),
 315+ 'wl_namespace' => $title->getNamespace(),
314316 'wl_user' => $watchers
315317 ), __METHOD__
316318 );
Property changes on: branches/REL1_15/phase3
___________________________________________________________________
Name: svn:mergeinfo
317319 - /trunk/phase3:49051,49068,49086,49775
318320 + /trunk/phase3:49051,49068,49086,49682,49775

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r47927(bug 10172) Move setting the "changed since last visit" flags out of the job ...catrope12:15, 2 March 2009
r49682fix regression from r47927vyznev23:14, 20 April 2009

Status & tagging log