Manual:$wgWikiDiff2MovedParagraphDetectionCutoff/de-formal

From Linux Web Expert

<translate> Miscellaneous settings</translate>: $wgWikiDiff2MovedParagraphDetectionCutoff
This setting controls the maximum number of paragraphs to compare before it bails out.
<translate> Introduced in version:</translate>1.30.0 (Gerrit change 357826; git #Ic010543)
<translate> Deprecated in version:</translate>1.34.0 (Gerrit change 511884; git #2eec9499)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(integer)
<translate> Default value:</translate>0

Details

Wikidiff2 supports detection of changes in moved paragraphs. Supported values:

  • 0 - detection of moved paragraphs is disabled
  • int > 0 - maximum number of paragraphs to compare
Number of paragraph comparisons is in <math>O(n^2)</math>. This setting is only effective if the wikidiff2 PHP / HHVM module is used as diffengine. See $wgExternalDiffEngine .