Add tags support to patrol, protect, unblock, and undelete
authorGeoffrey Mon <geofbot@gmail.com>
Mon, 25 Jan 2016 04:11:36 +0000 (23:11 -0500)
committerGeoffrey Mon <geofbot@gmail.com>
Mon, 29 Feb 2016 21:59:31 +0000 (16:59 -0500)
commite70c4eb66443583f9cea37f3209325e49b0296ac
tree1336a4a53eac1f2a6f4db3b3326bec88ae3a69a5
parent4dbed979fb3b10d1a6d2ff5d42e210df1006f20c
Add tags support to patrol, protect, unblock, and undelete

- Add 'tags' parameters to appropriate API modules
- Add tag-adding logic to appropriate functions that carry out
  relevant functions
- ManualLogEntry::{set,get}Tags to handle adding tags to log
  entries in a cleaner fashion
- Use ManualLogEntry::setTags in LocalFile::recordUpload2

Bug: T97720
Change-Id: I98c52da7985623bfdafda2dc2dae937b39b72419
14 files changed:
includes/api/ApiPatrol.php
includes/api/ApiProtect.php
includes/api/ApiUnblock.php
includes/api/ApiUndelete.php
includes/api/i18n/en.json
includes/api/i18n/qqq.json
includes/changes/RecentChange.php
includes/changetags/ChangeTags.php
includes/filerepo/file/LocalFile.php
includes/logging/LogEntry.php
includes/logging/PatrolLog.php
includes/page/WikiPage.php
includes/specials/SpecialUnblock.php
includes/specials/SpecialUndelete.php