Add default type param for recentchanges and watchlist query api modules
authoraude <aude.wiki@gmail.com>
Mon, 2 Feb 2015 19:51:26 +0000 (14:51 -0500)
committeraude <aude.wiki@gmail.com>
Mon, 2 Feb 2015 20:04:17 +0000 (15:04 -0500)
commit81a6394395530336db7c5700d8bfe496eecebd50
tree95df730c1f418fa2691109443fc9ff403e18ed60
parent7a6b7dd01b2b2666ef117d8e3a620f648a43d1bc
Add default type param for recentchanges and watchlist query api modules

Set the type param for ApiQueryRecentChanges and ApiQueryWatchlist
to 'edit|new|log', thus excluding 'external' type.

In most cases, api users probably don't want external changes and
they might be confusing, unless explicitly requested.

Bug: T88254
Change-Id: I74bab5d4719f4e17118fa89a0ceb3e63c0246a1f
RELEASE-NOTES-1.25
includes/api/ApiQueryRecentChanges.php
includes/api/ApiQueryWatchlist.php