Last modified: 2006-02-22 23:53:28 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T6809, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 4809 - Enable subpages on Portal namespace in Swedish Wikipedia
Enable subpages on Portal namespace in Swedish Wikipedia
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal enhancement with 2 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
http://sv.wikipedia.org/wiki/Portal:N...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-01-31 18:40 UTC by Carlos Eugenio Thompson Pinzón
Modified: 2006-02-22 23:53 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Carlos Eugenio Thompson Pinzón 2006-01-31 18:40:29 UTC
The recently created portal namespace in Swedish Wikipedia lacks subpage
support, which has created some problems when moving from project namespace.
Comment 1 Carlos Eugenio Thompson Pinzón 2006-02-22 22:01:50 UTC
$wgNamespacesWithSubpages = 
      array( -1 => 0, 0 => 0, 1 => 1, 2 => 1, 3 => 1,
             4 => 0, 5 => 1, 6 => 0, 7 => 1, 
             8 => 0, 9 => 1, 10 => 0,11 => 1,
             100 => 1, 101 => 1 );
Comment 2 Carlos Eugenio Thompson Pinzón 2006-02-22 22:24:08 UTC
or add in LocalSettings.php:

$wgNamespacesWithSubpages = 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_TALK  => true,
        NS_HELP_TALK      => true,
        NS_CATEGORY_TALK  => true,
        100               => true,
        101               => true
);

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links