Extension:UpdateMediaWiki

This page is a translated version of the page Extension:UpdateMediaWiki and the translation is 46% complete.
MediaWiki 拡張機能マニュアル
updateMediaWiki
リリースの状態: 保守されていない
実装 特別ページ , 自分のウィキ
説明 Allows authorized users upgrade from a special page
作者 Miguel Peláez (Miguel2706トーク)
最新バージョン 0.3.0 (2014-04-03)
MediaWiki 1.25+
PHP 5.3+
ライセンス GNU 一般公衆利用許諾書 2.0 以降
ダウンロード
Quarterly downloads 2 (Ranked 140th)
translatewiki.net で翻訳を利用できる場合は、UpdateMediaWiki 拡張機能の翻訳にご協力ください

The UpdateMediaWiki extension allows authorized users upgrade from a special page MediaWiki.

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のUpdateMediaWikiという名前のディレクトリ内に配置します。
    開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/UpdateMediaWiki
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    wfLoadExtension( 'UpdateMediaWiki' );
    
  •   完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

利用者権限

Once you installed the extension, you'll have to set up the user rights in LocalSettings.php .

権限 説明
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;

使用法

To update from this extension, go to "Special:Updatemediawiki". Permission "updatecore" is required to do so.