https://bugzilla.wikimedia.org/show_bug.cgi?id=16162
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Brion Vibber <[email protected]> 2009-01-01 00:23:13 UTC --- This was a side effect of enforcement of looks being distributed in various different places. Changes to Title::isAlwaysKnown() caused the behavior to become inconsistent for inline links (with existing special pages not getting recorded, while nonexistent ones ended up going through the main code path and now getting recorded), while the image link target one simply went through a new, very different code path and got recorded. I've now moved the special checks explicitly into ParserOutput::addLink() in r45266 for bug 16806, so behavior should be nice and consistent. For now the special links are not being recorded. It could be useful to start recording them, but we'd want to do a few things: * Normalize the link names to canonical form * Consider a way to deal with parameters * Add UI for all the various "show me stuff from the link tables" to consistently allow doing something with that data This belongs in a new bug if it's desirable. -- 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
