mediawiki-extensions-AbuseF.../includes
Daimona Eaytoy 0834f37e42 Fix some edge cases in ViewEdit
Follow-up Iabd0ae5b18571f8cad44ef2d86bcf2519e7f95ba.

This patch:
 - Moves some save-related code to a separate method
 - Reduces conditionals nesting
 - Fixes an edge case where the content of the form would be
 wiped in case the token didn't match.
 - Adds another (basic) selenium test
 - Standardizes return types
 - Moves data load outside of buildFilterEditor

Change-Id: I89444b59f04c495c9ab59244151c8ed5d38cf0fe
2020-02-08 15:35:46 +01:00
..
api Move variable generators to new classes 2020-02-07 19:44:31 +00:00
pagers Merge "Stop using deprecated stuff with easy replacements" 2020-01-22 16:44:57 +00:00
parser tests: Increase and rebalance code coverage 2020-02-07 18:32:17 +00:00
special Merge "Stop using deprecated stuff with easy replacements" 2020-01-22 16:44:57 +00:00
VariableGenerator Move variable generators to new classes 2020-02-07 19:44:31 +00:00
Views Fix some edge cases in ViewEdit 2020-02-08 15:35:46 +01:00
AbuseFilter.php Merge "Refactor data load in ViewEdit" 2020-02-07 21:26:32 +00:00
AbuseFilterChangesList.php Stop using deprecated stuff with easy replacements 2020-01-08 14:59:30 +01:00
AbuseFilterHooks.php Move variable generators to new classes 2020-02-07 19:44:31 +00:00
AbuseFilterModifyLogFormatter.php build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1 2019-07-10 15:30:52 +00:00
AbuseFilterPreAuthenticationProvider.php Add profiling points throughout the code for the CachingParser switch 2019-09-18 10:02:55 +00:00
AbuseFilterRightsLogFormatter.php Remove script for blockautopromote entries 2019-09-09 13:56:56 +02:00
AbuseFilterRunner.php build: Updating composer dependencies 2020-01-28 17:51:38 +00:00
AbuseFilterSuppressLogFormatter.php Migrate AbuseFilter suppress log 2018-08-21 16:05:54 +00:00
AbuseFilterVariableHolder.php Fix remaining PHPCS issues 2020-01-21 12:36:37 +00:00
AbuseLogHitFormatter.php
AFComputedVariable.php Replace deprecated IP class with IPUtils 2020-01-24 18:27:26 +01:00
TableDiffFormatterFullContext.php