Last modified: 2014-01-03 15:32:27 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 T61271, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 59271 - DBQ-15 All Wanted Categories in en wiki
DBQ-15 All Wanted Categories in en wiki
Status: RESOLVED FIXED
Product: Tool Labs tools
Classification: Unclassified
Database Queries (Other open bugs)
unspecified
All All
: Unprioritized trivial
: ---
Assigned To: Bugzilla Bug Importer (valhallasw)
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-03 15:32 UTC by Bugzilla Bug Importer (valhallasw)
Modified: 2014-01-03 15:32 UTC (History)
0 users

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


Attachments

Description Bugzilla Bug Importer (valhallasw) 2014-01-03 15:32:23 UTC
This issue was converted from https://jira.toolserver.org/browse/DBQ-15.
Summary: All Wanted Categories in en wiki
Issue type: Task - A task that needs to be done.
Priority: Trivial
Status: Done
Assignee: AWeenieMan <AWeenieMan@gmail.com>

-------------------------------------------------------------------------------
From: User:Random832@enwiki <random832@fastmail.us>
Date: Tue, 04 Mar 2008 21:13:18
-------------------------------------------------------------------------------

A full list of all category names on the English Wikipedia for which there is no category page, and the number of pages included in each category. The special page for this only goes to the top 1000 by number of pages included, I want the complete list.
Comment 1 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:32:25 UTC
-------------------------------------------------------------------------------
From: AWeenieMan <AWeenieMan@gmail.com>
Date: Wed, 05 Mar 2008 01:15:08
-------------------------------------------------------------------------------

Tab separated file. 

Column 1: Category title  
Column 2: Number of members in category  
Column 3: Should be pastable directly into wiki to get similar format as the special page.

Total results: 26,684  
Runtime: Approx. 25 minutes

Query: 
    
    SELECT cl_to as title, COUNT(*) as value, CONCAT("[[:Category:", cl_to, "]] (", COUNT(*), " members)") as link 
    FROM categorylinks LEFT JOIN page ON cl_to = page_title AND page_namespace = 14 
    WHERE page_title IS NULL GROUP BY 1;
Comment 2 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:32:27 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: random832@fastmail.us

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


Navigation
Links