RELEASE-NOTES: Use New/Changed/Removed pattern for Configuration section
authorTimo Tijhof <krinklemail@gmail.com>
Sat, 1 Sep 2018 19:50:15 +0000 (20:50 +0100)
committerKrinkle <krinklemail@gmail.com>
Sat, 1 Sep 2018 19:59:30 +0000 (19:59 +0000)
commit506c2f4d57c10c5b3b1a2d9ce88670768d1203a5
tree4ae7aafc45e727f70dcf15693c47d599846a5df0
parent235f3409d1b0b8ab61a01b1e14c2714e7ecb98a7
RELEASE-NOTES: Use New/Changed/Removed pattern for Configuration section

This was already used for external libraries. This commit
changes the order to be consistently 'New/Changed/Removed',
and adopts the pattern for configuration changes as well.

For improved scannability, the bullet points now start with
the name of the configuration setting(s), followed by a sentence,
with an optional ticket in brackets after the sentence(s).

* A number of bullet points under "Configuration changes" were
  in fact, not configuration changes. These have been moved to
  "New features" or "Other changes" for now.

* Add mention of the relevant configuration variable to some
  of the release notes: $wgTidyDriver, `watchlistdays`,
  $wgGroupPermissions, $wgGroupPermissions.

Also fix ReleaseNotesTest to count characters, not bytes,
this was causing it to count – as two, and € as three.

Change-Id: Ie89dac6408f8a8dafbf59efe73a11f4d282c0c6b
RELEASE-NOTES-1.32
tests/phpunit/documentation/ReleaseNotesTest.php