SpecialRecentChanges: Allow tagfilter=tag as "subpage"
authorFlorian <florian.schmidt.stargatewissen@gmail.com>
Sat, 13 Aug 2016 18:23:40 +0000 (20:23 +0200)
committerFlorianschmidtwelzow <florian.schmidt.stargatewissen@gmail.com>
Fri, 23 Sep 2016 19:42:08 +0000 (19:42 +0000)
commit0f72d17e3a0e4f6b607417c7fbff028ad0e4748d
tree47270b0920988da42569ceaf3aa30acb2e46be90
parentbcdf0646ed9515b51a9212d83de84e94c38238a3
SpecialRecentChanges: Allow tagfilter=tag as "subpage"

This allows an url like example.com/wiki/Special:RecentChanges/tagfilter=visualeditor
to only show changes made with the VisualEditor (instead of using the long version
like index.php?title=Special:RecentChanges&tagfilter=visualeditor).

This also allows the transclusion of the Special:RecentChanges page with a tagfilter.

Bug: T142878
Change-Id: Iaa749a556ccc422e79fbb2bac709fab45b3cc83d
includes/specials/SpecialRecentchanges.php