r58753 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58752‎ | r58753 | r58754 >
Date:10:17, 8 November 2009
Author:werdna
Status:ok
Tags:
Comment:
Merge r58752
Modified paths:
  • /branches/wmf-deployment/extensions/GlobalUsage (modified) (history)
  • /branches/wmf-deployment/extensions/GlobalUsage/GlobalUsage_body.php (modified) (history)
  • /branches/wmf-deployment/extensions/GlobalUsage/SpecialGlobalUsage.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/GlobalUsage/GlobalUsage_body.php
@@ -28,7 +28,7 @@
2929 'gil_wiki' => $this->interwiki,
3030 'gil_page' => $title->getArticleID( $pageIdFlags ),
3131 'gil_page_namespace' => $title->getNsText(),
32 - 'gil_page_title' => $title->getText(),
 32+ 'gil_page_title' => $title->getDBkey(),
3333 'gil_to' => $name
3434 );
3535 }
Index: branches/wmf-deployment/extensions/GlobalUsage/SpecialGlobalUsage.php
@@ -109,7 +109,8 @@
110110
111111 $wiki = WikiMap::getWiki( $item['wiki'] );
112112
113 - return WikiMap::makeForeignLink( $item['wiki'], $page );
 113+ return WikiMap::makeForeignLink( $item['wiki'],
 114+ str_replace( '_', ' ', $page ) );
114115 }
115116
116117 public static function onImagePageAfterImageLinks( $imagePage, &$html ) {
Property changes on: branches/wmf-deployment/extensions/GlobalUsage
___________________________________________________________________
Name: svn:mergeinfo
117118 - /branches/REL1_15/phase3/extensions/GlobalUsage:51646
/trunk/extensions/GlobalUsage:56207,56209,56296,56333,56355,58660-58739
/trunk/phase3/extensions/GlobalUsage:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447
118119 + /branches/REL1_15/phase3/extensions/GlobalUsage:51646
/trunk/extensions/GlobalUsage:56207,56209,56296,56333,56355,58660-58739,58752
/trunk/phase3/extensions/GlobalUsage:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r58752Properly normalize spaces of page titles.btongminh10:14, 8 November 2009

Status & tagging log