Let wildcard actions work in list=logevents&leaction=
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 7 Mar 2014 20:25:13 +0000 (21:25 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Fri, 7 Mar 2014 20:25:13 +0000 (21:25 +0100)
commit4bb30b1e48ec686640c878215222831e171741ad
tree2465dedef1fc58e3725843c9f8558aa58d4796c6
parentffbac06a280d7af318e8ba1e9bc83cf119544fa4
Let wildcard actions work in list=logevents&leaction=

The documentation of leaction= shows actions like "thanks/*", at the
moment this will result in a search for log_action='*', which is always
a empty list.

Changing the validation of param leaction to allow specific any string
for the asterisk in this wildcard action.

Change-Id: Ia77e499909ce6f25ce74617367fc5b622ea9a7c9
includes/api/ApiQueryLogEvents.php