Property changes on: branches/REL1_15/phase3/includes/api |
___________________________________________________________________ |
Name: svn:mergeinfo |
1 | 1 | - /trunk/phase3/includes/api:48813-48814,48819,48836,48886,48892,48909,48989,48992,49051,49068,49086,49191-49192,49682,49685,49730,49775,50070 |
2 | 2 | + /trunk/phase3/includes/api:48813-48814,48819,48836,48886,48892,48909,48989,48992,49002,49051,49068,49086,49191-49192,49682,49685,49730,49775,50070 |
Index: branches/REL1_15/phase3/includes/specials/SpecialWatchlist.php |
— | — | @@ -214,9 +214,12 @@ |
215 | 215 | if( $andHidePatrolled ) $conds[] = $andHidePatrolled; |
216 | 216 | if( $nameSpaceClause ) $conds[] = $nameSpaceClause; |
217 | 217 | |
218 | | - if ( $usePage ) { |
| 218 | + $rollbacker = $wgUser->isAllowed('rollback'); |
| 219 | + if ( $usePage || $rollbacker ) { |
219 | 220 | $tables[] = 'page'; |
220 | 221 | $join_conds['page'] = array('LEFT JOIN','rc_cur_id=page_id'); |
| 222 | + if ($rollbacker) |
| 223 | + $fields[] = 'page_latest'; |
221 | 224 | } |
222 | 225 | |
223 | 226 | ChangeTags::modifyDisplayQuery( $tables, $fields, $conds, $join_conds, $options, '' ); |
Property changes on: branches/REL1_15/phase3/includes/specials |
___________________________________________________________________ |
Name: svn:mergeinfo |
224 | 227 | - /trunk/phase3/includes/specials:48836,48886,48892,48989,48992-48993,49051,49068,49086,49191-49192,49682,49685,49730,49775,50070 |
/trunk/phase3/includes/specials/specials:48993 |
225 | 228 | + /trunk/phase3/includes/specials:48836,48886,48892,48989,48992-48993,49002,49051,49068,49086,49191-49192,49682,49685,49730,49775,50070 |
/trunk/phase3/includes/specials/specials:48993 |
Property changes on: branches/REL1_15/phase3/includes |
___________________________________________________________________ |
Name: svn:mergeinfo |
226 | 229 | - /trunk/phase3/includes:48836,48886,48892,48989,48992,49051,49068,49086,49191-49192,49682,49685,49730,49775,50070 |
/trunk/phase3/includes/specials:48993 |
227 | 230 | + /trunk/phase3/includes:48836,48886,48892,48989,48992,49002,49051,49068,49086,49191-49192,49682,49685,49730,49775,50070 |
/trunk/phase3/includes/specials:48993 |
Property changes on: branches/REL1_15/phase3 |
___________________________________________________________________ |
Name: svn:mergeinfo |
228 | 231 | - /trunk/phase3:48814,48836,48886,48892,48909,48989,48992,49051,49068,49086,49191-49192,49682,49685,49730,49775,50070 |
229 | 232 | + /trunk/phase3:48814,48836,48886,48892,48909,48989,48992,49002,49051,49068,49086,49191-49192,49682,49685,49730,49775,50070 |