https://bugzilla.wikimedia.org/show_bug.cgi?id=63269
--- Comment #4 from Nemo <[email protected]> --- I submitted a patch with the obvious solution, which however forces wikis to update (almost) any local version of 'enotif_body' or 'helppage' message. Note, before fbc65f8972fc08a (2011-08-19, 1.19) we used fullurl, which has the same assumption as canonicalurl; before b7eb28ca (bug 8846) 'helppage' was not used in enotif. For now I could only think of ugly alternatives: * regex to fix incorrect URLs after parsing; * somehow override the default 'helppage' passed to 'enotif_body', making it an interwiki link that canonicalurl can parse; * find some canonicalurl/fullurl trickery so that the magic word doesn't fiddle with full URLs; * replace canonicalurl with something smarter (probably pointless, one would have to edit existing messages anyway). -- 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
