https://bugzilla.wikimedia.org/show_bug.cgi?id=63269
Bawolff (Brian Wolff) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy CC| |[email protected] Summary|mediawiki.org sending |enotif_body incorrectly |watchlist enotifs with |assumes helppage is a page |invalid urls |name causing watchlist | |enotifs to be sent with | |invalid urls --- Comment #1 from Bawolff (Brian Wolff) <[email protected]> --- Technically caused by I999b97729536dbab4a3a5 but code was broken before (Since 2004 via r6696/20ae0324). One should not assume mediawiki:helppage is a local page since it can be a url. Instead it should be processed on the php side in UserMailier.php via something like Skin::makeInternalOrExternalUrl, and then substituted into the message like a normal parameter -- 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
