https://bugzilla.wikimedia.org/show_bug.cgi?id=29108
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Brion Vibber <[email protected]> 2011-05-23 18:46:04 UTC --- Looks like it should indeed return 'Special:Contributions/Krinkle', so it's working as intended. The second URL you give is not equivalent, because the overall wiki system has no way of knowing how Special:Contributions will interpret a subpage parameter; the second URL does not use a subpage parameter, but rather a separate GET parameter that's *not* part of the title. The one problem I see here is that getTitleFrom is documented to return a Title object since r88276, but it seems to return a string. Will mark that on CR. -- 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
