Extension:UpdateMediaWiki/fr
<translate> This extension is currently not actively maintained!</translate> <translate> Although it may still work, any bug reports or feature requests will more than likely be ignored.</translate> <translate> If you are interested in taking on the task of developing and maintaining this extension, [[<tvar name=request>Special:MyLanguage/Gerrit/Privilege policy#Requesting Gerrit privileges</tvar>|you can request repository ownership]].</translate> <translate> As a courtesy, you may want to contact the author.</translate> <translate> You should also remove this template and list yourself as maintaining the extension in the page's <tvar name=extension>{{Modèle:Extension }}</tvar> infobox.</translate> |
updateMediaWiki État de la version : non-maintenu |
|
---|---|
Implémentation | Page spéciale , MyWiki |
Description | Permet les utilisateurs autorisés de faire la mise à jour à partir d'une page spéciale |
Auteur(s) | Miguel Peláez (Miguel2706talk) |
Dernière version | 0.3.0 (2014-04-03) |
MediaWiki | 1.25+ |
PHP | 5.3+ |
Licence | Aucune licence spécifiée |
Téléchargement | |
Téléchargements trimestriels | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Utilisé par les wikis publics | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Traduire l’extension UpdateMediaWiki sur translatewiki.net si elle y est disponible |
L'extension UpdateMediaWiki permet les utilisateurs autorisés de faire la mise à jour à partir d'une page MediaWiki spéciale.
Installation
- <translate> [[<tvar name=2>Special:ExtensionDistributor/UpdateMediaWiki</tvar>|Download]] and move the extracted <tvar name=name>
UpdateMediaWiki
</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/UpdateMediaWiki - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'UpdateMediaWiki' );
- 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>
User rights
Once you installed the extension, you'll have to set up the user rights in LocalSettings.php .
Right | Description |
---|---|
updatecore | Update the MediaWiki Core |
For example, the following sample configuration would allow sysops to do everything they want with UpdateMediaWiki:
$wgGroupPermissions['sysop']['updatecore'] = true;
Usage
To update from this extension, go to "Special:Updatemediawiki". Permission "updatecore" is required to do so.
- Pages with script errors
- Pages with broken file links
- Unmaintained extensions/fr
- Special page extensions/fr
- Personalization extensions/fr
- Extensions with manual MediaWiki version
- Extensions with no license specified/fr
- Extensions in Wikimedia version control/fr
- All extensions/fr
- Extensions not in ExtensionJson