Extension:Adiutor

From mediawiki.org
MediaWiki extensions manual
Adiutor
Release status: experimental
Implementation Page action , Special page , Beta Feature , Ajax
Description An extension to moderate, triage, and maintain content tasks to improve productivity.
Author(s) Doğu Abaris (Doğutalk)
Latest version 0.0.1
MediaWiki 1.42.0
PHP >=7.4.3
License GNU General Public License 3.0 or later
Download
edit
Translate the Adiutor extension
Vagrant role adiutor
Issues Open tasks ¡ Report a bug

Adiutor is a MediaWiki extension to moderate, triage, and maintain content tasks to improve productivity. Utilizing the advanced capabilities of the Codex design system, specifically developed for Wikimedia, along with the all-purpose features of Vue.js, this extension enables editors a user-friendly and convenient interface for conducting a wide range of tasks. It implements content triage methods, prioritizing and categorizing requests or content based on urgency and importance. Its user interface simplifies complex processes, making content maintenance more intuitive and productive for users of all skill levels.

Requirements[edit]

MediaWiki 1.42.0 or greater.

Integrations[edit]

Adiutor integrates with the following extensions:

  • Echo - for informing users about user-related moderation actions.
  • BetaFeatures - to enable beta usage on the wiki.

Installation[edit]

  • Download and move the extracted Adiutor folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Adiutor
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Adiutor' );
    
  • Run the following command in the root directory of your MediaWiki installation:
    cd maintenance
  • Run the following command to create the necessary configuration:
    php run.php ../extensions/Adiutor/maintenance/updateConfiguration.php
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.


Vagrant installation:

  • If using Vagrant , install with vagrant roles enable adiutor --provision

Once installed[edit]

To configure Adiutor you must be in a user group with editinterface rights.

Once you've completed the installation, you can visit the Special:Adiutor settings page to configure and customize Adiutor to suit the specific needs of your local wiki.

Usage[edit]

  • To enable the Adiutor features, you need to be logged in and tick the checkbox for the Adiutor feature on the beta-features preferences page. If you had already activated the first beta feature, you will automatically receive the features.
  • Navigate to the "Moderation" section on Preferences and tick the checkbox next to "Use Adiutor to moderate, triage, and maintain content tasks." Confirm your changes by clicking the "Save" button.

Features[edit]

  • Editors can create a speedy deletion request for a page.
  • Editors can propose a page for deletion.
  • Editors can request page protection.
  • Editors can request a page move.
  • Editors can tag articles with various maintenance tags.
  • Editors can report a revision of a page for deletion.

Screenshots[edit]

Licensing and Attribution[edit]

This extension is licensed under the GNU General Public License version 3.0 or later (GPL-3.0-or-later).

See also[edit]