https://bugzilla.wikimedia.org/show_bug.cgi?id=28722
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected]. |[email protected] |org | Summary|mw.util.wikiUrlencode |mw.util.wikiGetlink output |inconsistent with parser |does not match server side |output |method --- Comment #1 from Krinkle <[email protected]> 2011-04-27 18:58:12 UTC --- There's a difference between normalization and encoding. the javascript mw.util.wikiUrlencode is to be compared to the PHP wfUrlencode() function. If those do not match up, then I'd say we've got a problem, but I don't believe that is the case. However, normalizing links is a different story. Such function doesn't exist in javascript yet. If we were to create such a function, it woudl be called by default in mw.util.wikiGetlink(), but not in mw.util.wikiUrlencode. Rephrasing bug title. -- 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
