Move action filter logic to LogPager
authorcenarium <cenarium.sysop@gmail.com>
Thu, 31 Mar 2016 16:50:54 +0000 (18:50 +0200)
committercenarium <cenarium.sysop@gmail.com>
Thu, 31 Mar 2016 20:51:37 +0000 (22:51 +0200)
commit807650f458c410e300a0e0359a3711e4433d5385
treef328932880df759c819bb20304f14bfce1db1f6f
parentb9a84463f9e3417ab360abc30c85aa029c7216b5
Move action filter logic to LogPager

This moves the action filtering logic from SpecialLog to LogPager,
in a limitAction function, as this seems to be how this is done
for other params (title, performer, etc).
This also uses $pager->getPerformer and getTagFilter() for resp.
performer and tag filter as the options to show, rather than the
raw request values (in a WYSIWYG logic).

Change-Id: I4918a8a2dca3fdbadd7d65c9c9972e6f67a1761b
includes/logging/LogPager.php
includes/specials/SpecialLog.php