r100752 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100751‎ | r100752 | r100753 >
Date:21:56, 25 October 2011
Author:reedy
Status:ok
Tags:
Comment:
REL1_18 MFT r99694, r99931
Modified paths:
  • /branches/REL1_18/phase3 (modified) (history)
  • /branches/REL1_18/phase3/includes (modified) (history)
  • /branches/REL1_18/phase3/includes/api (modified) (history)
  • /branches/REL1_18/phase3/includes/api/ApiFeedWatchlist.php (modified) (history)
  • /branches/REL1_18/phase3/includes/specials (modified) (history)
  • /branches/REL1_18/phase3/includes/specials/SpecialBrokenRedirects.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/includes/api/ApiFeedWatchlist.php
@@ -98,7 +98,7 @@
9999 }
100100
101101 // Check for 'allrev' parameter, and if found, show all revisions to each page on wl.
102 - if ( !is_null( $params['allrev'] ) ) {
 102+ if ( $params['allrev'] ) {
103103 $fauxReqArr['wlallrev'] = '';
104104 }
105105
Property changes on: branches/REL1_18/phase3/includes/api
___________________________________________________________________
Modified: svn:mergeinfo
106106 Merged /trunk/phase3/includes/api:r99694,99931
Index: branches/REL1_18/phase3/includes/specials/SpecialBrokenRedirects.php
@@ -53,7 +53,7 @@
5454 'conds' => array( 'rd_namespace >= 0',
5555 'p2.page_namespace IS NULL'
5656 ),
57 - 'join_conds' => array( 'p1' => array( 'LEFT JOIN', array(
 57+ 'join_conds' => array( 'p1' => array( 'JOIN', array(
5858 'rd_from=p1.page_id',
5959 ) ),
6060 'p2' => array( 'LEFT JOIN', array(
Property changes on: branches/REL1_18/phase3/includes/specials
___________________________________________________________________
Modified: svn:mergeinfo
6161 Merged /trunk/phase3/includes/specials:r99931
Property changes on: branches/REL1_18/phase3/includes
___________________________________________________________________
Modified: svn:mergeinfo
6262 Merged /trunk/phase3/includes:r99694,99931
Property changes on: branches/REL1_18/phase3
___________________________________________________________________
Modified: svn:mergeinfo
6363 Merged /trunk/phase3:r99694,99931

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99694Followup r85756...reedy16:40, 13 October 2011
r99931Bug 31249 - Special:BrokenRedirects broken since 1.18reedy23:24, 15 October 2011

Status & tagging log