Page MenuHomePhabricator

DBQ-79 Find all Talk:Transwiki:... pages on enwikibooks
Closed, ResolvedPublic

Description

This issue was converted from https://jira.toolserver.org/browse/DBQ-79.
Summary: Find all Talk:Transwiki:... pages on enwikibooks
Issue type: Task - A task that needs to be done.
Priority: Major
Status: Done
Assignee: mauro742 <mauro742@gmail.com>


From: Mike.lifeguard <mike.lifeguard+ts@gmail.com>

Date: Wed, 11 Nov 2009 17:46:17

Any pages in the Talk:Transwiki: pseudonamespace have invalid titles. I need their titles and pageids to attempt to move them.


Version: unspecified
Severity: major

Details

Reference
bz59333

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:23 AM
bzimport set Reference to bz59333.

From: mauro742 <mauro742@gmail.com>

Date: Tue, 17 Nov 2009 10:47:34

Here results: http://toolserver.org/~mauro742/DBQ/DBQ-79.txt

Query:

select concat('Talk:', page_title), page_id
from page
where page_namespace = 1
and page_title like 'Transwiki:%'
order by page_title;

This bug was imported as RESOLVED. The original assignee has therefore not been
set, and the original reporters/responders have not been added as CC, to
prevent bugspam.

If you re-open this bug, please consider adding these people to the CC list:
Original assignee: (none)
CC list: mike.lifeguard+bugs@gmail.com