Last modified: 2014-01-03 15:48:43 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 T61333, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 59333 - DBQ-79 Find all Talk:Transwiki:... pages on enwikibooks
DBQ-79 Find all Talk:Transwiki:... pages on enwikibooks
Status: RESOLVED FIXED
Product: Tool Labs tools
Classification: Unclassified
Database Queries (Other open bugs)
unspecified
All All
: Unprioritized major
: ---
Assigned To: Bugzilla Bug Importer (valhallasw)
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-03 15:48 UTC by Bugzilla Bug Importer (valhallasw)
Modified: 2014-01-03 15:48 UTC (History)
0 users

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


Attachments

Description Bugzilla Bug Importer (valhallasw) 2014-01-03 15:48:40 UTC
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.
Comment 1 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:48:42 UTC
-------------------------------------------------------------------------------
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;
Comment 2 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:48:43 UTC
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

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


Navigation
Links