Last modified: 2011-07-20 14:08:21 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 T31648, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 29648 - Set $wgCollectionHierarchyDelimiter = "/" for Wikibooks projects
Set $wgCollectionHierarchyDelimiter = "/" for Wikibooks projects
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-06-29 21:56 UTC by Helder
Modified: 2011-07-20 14:08 UTC (History)
0 users

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


Attachments

Description Helder 2011-06-29 21:56:12 UTC
Per comments on
1) [[mw:Special:Code/MediaWiki/73454#c12899]]
2)[[b:pt:Thread:Wikilivros:Diálogos_comunitários/Aprimorando_o_Criador_de_livros/resposta_(8)]]
3) [[b:Wikibooks:Reading_room/Proposals/2011/March]]
please set
 $wgCollectionHierarchyDelimiter = "/"
for Wikibooks projects.
Comment 1 Helder 2011-06-29 22:00:04 UTC
FYI: I just found that this was also announced on Wikibooks mailing list:
http://lists.wikimedia.org/pipermail/textbook-l/2010-September/001572.html
Comment 2 JeLuF 2011-07-16 07:36:48 UTC
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 2029)
+++ InitialiseSettings.php	(working copy)
@@ -8638,6 +8638,11 @@
 	'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 ), 
 ),
 
+'wmgCollectionHierarchyDelimiter' => array(
+	'default'  => false, // false == don't overwrite the extension's default settings
+	'wikibooks' => '/',
+),
+
 'wmgUseSpamBlacklist' => array(
     'default' => true,
     'private' => false,
===================================================================
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php
Comment 3 Helder 2011-07-20 14:08:21 UTC
Thank you JeLuF!!

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


Navigation
Links