r23027 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23026‎ | r23027 | r23028 >
Date:04:36, 16 June 2007
Author:tstarling
Status:old
Tags:
Comment:
Revert r20429, doesn't work.
Modified paths:
  • /trunk/phase3/includes/SpecialWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialWatchlist.php
@@ -257,8 +257,7 @@
258258 $andLatest='';
259259 $limitWatchlist = 'LIMIT ' . intval( $wgUser->getOption( 'wllimit' ) );
260260 } else {
261 - # Top log Ids for a page are not stored
262 - $andLatest= 'AND (rc_this_oldid=page_latest OR rc_type=' . RC_LOG . ') ';
 261+ $andLatest= 'AND rc_this_oldid=page_latest';
263262 $limitWatchlist = '';
264263 }
265264

Follow-up revisions

RevisionCommit summaryAuthorDate
r23039Merged revisions 22967-23037 via svnmerge from...david20:15, 16 June 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r20429*Allow log eventsaaron01:54, 14 March 2007

Status & tagging log