Topic on Talk:Edit Review Improvements

How can I set up this on my own wiki?

4
Summary by PlavorSeol

To apply Edit Review Improvements on...

  • Recent changes: $wgStructuredChangeFiltersShowPreference=true;
  • Watchlist: $wgStructuredChangeFiltersOnWatchlist=true;, $wgStructuredChangeFiltersShowWatchlistPreference=true;
PlavorSeol (talkcontribs)

Which extension is needed for set up and how should I configure that?

Trizek (WMF) (talkcontribs)

What are you looking for precisely?

PlavorSeol (talkcontribs)
Trizek (WMF) (talkcontribs)

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).