Last modified: 2014-01-03 16:04:23 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 T61411, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 59411 - DBQ-149 Number if transclusions of templates in [[Commons:Category:Institution template stubs]]
DBQ-149 Number if transclusions of templates in [[Commons:Category:Institutio...
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 16:04 UTC by Bugzilla Bug Importer (valhallasw)
Modified: 2014-01-03 16:04 UTC (History)
0 users

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


Attachments

Description Bugzilla Bug Importer (valhallasw) 2014-01-03 16:04:18 UTC
This issue was converted from https://jira.toolserver.org/browse/DBQ-149.
Summary: Number if transclusions of templates in [[Commons:Category:Institution template stubs]]
Issue type: Task - A task that needs to be done.
Priority: Major
Status: Done
Assignee: Hoo man <hoo@online.de>

-------------------------------------------------------------------------------
From: Jarek Tuszynski <jaroslaw.w.tuszynski@saic.com>
Date: Mon, 08 Aug 2011 13:15:36
-------------------------------------------------------------------------------

[[Commons:Category:Institution template stubs]] contains bot created stubs of institution templates (kept in custom namespace "Institution:" `ns:106` ). I would like to know number of transclusions of each of those templates. Should be very similar to https://jira.toolserver.org/browse/DBQ-78 DBQ-78.
Comment 1 Bugzilla Bug Importer (valhallasw) 2014-01-03 16:04:19 UTC
-------------------------------------------------------------------------------
From: Hoo man <hoo@online.de>
Date: Wed, 17 Aug 2011 16:18:46
-------------------------------------------------------------------------------

SQL:
    
    SELECT templatelinks.tl_title as title, COUNT(*) as transclusion_count FROM categorylinks INNER JOIN page ON categorylinks.cl_from = page.page_id INNER JOIN templatelinks ON templatelinks.tl_title = page.page_title AND page.page_namespace = templatelinks.tl_namespace WHERE cl_to = 'Institution_template_stubs' GROUP BY templatelinks.tl_title;

Result:  
http://toolserver.org/~hoo/dbq/dbq-149.txt (plain text)
Comment 2 Bugzilla Bug Importer (valhallasw) 2014-01-03 16:04:21 UTC
-------------------------------------------------------------------------------
From: Jarek Tuszynski <jaroslaw.w.tuszynski@saic.com>
Date: Mon, 29 Aug 2011 17:31:31
-------------------------------------------------------------------------------

Thanks
Comment 3 Bugzilla Bug Importer (valhallasw) 2014-01-03 16:04:23 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, jaroslaw.w.tuszynski@leidos.com

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


Navigation
Links