https://bugzilla.wikimedia.org/show_bug.cgi?id=41566
MZMcBride <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Normal Severity|critical |normal --- Comment #1 from MZMcBride <[email protected]> 2012-10-30 22:36:23 UTC --- Redirects to Special pages, according to Toolserver's foundationwiki_p: mysql> select page_namespace, page_title, rd_title, rd_namespace from redirect join page on rd_from = page_id where rd_namespace = -1\G *************************** 1. row *************************** page_namespace: 0 page_title: Comments rd_title: ContributionHistory rd_namespace: -1 *************************** 2. row *************************** page_namespace: 0 page_title: Donate/Comments/en rd_title: ContributionHistory/en rd_namespace: -1 *************************** 3. row *************************** page_namespace: 0 page_title: Donate/Comments rd_title: ContributionHistory/en rd_namespace: -1 *************************** 4. row *************************** page_namespace: 0 page_title: CTS rd_title: ContributionTrackingStatistics rd_namespace: -1 *************************** 5. row *************************** page_namespace: 0 page_title: Fundraiser_statistics rd_title: FundraiserStatistics rd_namespace: -1 *************************** 6. row *************************** page_namespace: 0 page_title: Fundraising_statistics rd_title: FundraiserStatistics rd_namespace: -1 *************************** 7. row *************************** page_namespace: 0 page_title: Fundraising rd_title: LandingCheck rd_namespace: -1 *************************** 8. row *************************** page_namespace: 0 page_title: Donate rd_title: LandingCheck rd_namespace: -1 8 rows in set (0.00 sec) Strangely, <https://wikimediafoundation.org/wiki/Donate> seems to work, but <https://wikimediafoundation.org/wiki/Fundraising> does not. /Donate seems to be a high-level (Web server-level) redirect. After a bit of further investigation, this bug is probably not critical. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
