https://bugzilla.wikimedia.org/show_bug.cgi?id=36112

       Web browser: ---
             Bug #: 36112
           Summary: Update $wgNamespacesWithSubpages with new defaults
                    from core
           Product: Wikimedia
           Version: 1.19wmf1
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: shell
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


WMF [1]:
'wgNamespacesWithSubpages' => array(
    'default' => array(
    NS_TALK       => true,
     NS_USER       => true,
     NS_USER_TALK      => true,
     NS_PROJECT_TALK   => true,
     NS_IMAGE_TALK     => true,
     NS_MEDIAWIKI_TALK => true,
     NS_TEMPLATE       => true,
     NS_TEMPLATE_TALK  => true,
     NS_HELP       => true,
     NS_HELP_TALK      => true,
     NS_CATEGORY_TALK  => true,

MediaWiki core [2]:
$wgNamespacesWithSubpages = array(
    NS_TALK           => true,
    NS_USER           => true,
    NS_USER_TALK      => true,
    NS_PROJECT_TALK   => true,
    NS_FILE_TALK      => true,
    NS_MEDIAWIKI      => true,
    NS_MEDIAWIKI_TALK => true,
    NS_TEMPLATE_TALK  => true,
    NS_HELP_TALK      => true,
    NS_CATEGORY_TALK  => true
);


Which means adding:
- NS_MEDIAWIKI
- NS_TEMPLATE
- NS_HELP

Adding stuff to the latter two could be problematic since they could be used in
several ways by wikis, but NS_MEDIAWIKI is the one I'm mainly requesting be
added.

Adding that one means it is possible to move a message in the MediaWiki:
namespace including the translation subpages. Both on MW.org and on commons I
found myself in the tedious task having to move them one by one.

Afaik uncontroversial change since the usage of the MediaWiki namespace is
pretty much fixed. The other two, I'm not sure whether they should be
carelessly added.


[1] http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php
[2]
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=blob;f=includes/DefaultSettings.php;h=67889844b68331eb2055f5257cbc0b2fda13b210;hb=HEAD#l2885

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to