Make autopatrol third option in rc_patrolled and use it in API
authorAmir Sarabadani <ladsgroup@gmail.com>
Thu, 22 Mar 2018 14:17:56 +0000 (15:17 +0100)
committerAmir Sarabadani <ladsgroup@gmail.com>
Tue, 3 Apr 2018 16:44:37 +0000 (18:44 +0200)
commit728321e11325d983297c8ea413d97f970c04790b
tree9ea9b0572819b58a8f665e408a27054b252caa94
parent1a9ba829a5fbf40c0c2835efd441aaa70f9c319b
Make autopatrol third option in rc_patrolled and use it in API

Bug: T184791
Change-Id: If64ba8b845b122a87f20646dddf72ef257b793cb
13 files changed:
includes/api/ApiQueryRecentChanges.php
includes/api/ApiQueryUserContributions.php
includes/api/ApiQueryWatchlist.php
includes/api/i18n/en.json
includes/api/i18n/qqq.json
includes/changes/RecentChange.php
includes/installer/MssqlUpdater.php
includes/logging/LogEntry.php
includes/page/WikiPage.php
includes/watcheditem/WatchedItemQueryService.php
maintenance/mssql/archives/patch-rc_patrolled_type.sql [new file with mode: 0644]
maintenance/mssql/tables.sql
tests/phpunit/includes/api/ApiQueryWatchlistIntegrationTest.php