Index: trunk/phase3/includes/api/ApiBase.php |
— | — | @@ -1179,6 +1179,7 @@ |
1180 | 1180 | 'copyuploaddisabled' => array( 'code' => 'copyuploaddisabled', 'info' => 'Uploads by URL is not enabled. Make sure $wgAllowCopyUploads is set to true in LocalSettings.php.' ), |
1181 | 1181 | |
1182 | 1182 | 'filename-tooshort' => array( 'code' => 'filename-tooshort', 'info' => 'The filename is too short' ), |
| 1183 | + 'filename-toolong' => array( 'code' => 'filename-toolong', 'info' => 'The filename is too long' ), |
1183 | 1184 | 'illegal-filename' => array( 'code' => 'illegal-filename', 'info' => 'The filename is not allowed' ), |
1184 | 1185 | 'filetype-missing' => array( 'code' => 'filetype-missing', 'info' => 'The file is missing an extension' ), |
1185 | 1186 | ); |