Add new core tags
authorpetarpetkovic <ppetkovic@wikimedia.org>
Thu, 9 Nov 2017 11:13:16 +0000 (12:13 +0100)
committerRoan Kattouw <roan.kattouw@gmail.com>
Thu, 30 Nov 2017 18:29:58 +0000 (10:29 -0800)
commit62713be990a1cde6962e583165ba4480d9bab098
tree235ff55841c4a1cbdca9300aa69ff749b6461277
parent1ec7e520d388b7cf23e116ac8f7a5a89ab613f9e
Add new core tags

Add tags to types of edits that get automatic edit summaries:
- Making a page a redirect
- Changing redirect target
- Changing an existing redirect into a non-redirect
- Blanking of the page
- Removing nearly all (more than 90%) content
- Rolling back an edit

Bug: T167656
Bug: T73236
Change-Id: Ie7f637fcec5ee659c1086e28e8ba21f470c45160
includes/DefaultSettings.php
includes/changetags/ChangeTags.php
includes/content/ContentHandler.php
includes/page/WikiPage.php
languages/i18n/en.json
languages/i18n/qqq.json
tests/phpunit/includes/changetags/ChangeTagsTest.php
tests/phpunit/includes/content/ContentHandlerTest.php
tests/phpunit/includes/content/WikitextContentHandlerTest.php
tests/phpunit/includes/page/WikiPageTest.php