Extension:UpdateMediaWiki/pl
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. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Rozszerzenie }} infobox. |
updateMediaWiki Status wydania: niewspierane |
|
---|---|
Realizacja | Strona specjalna , MyWiki |
Opis | Allows authorized users upgrade from a special page |
Autor(zy) | Miguel Peláez (Miguel2706dyskusja) |
Ostatnia wersja | 0.3.0 (2014-04-03) |
MediaWiki | 1.25+ |
PHP | 5.3+ |
Licencja | Licencja GNU General Public License 2.0 lub nowsza |
Pobieranie | |
updatecore |
|
Quarterly downloads | 3 (Ranked 128th) |
Przetłumacz rozszerzenie UpdateMediaWiki jeżeli jest dostępne na translatewiki.net | |
The UpdateMediaWiki extension allows authorized users upgrade from a special page MediaWiki.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
UpdateMediaWiki
w folderzeextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/UpdateMediaWiki - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'UpdateMediaWiki' );
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
User rights
Once you installed the extension, you'll have to set up the user rights in LocalSettings.php .
Right | Description |
---|---|
updatecore | Update the MediaWiki Core |
For example, the following sample configuration would allow sysops to do everything they want with UpdateMediaWiki:
$wgGroupPermissions['sysop']['updatecore'] = true;
Użycie
To update from this extension, go to "Special:Updatemediawiki". Permission "updatecore" is required to do so.