Help:Extension/BatchDelete

From Metabolomics.JP
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{Extension |author=K, Suwa |version=0.1 }} __TOC__ BatchDeleteはweb上からページの一括削除を行うextensionです。 使い方はExportと同じように、名前...")
 
 
(One intermediate revision by one user not shown)
Line 2: Line 2:
 
|author=K, Suwa
 
|author=K, Suwa
 
|version=0.1
 
|version=0.1
 +
|type=Special Page
 
}}
 
}}
  
Line 8: Line 9:
 
BatchDeleteはweb上からページの一括削除を行うextensionです。
 
BatchDeleteはweb上からページの一括削除を行うextensionです。
  
使い方はExportと同じように、名前空間付きのページ名を列挙するだけです。
+
使い方はExportと同じように、名前空間付きのページ名を列挙するだけです。ただし、batchdelete権限を与えられているグループに属するユーザのみが実行できます。
  
 
== Requirements ==
 
== Requirements ==
Line 24: Line 25:
 
  <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>

Latest revision as of 14:09, 1 March 2011

Extension Information
Implementation
Description
Author(s)K, Suwa
Version0.1
MediaWiki
License
Hooks used
Token typeSpecial Page

Contents


BatchDeleteはweb上からページの一括削除を行うextensionです。

使い方はExportと同じように、名前空間付きのページ名を列挙するだけです。ただし、batchdelete権限を与えられているグループに属するユーザのみが実行できます。

[edit] Requirements

None

[edit] Download

versionsourcemd5OperationCheck version
0.1(February 21,2011)BatchDelete.tgz
0d2071bbcda0dab9f374638e918360fc
1.11.1, 1.16.2

[edit] Installtion

  1. tgzファイルをダウンロードし、解凍して下さい。
  2. Place it in the extensions/ directory.
  3. Insert the follow lines to LocalSettings.php
    require_once( "$IP/extensions/BatchDelete/BatchDelete.setup.php" );
    $wgGroupPermissions['xxx']['batchdelete'] = true

    xxxにはBatchDeleteを許可するグループ名を入れて下さい。このグループに属するユーザのみがBatchDeleteの機能を利用できます。

[edit] Function

  1. BatchDelete
Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox