Last modified: 2011-06-06 17:12:29 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 T31015, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 29015 - Create a "Recherche :" namespace on frwikiversity and activate it in the default search
Create a "Recherche :" namespace on frwikiversity and activate it in the defa...
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Highest critical with 1 vote (vote)
: ---
Assigned To: Priyanka Dhanda
http://fr.wikiversity.org/wiki/Projet...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-16 16:26 UTC by David Crochet
Modified: 2011-06-06 17:12 UTC (History)
5 users (show)

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


Attachments
result of php maintenance/namespaceDupes.php --wiki=frwikiversity (26.00 KB, text/plain)
2011-06-03 17:32 UTC, Priyanka Dhanda
Details
dry-run of cleanupTitles (60.34 KB, text/plain)
2011-06-03 19:42 UTC, Priyanka Dhanda
Details

Description David Crochet 2011-05-16 16:26:03 UTC
The community requires the creation of a namespace "Recherche".

I would note that the pages currently in (main) namespace and beginning with "Recherche :" already exists, and associated discussion pages.

The community requires the same time enabling this namespace in the default search.

You find by following the link, the modification to the file "InitialiseSettings.php" as before / after

If its implementation produces complications, do not hesitate to say.

Thanks

Crochet.david@frwikiversity
Comment 1 Mark A. Hershberger 2011-05-19 16:38:04 UTC
looks like the link also contains consensus
Comment 2 David Crochet 2011-05-31 06:14:27 UTC
Since the creation of the "Recherche:" namespace, all page starting with this are now in red.
So can you run "namespaceDupes.php" ?

Crochet.david@frwikiversity
Comment 3 JackPotte 2011-05-31 18:11:47 UTC
Around 10 pages are invisible, it's relatively urgent.
Comment 4 Priyanka Dhanda 2011-06-03 17:32:51 UTC
Created attachment 8614 [details]
result of php maintenance/namespaceDupes.php --wiki=frwikiversity

Done. Attached result.
Comment 5 Priyanka Dhanda 2011-06-03 19:39:45 UTC
David,
I could run the cleanupTitles for the bad titles. I'll attach the results of the dry run. Let me know if you want me to go ahead.

-p
Comment 6 Priyanka Dhanda 2011-06-03 19:42:14 UTC
Created attachment 8615 [details]
dry-run of cleanupTitles
Comment 7 David Crochet 2011-06-03 19:59:21 UTC
Hum.
the search engine find this page "Transmutations_biologiques" in the main namespace :
http://fr.wikiversity.org/w/index.php?title=Sp%C3%A9cial%3ARecherche&redirs=1&search=Transmutations_biologiques&fulltext=Search&ns0=1&title=Sp%C3%A9cial%3ARecherche&advanced=1&fulltext=Advanced+search

but the log say : 

frwikiversity 2011-06-03 19:36:41:  87.09% done on page; ETA 2011-06-03 19:36:41 [21200/24344] 7130.72/sec <0.41% updated>
page 29110 (Recherche:Transmutations_biologiques) doesn't match self.
DRY RUN: would rename 29110 (0,'Recherche:Transmutations_biologiques') to (104,'Transmutations_biologiques')

and these pages do not exist anywhere :
"Recherche:Transmutations_biologiques" or "Transmutations_biologiques" do not exist in ns:0 or ns:104
Comment 8 MZMcBride 2011-06-03 20:06:07 UTC
(In reply to comment #7)
> Hum.
> the search engine find this page "Transmutations_biologiques" in the main
> namespace :
> http://fr.wikiversity.org/w/index.php?title=Sp%C3%A9cial%3ARecherche&redirs=1&search=Transmutations_biologiques&fulltext=Search&ns0=1&title=Sp%C3%A9cial%3ARecherche&advanced=1&fulltext=Advanced+search
> 
> but the log say : 
> 
> frwikiversity 2011-06-03 19:36:41:  87.09% done on page; ETA 2011-06-03
> 19:36:41 [21200/24344] 7130.72/sec <0.41% updated>
> page 29110 (Recherche:Transmutations_biologiques) doesn't match self.
> DRY RUN: would rename 29110 (0,'Recherche:Transmutations_biologiques') to
> (104,'Transmutations_biologiques')
> 
> and these pages do not exist anywhere :
> "Recherche:Transmutations_biologiques" or "Transmutations_biologiques" do not
> exist in ns:0 or ns:104

The page does exist, but the maintenance script needs to be run in order to fix the page title make it accessible again.

$ sql frwikiversity_p;
mysql> select page_id, page_namespace, page_title from page where page_id = 29110;
+---------+----------------+--------------------------------------+
| page_id | page_namespace | page_title                           |
+---------+----------------+--------------------------------------+
|   29110 |              0 | Recherche:Transmutations_biologiques |
+---------+----------------+--------------------------------------+
1 row in set (0.00 sec)

Priyanka: The dry-run looks fine. I'd go ahead and run it.
Comment 9 David Crochet 2011-06-06 16:46:40 UTC
[[v:fr:Wikiversité:La_salle_café/23_2011]] : Someone alarmed by the disappearance of some pages, which are from the pages of collaborative work in progress.
Comment 10 Antoine "hashar" Musso (WMF) 2011-06-06 17:02:12 UTC
ran again php namespaceDupes.php frwikiversity --fix


> select count(*) from page where page_namespace='0' and page_title LIKE 'Recherche:%' limit 20;
+----------+
| count(*) |
+----------+
|        0 | 
+----------+
1 row in set (0.00 sec)
> 

It also fixed other namespaces around.

Post run:


$ php namespaceDupes.php frwikiversity

Looks good!
$

Please reopen this bug if the issue happen again :(
Comment 11 Antoine "hashar" Musso (WMF) 2011-06-06 17:08:06 UTC
Title 'Transmutations_biologiques' is now in ns=104  [[Recherche:Transmutations_biologiques]]
Comment 12 David Crochet 2011-06-06 17:12:29 UTC
"critical" -> "Work for me"

Greatsssssssssss thanksssssssss for you !!!

Sorry for making you a scare, but everyone on your side, you did a fabulous
job.

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


Navigation
Links