[Bug 30982] Subpages activation for some namespaces on WMRU wiki

2011-09-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30982

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Reedy s...@reedyboy.net 2011-09-20 10:37:00 UTC ---
Done

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30982] Subpages activation for some namespaces on WMRU wiki

2011-09-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30982

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30982] Subpages activation for some namespaces on WMRU wiki

2011-09-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30982

--- Comment #1 from Reedy s...@reedyboy.net 2011-09-19 08:56:14 UTC ---
'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,
 100 = true,
 101 = true,
 102 = true,
 103 = true,
104 = true,
105 = true,
106 = true,
107 = true,
108 = true,
109 = true,
110 = true,
111 = true,   // extra namespaces usually want subpages
 ),



0 - NS_MAIN
1 - NS_TALK
2 - NS_USER
3 - NS_USER_TALK
4 - NS_PROJECT
5 - NS_PROJECT_TALK

10 - NS_TEMPLATE
11 - NS_TEMPLATE_TALK
12 - NS_HELP
13 - NS_HELP_TALK


http://ru.wikimedia.org/w/api.php?action=querymeta=siteinfosiprop=general|namespaces|namespacealiases

namespaces
  ns id=-2 case=first-letter canonical=Media
xml:space=preserveМедиа/ns
  ns id=-1 case=first-letter canonical=Special
xml:space=preserveСлужебная/ns
  ns id=0 case=first-letter content= xml:space=preserve /
  ns id=1 case=first-letter subpages= canonical=Talk
xml:space=preserveОбсуждение/ns
  ns id=2 case=first-letter subpages= canonical=User
xml:space=preserveУчастник/ns
  ns id=3 case=first-letter subpages= canonical=User talk
xml:space=preserveОбсуждение участника/ns
  ns id=4 case=first-letter subpages= canonical=Project
xml:space=preserveВикимедиа/ns
  ns id=5 case=first-letter subpages= canonical=Project talk
xml:space=preserveОбсуждение Викимедиа/ns
  ns id=6 case=first-letter canonical=File
xml:space=preserveФайл/ns
  ns id=7 case=first-letter subpages= canonical=File talk
xml:space=preserveОбсуждение файла/ns
  ns id=8 case=first-letter canonical=MediaWiki
xml:space=preserveMediaWiki/ns
  ns id=9 case=first-letter subpages= canonical=MediaWiki talk
xml:space=preserveОбсуждение MediaWiki/ns
  ns id=10 case=first-letter subpages= canonical=Template
xml:space=preserveШаблон/ns
  ns id=11 case=first-letter subpages= canonical=Template talk
xml:space=preserveОбсуждение шаблона/ns
  ns id=12 case=first-letter subpages= canonical=Help
xml:space=preserveСправка/ns
  ns id=13 case=first-letter subpages= canonical=Help talk
xml:space=preserveОбсуждение справки/ns
  ns id=14 case=first-letter canonical=Category
xml:space=preserveКатегория/ns
  ns id=15 case=first-letter subpages= canonical=Category talk
xml:space=preserveОбсуждение категории/ns
/namespaces



As far a I can tell, you're only missing NS_PROJECT (4) that doesn't have
subpages enabled

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30982] Subpages activation for some namespaces on WMRU wiki

2011-09-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30982

--- Comment #2 from Paul Kaganer paul.kaga...@mail.ru 2011-09-19 12:20:48 UTC 
---
Thanks, I'm sorry for the imprecise query.

As far a I can tell, NS_MAIN (0) doesn't have subpages - see
http://ru.wikimedia.org/wiki/Test_page/Test_subpage

Please 

(1) add subpage support to NS_MAIN (0)

(2) remove unnecessary subpage support from 
- NS_FILE_TALK (7)
- NS_MEDIAWIKI_TALK (9)
- NS_CATEGORY_TALK (15)

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30982] Subpages activation for some namespaces on WMRU wiki

2011-09-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30982

Paul Kaganer paul.kaga...@mail.ru changed:

   What|Removed |Added

   Keywords||shell

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30982] Subpages activation for some namespaces on WMRU wiki

2011-09-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30982

Paul Kaganer paul.kaga...@mail.ru changed:

   What|Removed |Added

URL||http://ru.wikimedia.org
 CC||paul.kaga...@mail.ru

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l