r83769 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83768‎ | r83769 | r83770 >
Date:18:05, 12 March 2011
Author:reedy
Status:ok
Tags:
Comment:
Drop bogus property Id
Modified paths:
  • /trunk/extensions/GoogleNewsSitemap/GoogleNewsSitemap_body.php (modified) (history)
  • /trunk/extensions/Reflect/Reflect.php (modified) (history)
  • /trunk/extensions/Reflect/server/api/ApiReflectAction.php (modified) (history)
  • /trunk/extensions/Reflect/server/api/ApiReflectStudyAction.php (modified) (history)
  • /trunk/extensions/Reflect/server/classes/Dispatch.php (modified) (history)
  • /trunk/extensions/Reflect/server/i18n/Reflect.i18n.php (modified) (history)

Diff [purge]

Property changes on: trunk/extensions/Reflect/server/i18n/Reflect.i18n.php
___________________________________________________________________
Deleted: Id
11 -
Property changes on: trunk/extensions/Reflect/server/api/ApiReflectAction.php
___________________________________________________________________
Deleted: Id
22 -
Property changes on: trunk/extensions/Reflect/server/api/ApiReflectStudyAction.php
___________________________________________________________________
Deleted: Id
33 -
Property changes on: trunk/extensions/Reflect/server/classes/Dispatch.php
___________________________________________________________________
Deleted: Id
44 -
Property changes on: trunk/extensions/Reflect/Reflect.php
___________________________________________________________________
Deleted: Id
55 -
Index: trunk/extensions/GoogleNewsSitemap/GoogleNewsSitemap_body.php
@@ -221,7 +221,7 @@
222222 for ($i = 0; $i < $this->params['catCount']; $i++) {
223223 $joins["$categorylinks AS c$currentTableNumber"] = array( 'INNER JOIN',
224224 array( "page_id = c{$currentTableNumber}.cl_from",
225 - "c{$currentTableNumber}.cl_to={$dbr->addQuotes($this->categories[$i]->getDBKey())}"
 225+ "c{$currentTableNumber}.cl_to={$dbr->addQuotes( $this->categories[$i]->getDBKey() ) }"
226226 )
227227 );
228228 $tables[] = "$categorylinks AS c$currentTableNumber";
@@ -339,7 +339,8 @@
340340 function getKeywords ( $title ) {
341341 $cats = $title->getParentCategories();
342342 $str = '';
343 - # the following code is based (stolen) from r56954 of flagged revs.
 343+
 344+ # the following code is based (stolen) from r56954 of flagged revs.
344345 $catMap = array();
345346 $catMask = array();
346347 $msg = wfMsg( 'googlenewssitemap_categorymap' );

Status & tagging log