Extension:UploadCheck/de-formal
From Linux Web Expert
<translate> This extension stores its source code on a wiki page.</translate> <translate> Please be aware that this code may be unreviewed or maliciously altered.</translate> <translate> They may contain security holes, outdated interfaces that are no longer compatible etc.</translate> <translate> Note:</translate> <translate> No [[<tvar name=localisation>Special:MyLanguage/Localisation#Translation resources</tvar>|localisation]] updates are provided for this extension by <tvar name=twn>translatewiki.net </tvar>.</translate> |
<translate> This extension is currently not actively maintained!</translate> <translate> Although it may still work, any bug reports or feature requests will more than likely be ignored.</translate> |
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 |
|
|
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
The UploadCheck extension checks if the fields "Description" and "License" are filled when uploading a file.
Installation
- <translate> <tvar name=1>Copy the code</tvar> and place the file(s) in a directory called <tvar name=name>
UploadCheck/de-formal
</tvar> in your <tvar name=ext>extensions/
</tvar> folder.</translate> - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
require_once "$IP/extensions/UploadCheck/de-formal/UploadCheck/de-formal.php"; $wgUploadNavigationUrl = "{$wgScriptPath}/index.php?title=Special:UploadCheck"; $hideWarning = true; // optional
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
Categories:
- Pages with script errors
- Pages with broken file links
- Extensions which host their code in-wiki/de-formal
- Unmaintained extensions/de-formal
- Media handling extensions/de-formal
- Extensions with manual MediaWiki version
- GPL licensed extensions/de-formal
- All extensions/de-formal
- Extensions not in ExtensionJson
- Extensions not using extension registration