r23575 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23574‎ | r23575 | r23576 >
Date:01:03, 30 June 2007
Author:aaron
Status:old
Tags:
Comment:
*Mark all versions newer than the time of the latest revision viewed as "updated since last view", not just the current (bug 10277)
Modified paths:
  • /trunk/phase3/includes/UserMailer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/UserMailer.php
@@ -373,6 +373,7 @@
374374 ), array( /* WHERE */
375375 'wl_title' => $title->getDBkey(),
376376 'wl_namespace' => $title->getNamespace(),
 377+ 'wl_notificationtimestamp' => NULL
377378 ), 'UserMailer::NotifyOnChange'
378379 );
379380 # FIXME what do we do on failure ?

Follow-up revisions

RevisionCommit summaryAuthorDate
r23581Merged revisions 23406-23580 via svnmerge from...david04:50, 30 June 2007
r24017Fix regression from r23575 -- wl_notificationtimestamp didn't get updated any...brion19:21, 11 July 2007
r24096Merged revisions 23910-24094 via svnmerge from...david22:38, 14 July 2007

Status & tagging log