When we implement the RC filters, we need to turn off the automatic ORES highlighting that existed before, so it doesn't conflict with the new user-defined highlighting on this page. (ORES highlighting will continue to be an option on the Watchlist and Contributions page for now. That's covered by a new preference.)
Description
Status | Subtype | Assigned | Task | |
---|---|---|---|---|
· · · | ||||
Resolved | • Catrope | T158459 Add ORES to RCFilters | ||
Resolved | Trizek-WMF | T158225 Enable the ORES good faith and damaging UI by default, on wikis that have these ORES models available (instead of behind a Beta Feature) | ||
Resolved | • jmatazzoni | T150059 Make sure all Preferences for Recent Changes are compatible with new filtering system/page tools (and that users' preferences carry over) | ||
Resolved | SBisson | T159007 Implement the beta preference option for RC Filters project | ||
Resolved | None | T159300 Turn off 'classic' ORES highlighting on the RC page | ||
· · · |
Event Timeline
@SBisson said that this was done, but I am seeing Classic ORES shading on pl.wiki today. See screenshot below. This needs to be turned off, or highlighting doesn't make any sense.
UPDATE: When I saw this ( Mac with Chrome) the option to "Highlight the watchlist..." using ORES was checked. I unchecked it, saved, then rechecked it, saved-- and now I can't see the highlighting any more. @Etonkovidova, can you please check this?
UPDATE #2: I just checked on pt.wiki, and Classic ORES shading is on. See screenshot below. The sequence was the same as above: I saw the shading, went to check my prefs (where the ORES shading option was checked), and when I came back, I had no shading this time.
@jmatazzoni - So, every time you log in to ptwiki, you see ORES highlighting on RC page?
On my side, "Highlight probably damaging edits on Watchlist and Contributions (using ORES)" is checked and I don't see the highlighting.
@jmatazzoni Can you reproduce this problem or did it happen on your first visit to both wikis and that's it?
I don't see this locally or on pt/pl. There's code in place to prevent this.
Next time you see it, run these two commands in the javascript console and share the output.
mw.loader.getState('ext.ores.highlighter'); $('.damaging.ores-highlight').length;