Allow searching for IPs' logs
authorJackmcbarn <jackmcbarn@gmail.com>
Mon, 23 Dec 2013 21:09:21 +0000 (16:09 -0500)
committerJackmcbarn <jackmcbarn@gmail.com>
Mon, 23 Dec 2013 21:41:39 +0000 (16:41 -0500)
commitd0664545ecffbded7862081eb877ae20c001075f
tree52b170f21779a1602d7677febf1d371af4665b47
parent898aff7d3f3b7aebbafc861399a1e211bc9ce60b
Allow searching for IPs' logs

Update limitPerformer to search for IPs based on log_user_text, rather
than preventing any results from being returned. Also, make a
corresponding adjustment to list=logevents in the API, and remove
indexes to match the LogPager code.

Bug: 58691
Bug: 54404
Change-Id: Iae3f4ee5c7fba5b0b0f4f8fb3e67ac054c7b8dd7
includes/api/ApiQueryLogEvents.php
includes/logging/LogPager.php