https://bugzilla.wikimedia.org/show_bug.cgi?id=59314

--- Comment #1 from Bugzilla Bug Importer (valhallasw) 
<wmf.bugconver...@gmail.com> ---
-------------------------------------------------------------------------------
From: MZMcBride <mzmcbr...@gmail.com>
Date: Sun, 05 Apr 2009 06:14:17
-------------------------------------------------------------------------------

Ran a DB query to get all page titles that link to "Yankee_Stadium" that are
articles and not redirects.

SELECT page_title FROM pagelinks JOIN page ON pl_from = page_id WHERE
page_namespace = 0 AND page_is_redirect = 0 AND pl_namespace =0 AND
pl_title="Yankee_Stadium";

Used a Python to find matches on "Yankee Stadium]]" and output results to
http://en.wikipedia.org/w/index.php?oldid=281848590

Resolved as fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to