Index: branches/wmf-deployment/extensions/GlobalUsage/GlobalUsage_body.php |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | 'gil_wiki' => $this->interwiki, |
30 | 30 | 'gil_page' => $title->getArticleID( $pageIdFlags ), |
31 | 31 | 'gil_page_namespace' => $title->getNsText(), |
32 | | - 'gil_page_title' => $title->getText(), |
| 32 | + 'gil_page_title' => $title->getDBkey(), |
33 | 33 | 'gil_to' => $name |
34 | 34 | ); |
35 | 35 | } |
Index: branches/wmf-deployment/extensions/GlobalUsage/SpecialGlobalUsage.php |
— | — | @@ -109,7 +109,8 @@ |
110 | 110 | |
111 | 111 | $wiki = WikiMap::getWiki( $item['wiki'] ); |
112 | 112 | |
113 | | - return WikiMap::makeForeignLink( $item['wiki'], $page ); |
| 113 | + return WikiMap::makeForeignLink( $item['wiki'], |
| 114 | + str_replace( '_', ' ', $page ) ); |
114 | 115 | } |
115 | 116 | |
116 | 117 | public static function onImagePageAfterImageLinks( $imagePage, &$html ) { |
Property changes on: branches/wmf-deployment/extensions/GlobalUsage |
___________________________________________________________________ |
Name: svn:mergeinfo |
117 | 118 | - /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 |
118 | 119 | + /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 |