Extension:ImportDump

From Linux Web Expert

MediaWiki extensions manual
ImportDump
Release status: stable
Implementation Database , Special page
Description Provides a special page for managing import dump requests.
Author(s) Universal Omega
MediaWiki 1.38.0+
License GNU General Public License 3.0 or later
Download
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Translate the ImportDump extension

The ImportDump extension provides a special page allowing users with the request-import-dump right to submit a for-queue request for an import dump for a user with the handle-import-dump-requests right (probably someone with shell access, able to run importDump.php) to handle.

For reporting an issue or a bug, please use Miraheze Phabricator. See here for the workboard.

Installation

  • <translate> <tvar name=1>Download</tvar> and place the file(s) in a directory called <tvar name=name>ImportDump</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'ImportDump' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>