Extension:Adiutor
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 |
|
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 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
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
- <translate> [[<tvar name=2>Special:ExtensionDistributor/Adiutor</tvar>|Download]] and move the extracted <tvar name=name>
Adiutor
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Adiutor - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
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
- 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>
<translate> Vagrant installation:</translate>
- <translate> If using <tvar name=vagrant>Vagrant </tvar>, install with <tvar name=code>
vagrant roles enable adiutor --provision
</tvar></translate>
Once installed
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
- Adiutor extension tag article.png
- Adiutor extension request speedy deletion.png
- Adiutor extension request protection.png
- Adiutor extension request page move.png
- Adiutor extension propose deletion.png
- Adiutor extension revision reporting.png
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
- For testers please see: Extension:Adiutor/User acceptance testing
- Pages with script errors
- Pages with broken file links
- Experimental extensions
- Extensions without an image
- Page action extensions
- Special page extensions
- Beta Feature extensions
- Ajax extensions
- Extensions without a compatibility policy
- Extensions with manual MediaWiki version
- 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 not in ExtensionJson