Extension:UploadCheck/pl
Appearance
This extension stores its source code on a editable wiki page rather than in a code repository. As a result, this code may be maliciously altered. It may contain security vulnerabilities, and will not receive localisation updates from translatewiki.net. Developers are strongly encouraged to host their code in a code repository rather than a wiki page so that the extension can be properly maintained, reviewed, and kept secure. |
To rozszerzenie nie jest aktualnie aktywnie rozwijane! Pomimo, że może nadal działać, jakiekolwiek zgłoszenia błędów lub propozycji funkcji będą najprawdopodobniej ignorowane. |
Status wydania: niewspierane |
|
|---|---|
| Realizacja | Media |
| Opis | Checks if the fields "Description" and "License" are filled when uploading a file |
| Autor(zy) | Martin Strecker (MaStrdyskusja) |
| Ostatnia wersja | 1.0 (2013-08-29) |
| MediaWiki | 1.21+ |
| Zmiany w bazie danych | Nie |
|
|
|
| Licence | Licencja GNU General Public License 2.0 lub nowsza |
| Pobieranie | See the code |
The UploadCheck extension checks if the fields "Description" and "License" are filled when uploading a file.
Instalacja
- Copy the code i umieść plik(i) w katalogu o nazwie
UploadCheckw swoim kataloguextensions/. - Dodaj poniższy kod na dole twojego pliku LocalSettings.php:
require_once "$IP/extensions/UploadCheck/UploadCheck.php"; $wgUploadNavigationUrl = "{$wgScriptPath}/index.php?title=Special:UploadCheck"; $hideWarning = true; // optional
Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
