Page MenuHomePhabricator

Create Autor namespace at ca.wikisource
Closed, ResolvedPublic

Description

Author: aleator_wiki

Description:
Hello. We'd like to have two new namespaces at Catalan Wikisource: "Autor" and "Autor_Discussió", similar to "Author" and "Author_talk" of en.wikisource and other 19 more Wikisources.

The reason is making profit of the future special page "PagesWithoutScans" (mixing author and text pages will interfere its results), and having more accurate statistics, and being able to execute searches only on author (or text) pages.

The consensus is shown at http://ca.wikisource.org/wiki/Viquitexts:La_taverna#Proposta_2:_espai_de_noms_Autor (we could wait more time for more opinions and votes, but it is not a numerous community, so it won't change the present result).

Thank you!

Aleator


Version: unspecified
Severity: enhancement
URL: http://ca.wikisource.org

Details

Reference
bz27898

Event Timeline

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

Your change has been completed.
Please reopen this ticket if anything went wrong.

The following configuration settings have been changed:

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1617)

+++ InitialiseSettings.php (working copy)
@@ -3756,6 +3756,10 @@

    100 => 'Portal', 101 => 'Portal_Discussió',
    102 => 'Viquiprojecte', 103 => 'Viquiprojecte_Discussió',
),

+ 'cawikisource' => array(
+ # 100, 101 reserved for Portal
+ 102 => 'Autor', 103 => 'Autor_Discussió', # 27898
+ ),

'cewiki' => array(
	100 => 'Ков',
	101 => 'Ков_дийцаре',

You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

Your change has been completed.
Please reopen this ticket if anything went wrong.

The following configuration settings have been changed:

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1618)

+++ InitialiseSettings.php (working copy)
@@ -3756,10 +3756,6 @@

    100 => 'Portal', 101 => 'Portal_Discussió',
    102 => 'Viquiprojecte', 103 => 'Viquiprojecte_Discussió',
),
  • 'cawikisource' => array(
  • # 100, 101 reserved for Portal
  • 102 => 'Autor', 103 => 'Autor_Discussió', # 27898
  • ), 'cewiki' => array( 100 => 'Ков', 101 => 'Ков_дийцаре',

@@ -4149,10 +4145,13 @@

	105 => 'Kaozeadenn_oberour',
    ),
    'cawikisource' => array(

+ # 100, 101 reserved for Portal

102 => 'Pàgina', // http://bugzilla.wikimedia.org/show_bug.cgi?id=15784
103 => 'Pàgina_Discussió',
104 => 'Llibre',
105 => 'Llibre_Discussió',

+ 106 => 'Autor', # 27898
+ 107 => 'Autor_Discussió', # 27898

),
'dawikisource' => array(
    102 => 'Forfatter', // http://bugzilla.wikimedia.org/show_bug.cgi?id=7796

You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

I have added the namespaces in the wrong section. Comment #2 fix the issue :)