Which extension is needed for set up and how should I configure that?
Topic on Talk:Edit Review Improvements
What are you looking for precisely?
I'm looking for adopting Edit Review Improvements features (such as new toolbar on Recent changes) on my wiki.
In LocalSettings.php
, you have to change the following settings:
- for RecentChanges:
$wgStructuredChangeFiltersShowPreference = true;
- for Watchlist :
$wgStructuredChangeFiltersShowWatchlistPreference = true;
A future change, coming soon, will give those elements as default (they would still be disable-able in user preferences or global settings).