https://bugzilla.wikimedia.org/show_bug.cgi?id=9237
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] AssignedTo|[email protected]. |[email protected] |org | Summary|Interwiki redirects are |SpecialBrokenRedirect |listed in |should not list interwiki |Special:BrokenRedirects |redirects --- Comment #12 from Krinkle <[email protected]> 2012-09-19 14:42:07 UTC --- See also bug 40352 and 40353. Going to tackle this. (In reply to comment #10) > This seems to still be a valid bug, using the basic query used in > SpecialBrokenRedirects, adding in the rd_interwiki col > > [..] > > (that is, adding "AND (rd_interwiki = '') "), be enough to fix this? That way > the brroken redirect query isn't including things that redirect to IW I just ran into this bug on an old wiki that I upgraded from MediaWiki 1.8.2 to 1.20alpha. That works indeed, except it also needs rd_interwiki IS NULL. For some reason it can be both null or empty string. Fix in Ifee9fdcdd3a327742b18cfcc2a235e1e24c062bf. -- 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
