Last modified: 2014-01-03 16:07:13 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 T61434, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 59434 - DBQ-166 List of the template categories on en.wiki that do not transclude the Template category template
DBQ-166 List of the template categories on en.wiki that do not transclude the...
Status: RESOLVED FIXED
Product: Tool Labs tools
Classification: Unclassified
Database Queries (Other open bugs)
unspecified
All All
: Unprioritized minor
: ---
Assigned To: Bugzilla Bug Importer (valhallasw)
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-03 16:07 UTC by Bugzilla Bug Importer (valhallasw)
Modified: 2014-01-03 16:07 UTC (History)
0 users

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


Attachments

Description Bugzilla Bug Importer (valhallasw) 2014-01-03 16:07:08 UTC
This issue was converted from https://jira.toolserver.org/browse/DBQ-166.
Summary: List of the template categories on en.wiki that do not transclude the Template category template
Issue type: Task - A task that needs to be done.
Priority: Minor
Status: Done
Assignee: Hoo man <hoo@online.de>

-------------------------------------------------------------------------------
From: WOSlinker <c1541@hotmail.com>
Date: Sat, 05 Nov 2011 11:28:45
-------------------------------------------------------------------------------

I'm after a list of the template categories on en.wiki that do not transclude the Template category template.

I've got a query to run as below.

Thanks.

SELECT page_title  
FROM page AS p  
WHERE page_namespace = 14  
AND (page_title like '%templates%'  
OR page_title like '%navigational_boxes%')  
AND NOT EXISTS (SELECT 1 FROM templatelinks AS tl  
WHERE tl.tl_from = p.page_id  
AND tl.tl_namespace = 10  
AND tl.tl_title = 'Template_category')  
AND NOT EXISTS (SELECT 1 FROM templatelinks AS tl  
WHERE tl.tl_from = p.page_id  
AND tl.tl_namespace = 10  
AND tl.tl_title = 'Category_redirect')
Comment 1 Bugzilla Bug Importer (valhallasw) 2014-01-03 16:07:10 UTC
-------------------------------------------------------------------------------
From: Hoo man <hoo@online.de>
Date: Sun, 06 Nov 2011 18:44:21
-------------------------------------------------------------------------------

Result (using the query exactly as given):  
http://toolserver.org/~hoo/dbq/dbq-166.txt (plain text)
Comment 2 Bugzilla Bug Importer (valhallasw) 2014-01-03 16:07:12 UTC
-------------------------------------------------------------------------------
From: WOSlinker <c1541@hotmail.com>
Date: Sun, 06 Nov 2011 23:40:31
-------------------------------------------------------------------------------

Thanks.
Comment 3 Bugzilla Bug Importer (valhallasw) 2014-01-03 16:07:13 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: hoo@online.de
CC list: hoo@online.de, c1541@hotmail.com

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


Navigation
Links