Last modified: 2011-01-26 18:45:42 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 T28915, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26915 - Modify $wgNamespaceRobotPolicies to noindex User and User talk namespaces on the French Wikipedia (fr.wikipedia.org)
Modify $wgNamespaceRobotPolicies to noindex User and User talk namespaces on ...
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Antoine "hashar" Musso (WMF)
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-01-24 23:18 UTC by ni.33
Modified: 2011-01-26 18:45 UTC (History)
2 users (show)

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


Attachments

Description ni.33 2011-01-24 23:18:11 UTC
Don't index anymore USER and USER_TALK pages, with http://www.mediawiki.org/wiki/Manual:$wgNamespaceRobotPolicies ...

on "fr" wiki, because of this decision: http://fr.wikipedia.org/wiki/Wikip%C3%A9dia:Prise_de_d%C3%A9cision/Indexation_par_les_moteurs_de_recherche
Comment 1 JeLuF 2011-01-26 18:45:42 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 1545)
+++ InitialiseSettings.php	(working copy)
@@ -7128,6 +7128,10 @@
     'enwiki' => array(
         NS_USER_TALK => 'noindex,follow',
     ),
+    'frwiki' => array(
+	NS_USER      => 'noindex.follow',
+	NS_USER_TALK => 'noindex.follow',
+    ),
     'hewiki' => array(
         # https://bugzilla.wikimedia.org/show_bug.cgi?id=16247
         NS_USER => 'noindex,follow',
===================================================================
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

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


Navigation
Links