r104125 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r104124
|
r104125
|
r104126
>
Date:
01:29, 24 November 2011
Author:
brion
Status:
ok
Tags:
Comment:
MFT
r104124
(fixes XML export regression in
r103945
/
r103953
on branch)
Modified paths:
/branches/REL1_18/phase3/includes/Export.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/REL1_18/phase3/includes/Export.php
—
—
@@ -687,7 +687,7 @@
688
688
}
689
689
690
690
global $wgContLang;
691
- $prefix = $wgContLang->getNsText( $title->getNamespace() );
691
+ $prefix = str_replace( '_', ' ', $wgContLang->getNsText( $title->getNamespace() ) );
692
692
693
693
if ($prefix !== '') {
694
694
$prefix .= ':';
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r103945
* (
bug 32376
) XML export tweak to use canonical user namespaces instead of ge...
brion
19:33, 22 November 2011
r103953
MFT
r103945
: use canonical user NS in export, workaround for search prefix
bu...
brion
20:19, 22 November 2011
r104124
Followup
r103945
: fix regression in XML export namespace formatting for names...
brion
01:26, 24 November 2011
Status & tagging log
18:19, 6 December 2011
😂
(
talk
|
contribs
)
changed the
status
of r104125
[
removed:
new
added:
ok]