The " Highlight likely problem edits with colors and an "r" for "needs review"" preference (under Watchlist) is supposed to show only with the RC Filters Beta Feature disabled, but it seems to (usually?) show either way.
Description
Details
Related Objects
Event Timeline
Furthermore, @jmatazzoni reports that he (correctly) does not see the preference, but that it (incorrectly) behaves as if it's set to true. Hidden preferences should behave as if they are set to their defaults, and the default is false.
Change 349987 had a related patch set uploaded (by Catrope):
[mediawiki/extensions/ORES@master] Hack around the fact that setting $wgHiddenPrefs from GetPreferences doesn't fully work
Change 349987 merged by jenkins-bot:
[mediawiki/extensions/ORES@master] Hack around the fact that setting $wgHiddenPrefs from GetPreferences doesn't fully work
For testing, just to make sure we get everything, here are the all the parts turning off the new functionality for "Highlight likely problem edits with colors and an "r" on the RC Page prefs when the new beta is on (as per T163025):
Users with the New Filters for Edit Review can not have this option. For anyone who has the New Filters or anyone who opts into it:
- Turn off the shading
- Turn off the "r"
- Remove the option from RC Page preferences preferences.
- But save the preference information and reinstate the preference if they turn off the New Filters beta. (If this last can't be easily done, it's not critical.)
Change 350010 had a related patch set uploaded (by Mattflaschen; owner: Catrope):
[mediawiki/extensions/ORES@wmf/1.29.0-wmf.20] Hack around the fact that setting $wgHiddenPrefs from GetPreferences doesn't fully work
Change 350010 merged by jenkins-bot:
[mediawiki/extensions/ORES@wmf/1.29.0-wmf.20] Hack around the fact that setting $wgHiddenPrefs from GetPreferences doesn't fully work
Turns out it is supposed to do what I said in the description.
However, there is also another preference in Recent changes, which does have the correct hide/unhide behavior.