Page MenuHomePhabricator

Change namespaces configuration - pl.wikipedia
Closed, ResolvedPublic

Description

Author: beau

Description:
I would like to request a configration change for pl.wikipedia (file:
InitialiseSettings.php).

Create a new namespace Archiwum and its talk Dyskusja_archiwum (need to run maintenance script namespaceDupes.php afterwards).

'plwiki' => array(
    NS_PROJECT_TALK => 'Dyskusja_Wikipedii',
    NS_USER => 'Wikipedysta',
    # Lower case w in wikipedysty as per bug #10064
    NS_USER_TALK => 'Dyskusja_wikipedysty',
    100 => 'Portal',
    101 => 'Dyskusja_portalu',
    102 => 'Wikiprojekt',
    103 => 'Dyskusja_Wikiprojektu',
    104 => 'Archiwum',
    105 => 'Dyskusja_archiwum',
),

Version: unspecified
Severity: normal
URL: https://secure.wikimedia.org/wikipedia/pl/w/index.php?title=Wikipedia:Kawiarenka/Propozycje&oldid=27794451#Zaproponowany_spos.C3.B3b_dzia.C5.82ania_.2B_sonda

Details

Reference
bz30594
TitleReferenceAuthorSource BranchDest Branch
Use llvm/grcov to generate coveragerepos/mwbot-rs/rust-ci-pipeline!3legoktmllvm-coveragemain
Customize query in GitLab

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:55 PM
bzimport set Reference to bz30594.
bzimport added a subscriber: Unknown Object (MLST).

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 2235)

+++ InitialiseSettings.php (working copy)
@@ -4365,6 +4365,8 @@

		101 => 'Dyskusja_portalu',
		102 => 'Wikiprojekt',
		103 => 'Dyskusja_Wikiprojektu',

+ 104 => 'Archiwum',
+ 105 => 'Dyskusja_archiwum',

	),
	'ptwiki' => array(
	  NS_USER => 'Usuário', # bug 27495

No dupes found!

$ php namespaceDupes.php plwiki

Looks good!
$

Notified users in #wikipedia-pl IRC channel.

Have fun with the new namespace :-)

There have been serious doubts raised in the community about this (including myself). This is introduced to resolve some problems with article history merging/splitting.

In my opinion this should be done on the database level (revision and archive) tables and launching a whole new namespace for this is simply wrong.

Please revert this change until the proper solution is agreed on.

beau wrote:

Sorry for the mess, but I agree that the change should be reverted. I thought there was a consensus for the change, but it seems that not everyone interested noticed the discussion during almost two months...