Help:Extension/BatchDelete
From Metabolomics.JP
(Difference between revisions)
(Created page with "{{Extension |author=K, Suwa |version=0.1 }} __TOC__ BatchDeleteはweb上からページの一括削除を行うextensionです。 使い方はExportと同じように、名前...") |
|||
Line 24: | Line 24: | ||
<li>Place it in the extensions/ directory.</li> | <li>Place it in the extensions/ directory.</li> | ||
<li>Insert the follow lines to LocalSettings.php | <li>Insert the follow lines to LocalSettings.php | ||
− | <pre>require_once( "$IP/extensions/BatchDelete/BatchDelete.setup.php" );</pre> | + | <pre>require_once( "$IP/extensions/BatchDelete/BatchDelete.setup.php" ); |
+ | $wgGroupPermissions['xxx']['batchdelete'] = true</pre> | ||
+ | xxxにはBatchDeleteを許可するグループ名を入れて下さい。このグループに属するユーザのみがBatchDeleteの機能を利用できます。 | ||
</li> | </li> | ||
</ol> | </ol> |
Revision as of 10:59, 22 February 2011
Extension Information | |
Implementation | |
Description | |
Author(s) | K, Suwa |
Version | 0.1 |
MediaWiki | |
License | |
Hooks used | |
Token type | |
Contents |
BatchDeleteはweb上からページの一括削除を行うextensionです。
使い方はExportと同じように、名前空間付きのページ名を列挙するだけです。
Requirements
None
Download
version | source | md5 | OperationCheck version |
0.1(February 21,2011) | BatchDelete.tgz | 0d2071bbcda0dab9f374638e918360fc | 1.11.1, 1.16.2 |
Installtion
- tgzファイルをダウンロードし、解凍して下さい。
- Place it in the extensions/ directory.
- Insert the follow lines to LocalSettings.php
require_once( "$IP/extensions/BatchDelete/BatchDelete.setup.php" ); $wgGroupPermissions['xxx']['batchdelete'] = true
xxxにはBatchDeleteを許可するグループ名を入れて下さい。このグループに属するユーザのみがBatchDeleteの機能を利用できます。
Function
- BatchDelete