Aide:Nouveaux filtres pour la révision des modifications/FAQ

From mediawiki.org
This page is a translated version of the page Help:New filters for edit review/FAQ and the translation is 47% complete.
PD Note : si vous modifiez cette page, vous acceptez de placer votre contribution sous licence CC0. Plus d’informations sont disponibles sur le projet Aide dans le domaine public. PD

Qu'est-ce qui change avec cette fonction ?

Wikis ayant la fonctionnalité ORES

La fonctionnalité ORES peut être disponible dans vos bêta préférences sur votre wiki. Lorsque le déploiement sera réalisé :

  • Users who has enabled the ORES beta feature are now using the New filters for RC Beta feature (no action needed, unless if you want to opt-out).
    • It is symbolized by a “r” in the RecentChanges pages, for all users.
    • Users who want to change the accuracy level of ORES predictions can do so in their preferences, on their wiki.

Wikis qui ne possèdent pas la fonctionnalité ORES

You will have access to filtering and highlighting options, but not the quality and intent predictions.

Comment puis-je aider pour cette fonctionnalité ?

There is many ways to help: translate the documentation and the interface, and provide feedback.

If you want to provide feedback about the filters, please leave a message on the feedback page. You can leave messages in any language, answers will very probably be done in English. Concerning feedback, especially for bugs reporting, don't forget to add the relevant information needed: browser version, possible gadgets you use, detailed actions you have tried to achieve...

You can also translate the documentation, starting with the main page, or the interface. Interface translation is done on TranslateWiki. Filter the messages to find eri-rcfilters, rcfilters and ores-rcfilters.

Je veux activer les prédictions ORES sur mon wiki

Please go to ORES/Get support and follow the instructions.

Je veux masquer la surbrillance ORES

If you have oped-out the filters in Recent Changes, Watchlist or any list where changes are listed, you can see all bad-faith intent changes highlighted by a red letter. There is also a pale yellow background that you can opt-in, in your preferences, in the Liste de suivi tab.

On the wiki where you want to custom ORES predictions highlighting, go to your personal CSS file and copy/paste on it the following codes that you need:

Changez la couleur de la lettre d'aversissement (en noir)
.ores-damaging {color:black;}
Masquez la lettre
.ores-damaging {display:none;}

J'ai sauté quelques fonctions, qu'est-ce qui est prévu ensuite ?

Actuellement, il n'y a pas de modifications importantes prévues pour cette fonctionnalité.

Comment désactiver les filtres et garder l'ancien interface actif ?

You can opt out of the new filters by going to your preferences on the wikis you are active on:

Est-il possible de réduire la liste des filtres ?

Pour faire cela, vous pouvez ajouter le script suivant à votre page common.js :

// [[File:User:MSchottlender-WMF/MinimalRCFilters.js]] (BROKEN ON PURPOSE! see [[phab:T35355]])
mw.loader.load( 'https://www.mediawiki.org/w/index.php?title=User:MSchottlender-WMF/MinimalRCFilters.js&action=raw&ctype=text/javascript' );

Please do not "fix" the File: link in the comment; it is like that on purpose. It is meant to allow us to see how many people use the script.