Extension:Adiutor

Category:Unmaintained extensions#Adiutor Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
Adiutor
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Page action Category:Page action extensions, Special page Category:Special page extensions, Beta Feature Category:Beta Feature extensions, AjaxCategory:Ajax extensions
Description An extension to moderate, triage, and maintain content tasks to improve productivity.
Author(s) Doğu Abaris (Doğutalk)
Latest version 0.1.0
MediaWiki 1.42.0Category:Extensions with manual MediaWiki version
PHP >=7.4.3
License GNU General Public License 3.0 or later
Download Category:Extensions in Wikimedia version control
Translate the Adiutor extension
Vagrant role adiutor
Issues Open tasks · Report a bug
Category:All extensionsCategory:Extensions not in ExtensionJson

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

MediaWiki 1.42.0 or greater.

Integrations

Adiutor integrates with the following extensions:

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

Installation

  • 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
  • Only when installing from Git, run Composer to install PHP dependencies, by issuing composer install --no-dev in the extension directory. (See T173141 for potential complications.)Category:Extensions requiring Composer with git
  • 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

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

  • 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

  • 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

Licensing and Attribution

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

See also

Help us!

Engage with us

Feel welcome to share your thoughts with us – your input and perspective are important to us! Connect with the latest information by joining our Telegram channel.

Provide feedback

Thank you for taking the time to provide feedback on the Adiutor extension. Your input is valuable in improving the functionality and user experience. Please use the template below to leave feedback.

Category:Ajax extensions Category:All extensions Category:BeforeCreateEchoEvent extensions Category:BeforePageDisplay extensions Category:Beta Feature extensions Category:ChangeTagsAllowedAdd extensions Category:ChangeTagsListActive extensions Category:Extensions in Wikimedia version control Category:Extensions not in ExtensionJson Category:Extensions requiring Composer with git Category:Extensions which add rights Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:GetBetaFeaturePreferences extensions Category:GetPreferences extensions Category:ListDefinedTags extensions Category:PageSaveComplete extensions Category:Page action extensions Category:SaveUserOptions extensions Category:Special page extensions Category:Unmaintained extensions