r20429 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r20428‎ | r20429 | r20430 >
Date:01:54, 14 March 2007
Author:aaron
Status:old
Tags:
Comment:
*Allow log events
Modified paths:
  • /trunk/phase3/includes/SpecialWatchlist.php (modified) (history)

Diff [purge]

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

Follow-up revisions

RevisionCommit summaryAuthorDate
r23027Revert r20429, doesn't work.tstarling04:36, 16 June 2007
r23039Merged revisions 22967-23037 via svnmerge from...david20:15, 16 June 2007