Last modified: 2011-06-13 17:16:44 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 T31314, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 29314 - Enable E:Collection on enwiki namespace Help
Enable E:Collection on enwiki namespace Help
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: High enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-06-08 05:55 UTC by T. Gries
Modified: 2011-06-13 17:16 UTC (History)
3 users (show)

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


Attachments

Description T. Gries 2011-06-08 05:55:49 UTC
I found that I cannot create PDf or book in the Help namespace of enwiki.

See for example http://en.wikipedia.org/wiki/Help:Interwiki_linking .

Is there a specific reason that this is not possible? I wish to create a "book" of Help pages similar to http://www.mediawiki.org/wiki/User:Wikinaut/Books/MediaWiki_Developer%27s_Guide
Comment 1 Roan Kattouw 2011-06-08 11:30:24 UTC
Needs something like $wgCollectionArticleNamespaces[] = NS_HELP; in the config.
Comment 2 Sam Reed (reedy) 2011-06-08 13:38:17 UTC
It's already set...

    // Allow collecting Help pages
    $wgCollectionArticleNamespaces[] = NS_HELP;
Comment 3 T. Gries 2011-06-08 21:21:18 UTC
(In reply to comment #2)
> It's already set...
> 
>     // Allow collecting Help pages
>     $wgCollectionArticleNamespaces[] = NS_HELP;

Reedy, it may be set, but the toolbox does not show the three entries for creating book, PDF, printable version.

Please can you have a look to http://en.wikipedia.org/wiki/Help:Interwiki_linking my page of desire...

No 
Print/export
* Create a book
* Download as PDF
* Printable version

gadgets. Raising the level to "high" (side-effects from some other software parts?)
Comment 4 Sam Reed (reedy) 2011-06-08 21:58:32 UTC
Yes, I know it is.

I did notice that

That's why I wrote it as "It's already set...", and didn't close the bug as RESOLVED WORKSFORME
Comment 5 T. Gries 2011-06-08 22:11:43 UTC
(In reply to comment #4)
> Yes, I know it is.
> 
> I did notice that
> 
> That's why I wrote it as "It's already set...", and didn't close the bug as
> RESOLVED WORKSFORME

It's a strange thing, isn't it? Side-effect? Sun-flare induced? Who can help?
Comment 6 Priyanka Dhanda 2011-06-10 17:32:07 UTC
I added it to default and meta. Seems to work.

Index: wmf-config/InitialiseSettings.php
===================================================================
--- wmf-config/InitialiseSettings.php	(revision 1859)
+++ wmf-config/InitialiseSettings.php	(working copy)
@@ -8203,8 +8203,8 @@
 ),
 
 'wmgCollectionArticleNamespaces' => array(	
-	'default' => array( NS_MAIN, NS_TALK, NS_USER, NS_USER_TALK, NS_PROJECT, NS_PROJECT_TALK, NS_MEDIAWIKI, NS_MEDIAWIKI_TALK, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111 ), 
-	'metawiki' => array( NS_MAIN, NS_TALK, NS_USER, NS_USER_TALK, NS_PROJECT, NS_PROJECT_TALK, NS_MEDIAWIKI, NS_MEDIAWIKI_TALK, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 200 ), 
+	'default' => array( NS_MAIN, NS_TALK, NS_USER, NS_USER_TALK, NS_PROJECT, NS_PROJECT_TALK, NS_MEDIAWIKI, NS_MEDIAWIKI_TALK, NS_HELP, NS_HELP_TALK, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111 ), 
+	'metawiki' => array( NS_MAIN, NS_TALK, NS_USER, NS_USER_TALK, NS_PROJECT, NS_PROJECT_TALK, NS_MEDIAWIKI, NS_MEDIAWIKI_TALK, NS_HELP, NS_HELP_TALK, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 200 ), 
 ),
 
 'wmgUseSpamBlacklist' => array(
Comment 7 T. Gries 2011-06-10 19:10:00 UTC
(In reply to comment #6)
> I added it to default and meta. Seems to work.
> 
> Index: wmf-config/InitialiseSettings.php


great! Thanks for identifying the reason for the problem, and fixing it!

Just for your all info, I added an "MediaWiki Interwiki and Interlanguage Guide (MIG)" to the http://www.mediawiki.org/wiki/MVL = MediaWiki virtual library (mwbook #03)

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


Navigation
Links