Page MenuHomePhabricator

Alias of Potal talk namespace on jawiki, jawikinews
Closed, ResolvedPublic

Description

Author: aokomoriuta

Description:
Thanks for Bug 23569[1].
But old namespace names link doesn't work.

Could you add old namespace names alias?

"ポータル‐ノート" => 101

thanks.

[1] https://bugzilla.wikimedia.org/show_bug.cgi?id=23569


Version: unspecified
Severity: enhancement

Details

Reference
bz23576

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:05 PM
bzimport set Reference to bz23576.

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 766)

+++ InitialiseSettings.php (working copy)
@@ -1932,8 +1932,14 @@

    'WB' => NS_PROJECT,
),
'itwiktionary' => array(
  • 'WZ' => NS_PROJECT,

+ 'WZ' => NS_PROJECT,

),

+ 'jawiki' => array(
+ "ポータル‐ノート" => 101,
+ ),
+ 'jawikinews' => array(
+ "ポータル‐ノート" => 101,
+ ),

'jawikiversity' => array(
     'Wikiversity_talk' => NS_PROJECT_TALK,
),

aokomoriuta wrote:

Thanks. Bus Sorry, I have mistaken.
Old namespace names is "Portal", not "ポータル"

X "ポータル‐ノート" => 101
O "Potal‐ノート" => 101

aokomoriuta wrote:

O "Portal‐ノート" => 101

aokomoriuta wrote:

The above comments are for only jawiki.

jawn's old one = "ポータル‐ノート" -> OK
jawp's old one = "Portal‐ノート" -> NG

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 767)

+++ InitialiseSettings.php (working copy)
@@ -1936,6 +1936,7 @@

),
'jawiki' => array(
	"ポータル‐ノート" => 101,

+ 'Portal‐ノート' => 101,

),
'jawikinews' => array(
	"ポータル‐ノート" => 101,