r58664 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58663‎ | r58664 | r58665 >
Date:16:47, 6 November 2009
Author:werdna
Status:ok
Tags:
Comment:
Partial revert of r58663, included random unrelated changes to TorBlock
Modified paths:
  • /branches/wmf-deployment/extensions/TorBlock/TorBlock.class.php (modified) (history)
  • /branches/wmf-deployment/includes/LinksUpdate.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/TorBlock/TorBlock.class.php
@@ -5,7 +5,7 @@
66 class TorBlock {
77 public static $mExitNodes;
88
9 - public static function onGetUserPermissionsErrorsExpensive( &$title, &$user, $action, &$result ) {
 9+ public static function onGetUserPermissionsErrorsExpensive( &$title, &$user, &$action, &$result ) {
1010 global $wgTorAllowedActions;
1111 if (in_array( $action, $wgTorAllowedActions)) {
1212 return true;
Index: branches/wmf-deployment/includes/LinksUpdate.php
@@ -673,13 +673,6 @@
674674 function getTitle() {
675675 return $this->mTitle;
676676 }
677 -
678 - /**
679 - * Return the list of images used as generated by the parser
680 - */
681 - public function getImages() {
682 - return $this->mImages;
683 - }
684677
685678 /**
686679 * Invalidate any necessary link lists related to page property changes
Property changes on: branches/wmf-deployment/includes/LinksUpdate.php
___________________________________________________________________
Name: svn:mergeinfo
687680 - /branches/REL1_15/phase3/includes/LinksUpdate.php:51646
/branches/wmf-deployment/includes/LinksUpdate.php:53381
/trunk/phase3/includes/LinksUpdate.php:56213,56215-56216,56218,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447,57530,57602,58658

Follow-up revisions

RevisionCommit summaryAuthorDate
r58666Restore relevant parts of r58663, which was "partially" reverted in r58664werdna16:50, 6 November 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r58663Update GlobalUsage to trunk state, merge related r53381werdna16:45, 6 November 2009

Status & tagging log