手册:$wgManualRevertSearchRadius
统计和内容分析: $wgManualRevertSearchRadius | |
---|---|
Maximum number of revisions of a page that will be checked against every new edit made to determine whether the edit was a manual revert. |
|
引进版本: | 1.36.0 (Gerrit change 607855; git #1dc2319c) |
移除版本: | 仍在使用 |
允许的值: | (整数) |
默认值: | 15 |
其他设置: 按首字母排序 | 按功能排序 |
细节
Maximum number of revisions of a page that will be checked against every new edit made to determine whether the edit was a manual revert.
Computational time required increases roughly linearly with this configuration variable.
Larger values will let you detect very deep reverts, but at the same time can give unexpected results (such as marking large amounts of edits as reverts) and may slow down the wiki slightly when saving new edits.
Setting this to 0 will disable the manual revert detection feature entirely.
The result of revert detection will be available via the $originalRevId
parameter of the RevisionFromEditComplete hook, and the $editResult
parameter of the PageSaveComplete hook.
See m:Research:Revert for a discussion on this topic.