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


Brion Vibber <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #5 from Brion Vibber <[email protected]>  2009-01-01 00:05:48 UTC 
---
Patched this up in r45266.

Fixes other cases broken by Parser's assumptions failing to hold after change
in Title::isAlwaysKnown()'s behavior:
* Links to invalid Special: pages were being recorded, but shouldn't
* Links to valid MediaWiki: pages were no longer recorded

Instead of the NS_FILE special-case in r45174, I'm just tossing *all*
isAlwaysKnown links over to ParserOutput::addLink(), and letting the latter
worry about what types of titles it won't record.
Just for good measure, in case any NS_MEDIA titles make it into
ParserOutput::addLink() they'll be normalized to NS_FILE.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to