Extension:UploadCheck
This extension stores its source code on a wiki page. Please be aware that this code may be unreviewed or maliciously altered. They may contain security holes, outdated interfaces that are no longer compatible etc. Note: No localisation updates are provided for this extension by translatewiki.net . |
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
UploadCheck Release status: unmaintained |
|
---|---|
Implementation | Media |
Description | Checks if the fields "Description" and "License" are filled when uploading a file |
Author(s) | Martin Strecker (MaStrtalk) |
Latest version | 1.0 (2013-08-29) |
MediaWiki | 1.21+ |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | See the code |
|
|
The UploadCheck extension checks if the fields "Description" and "License" are filled when uploading a file.
Installation
- Copy the code and place the file(s) in a directory called
UploadCheck
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
require_once "$IP/extensions/UploadCheck/UploadCheck.php"; $wgUploadNavigationUrl = "{$wgScriptPath}/index.php?title=Special:UploadCheck"; $hideWarning = true; // optional
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.