Revert r37443 for the moment:
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 10 Jul 2008 04:47:25 +0000 (04:47 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 10 Jul 2008 04:47:25 +0000 (04:47 +0000)
commit1fd0e2db0ccf31b4aada09965a1987f51784169e
tree5c978d1afe6256adc99981afb0e3af71de126a77
parente7487c0789c8b42540b8b11805b22e9d4174c735
Revert r37443 for the moment:
* Code duplication of validity checks between wfIsValidFileName() and UploadForm::internalProcessUpload() -- this guarantees behavior will become inconsistent over time. Move the normalization into a single place.
* The additional chars excluded for Windows don't cover the entire set of illegal chars. There are several more punctuation characters, plus general issues such as all non-ASCII characters.
* Application of filesystem rules based on OS could result in strange inconsistent behavior; alternate filestore backends could support different sets of legal characters.
* No clear reason for the change to wfVarDump(); var_export works just fine and doesn't use the fragile output buffering
RELEASE-NOTES
includes/GlobalFunctions.php
includes/Title.php
includes/specials/SpecialUpload.php
languages/messages/MessagesEn.php
maintenance/language/messages.inc