Last modified: 2006-06-19 13:13:47 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 T6541, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 4541 - Move all "Talk:Cookbook:foo" pages to "Cookbook_talk:foo" at En wikibooks
Move all "Talk:Cookbook:foo" pages to "Cookbook_talk:foo" at En wikibooks
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
http://en.wikibooks.org/wiki/special:...
:
Depends on: 1969
Blocks:
  Show dependency treegraph
 
Reported: 2006-01-09 17:02 UTC by Kellen
Modified: 2006-06-19 13:13 UTC (History)
0 users

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


Attachments

Description Kellen 2006-01-09 17:02:43 UTC
The main namespace cookbook pages on wikibooks were migrated into their own
namespace ("Cookbook", 102). The talk pages did not recieve the same treatment.
This means that everything in the "Talk:" namespace with a name beginning with
"Cookbook:" should be migrated into the "Cookbook_talk:" namespace (103). 

I wrote this sql statement to encode what I think needs to happen:
update cur set cur_namespace=103, cur_title=SUBSTRING(cur_title FROM 10) where
cur_namespace=1 and cur_title like 'Cookbook:%';

I was informed by hashar (i think) that the DB schema has changed, so this isn't
strictly valid, and also that there may be other sorts of updates that should
happen, but that should give you the gist of it.

We do not want to have to migrate these by hand or by bot since this is
something that can and should be fixed by a few SQL update statements, and
should probably be integrated into any namespace moves in the future.
Comment 1 lɛʁi לערי ריינהארט 2006-01-16 18:36:36 UTC
Hallo!

changed summary to
Move all "Talk:Cookbook:foo" pages to "Cookbook_talk:foo" at En wikibooks

A namespace table is available at [[b:template:wikivar]]. The namespace
"Cookbook_talk:" itself is OK and does not require a fix.

This bug is just about moving some pages, adjust tables where these pages are
included (whatlinkshere, membership in categories etc.) and do this with a
script in the feature.

best regards reinhardt [[user:gangleri]]

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


Navigation
Links