mediawiki-extensions-AbuseF.../includes/pagers
Daimona Eaytoy 7bc70d116e Use PHP regexps instead of SQL to filter on Special:AbuseFilter
As the code comment says, and as it was suggested in
Iafe54285384bc28b3e8812b495166f2682d4571c, we were validating the
provided regexp as PCRE, but using it in SQL, which only supports POSIX.
Furthermore, we won't have to worry about cross-DBMS compat anymore.

Bug: T193068
Change-Id: If6d8717795b6c1dcf619a23363eb6144902cfaed
2019-11-01 11:26:17 +11:00
..
AbuseFilterExaminePager.php Add doc for every class member 2019-03-17 11:40:24 +01:00
AbuseFilterHistoryPager.php SECURITY: Check visibility for each version in ViewDiff 2019-10-28 15:32:00 -05:00
AbuseFilterPager.php Use PHP regexps instead of SQL to filter on Special:AbuseFilter 2019-11-01 11:26:17 +11:00
AbuseLogPager.php Mostly remove $wgUser 2019-08-27 13:20:37 +02:00
GlobalAbuseFilterPager.php Use PHP regexps instead of SQL to filter on Special:AbuseFilter 2019-11-01 11:26:17 +11:00