Rename ApiRequest to ApiAction
authorBryan Davis <bd808@wikimedia.org>
Thu, 17 Mar 2016 22:43:50 +0000 (16:43 -0600)
committerBryan Davis <bd808@wikimedia.org>
Thu, 17 Mar 2016 22:43:50 +0000 (16:43 -0600)
commit96d6cb6e1635855cf549c3a6e7d0d26aa5bbb30f
treef5dded28ffa4a925fd137d9786bc80bcb8ac31e1
parent84e882968704febff2b4f0b3861e4e9845c5d4a4
Rename ApiRequest to ApiAction

Half of the work needed for handling this logging stream was done using
the channel name "ApiRequest" and the other half was done under the name
"ApiAction". The ApiRequest naming is easier to change at this point.

Bug: T108618
Change-Id: I5797731abeba22ef6ced7c8407ee670344d35b3d
includes/api/ApiMain.php