Jump to content

Extension:UpdateMediaWiki/pl

From mediawiki.org
This page is a translated version of the page Extension:UpdateMediaWiki and the translation is 15% complete.
Podręcznik rozszerzeń MediaWiki
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 folderze extensions/.
    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' );
    
  • Yes 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.