Detect illegal title from uploaded file and show a helpful error message
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 2 Aug 2004 05:57:33 +0000 (05:57 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 2 Aug 2004 05:57:33 +0000 (05:57 +0000)
commite4cc42b0223898fee838c5285f161fb207cfce82
treeb71a3462c0a5f7c30325939a88c35ca65e2cef6a
parentb2ce8e43066cb4af8019aff7aca44bb8b9a792b8
Detect illegal title from uploaded file and show a helpful error message
instead of dying with a PHP fatal error.
* [ 991457 ] "+" in filename generates an error

Also html-escapes filename fragments in error message output.
includes/SpecialUpload.php
languages/Language.php