Extension:Adiutor
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Extension }} infobox. |
Adiutor Release status: unmaintained |
|
---|---|
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.1.0 |
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 yourextensions/
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 task T173141 for potential complications.) - 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
- 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]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]- For testers please see: Extension:Adiutor/User acceptance testing
Help us!
[edit]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.
- Unmaintained extensions
- Page action extensions
- Special page extensions
- Beta Feature extensions
- Ajax extensions
- GPL licensed extensions
- Extensions in Wikimedia version control
- Extensions which add rights
- BeforePageDisplay extensions
- GetPreferences extensions
- GetBetaFeaturePreferences extensions
- SaveUserOptions extensions
- ListDefinedTags extensions
- ChangeTagsListActive extensions
- ChangeTagsAllowedAdd extensions
- PageSaveComplete extensions
- BeforeCreateEchoEvent extensions
- All extensions
- Extensions requiring Composer with git