https://bugzilla.wikimedia.org/show_bug.cgi?id=26049
--- Comment #2 from Neil Kandalgaonkar <[email protected]> 2011-02-14 18:31:04 UTC --- It should be a feature of core MW, but we are the only project so far that needs it. Anyway, to my knowledge, the only way to really know whether a filename is acceptable or not is to actually try to publish a file with that name. (There are many different reasons why the server might reject it, and any number of extensions can use certain hooks. We can't simulate it on the client effectively.) This is obviously unacceptable for us, especially since we are working on files that aren't published yet. So we will need to write another API method, or, rewrite the appropriate extensions, to do this properly. The main extensions I'm aware of are TitleBlacklist and TitleWhitelist. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
