User "Reedy" posted a comment on MediaWiki.r88488.
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88488#c18723
Commit summary:
Similarise queries to that of SpecialWatchlist
Comment:
I think this was prep work for r88493
I believe, related to
<pre>
- $this->addWhereIf( 'rc_this_oldid=page_latest',
!$params['allrev'] );
+ $this->addWhereIf( 'rc_this_oldid=page_latest OR rc_type=' .
RC_LOG, !$params['allrev'] );
....
# Top log Ids for a page are not stored
$conds[] = 'rc_this_oldid=page_latest OR rc_type=' .
RC_LOG;
</pre>
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview