1 Jan 2009 01:05
[Bug 16806] Inline links to files are no longer being registered in the link table or image table , or anywhere apparently
<bugzilla-daemon <at> mail.wikimedia.org>
2009-01-01 00:05:48 GMT
2009-01-01 00:05:48 GMT
https://bugzilla.wikimedia.org/show_bug.cgi?id=16806 Brion Vibber <brion <at> wikimedia.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Brion Vibber <brion <at> wikimedia.org> 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.
RSS Feed