Jump to content

Help:Deferred changes/dtp: Difference between revisions

From mediawiki.org
Content deleted Content added
FuzzyBot (talk | contribs)
Updating to match new version of source page
FuzzyBot (talk | contribs)
Updating to match new version of source page
 
Line 25: Line 25:
== When is an edit deferred ==
== When is an edit deferred ==
</div>
</div>
An edit is deferred for review when it matches an {{ll|Extension:AbuseFilter|AbuseFilter}} set to defer, when requested by a bot via the {{ll|API:Main page|API}}, or when it is considered highly damaging by {{ll|ORES}}.
<span lang="en" dir="ltr" class="mw-content-ltr">An edit is deferred for review when it matches an {{ll|Extension:AbuseFilter|AbuseFilter}} set to defer, when requested by a bot via the {{ll|API:Main page|API}}, or when it is considered highly damaging by {{ll|ORES}}.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">When an edit is deferred, all prior uninterrupted edits by the same user to the page are deferred for review as well.</span>
<span lang="en" dir="ltr" class="mw-content-ltr">When an edit is deferred, all prior uninterrupted edits by the same user to the page are deferred for review as well.</span>


Line 37: Line 37:
== How to enable this feature ==
== How to enable this feature ==
</div>
</div>
The feature requires the {{ll|Extension:FlaggedRevs|FlaggedRevs}} extension, it can be enabled by setting <code>$wgFlaggedRevsDeferral</code> to true in local settings, and can be used alongside its {{ll|Help:Pending changes|protection feature}} (enabled via <code>$wgFlaggedRevsProtection</code>).
The feature requires the {{ll|Extension:FlaggedRevs|FlaggedRevs}} extension, it can be enabled by setting <code>$wgFlaggedRevsDeferral</code> to {{phpi|true}} in local settings, and can be used alongside its {{ll|Help:Pending changes|protection feature}} (enabled via <code>$wgFlaggedRevsProtection</code>).


[[Category:Extension help{{#translation:}}]]
[[Category:Extension help{{#translation:}}]]

Latest revision as of 00:51, 11 October 2025

Deferred changes is a way to mark for review and if necessary delay the visibility of edits identified as suspicious by an automated process until they have been manually reviewed.

What it means for an edit to be deferred

There are two types of deferrals, in both cases the edit is queued for review:

  • If passive, the revision displayed to readers is still the latest revision as usual.
  • If active, the immediately preceding revision (the same revision that rollback reverts to) is displayed to readers.

If you have been notified , then the deferral was active.

When is an edit deferred

An edit is deferred for review when it matches an AbuseFilter set to defer, when requested by a bot via the API , or when it is considered highly damaging by ORES . When an edit is deferred, all prior uninterrupted edits by the same user to the page are deferred for review as well.

How to review deferred edits

All deferred edits appear at Special:PendingChanges, which provides the option to list only those actively deferred (or from pending changes-protected pages, if pending changes is enabled), and can be reviewed by users with review permission. When the page has a single author, and the edits can therefore not be deferred, it is listed at Special:UnreviewedPages.

How to enable this feature

The feature requires the FlaggedRevs extension, it can be enabled by setting $wgFlaggedRevsDeferral to true in local settings, and can be used alongside its protection feature (enabled via $wgFlaggedRevsProtection).