https://bugzilla.wikimedia.org/show_bug.cgi?id=62909
Bawolff (Brian Wolff) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Bawolff (Brian Wolff) <[email protected]> --- Sorry, to be more specific (because I got questions), GWToolset should use the built in function wfStripIllegalFilenameChars instead of trying to re-implement title validation rules in Utils::stripIllegalTitleChars. This bug is also about html entities, so the full process for normalizing the title should be: 1) Run through Sanitizer::decodeCharReferences() 2) Run through wfStripIllegalFilenameChars() -- 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
