https://bugzilla.wikimedia.org/show_bug.cgi?id=62909
--- Comment #2 from Bawolff (Brian Wolff) <[email protected]> --- (In reply to MZMcBride from comment #1) > Related: > http://lists.wikimedia.org/pipermail/glamtools/2014-March/000035.html And from the email: >'#','<','>','[',']','|','{','}',':','¬','`','!','"','£','$','^','&','*','(',')','+','=','~','?',',',';',"'",'@' Many of these characters are very common in file names (apostraphes, parenthesis) and absolutely allowed both socially and technically. I think that GWToolset should simply follow $wgIllegalFileChars and the things that Title::secureAndSplit blocks (To be specific, only blacklist '#','<','>','[',']','|','{','}', and ':'). If there really is a need for additional characters being blacklisted for social reasons (I'm not convinced there is), then the black list should be configurable on wiki as mediawiki: namespace message, since social conventions change over time. -- 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
