mediawiki-extensions-AbuseF.../includes
Daimona Eaytoy 752492c2ba Use null defaults for search options on Special:AbuseFilter
- Use null instead of empty strings
- Check the mode, and not the pattern, to decide whether the user
  searched for something
- The call to parent::__construct can now be moved up
- Note in a comment how this code is problematic due to "smart"
  constructors
- Avoid caching the headers, as that's not going to work anymore.

Change-Id: I420ab0215d53354a67d9d130ebd8d85dfbd2778b
2020-10-01 13:35:36 +02:00
..
api Move some misplaced AbuseFilterParser entry points 2020-09-29 00:36:08 +02:00
Hooks HookRunner: onAbuseFilterGenerateUserVars should run generateUserVars 2020-09-24 16:40:03 +02:00
pagers Use null defaults for search options on Special:AbuseFilter 2020-10-01 13:35:36 +02:00
parser Merge "Move some misplaced AbuseFilterParser entry points" 2020-09-29 13:51:17 +00:00
special Merge "Fix check for central wiki" 2020-09-29 13:25:03 +00:00
VariableGenerator Add tests for 'upload' action 2020-09-28 11:53:53 +00:00
Views Use null defaults for search options on Special:AbuseFilter 2020-10-01 13:35:36 +02:00
AbuseFilter.php Rewrite the VariableHolder code to translate deprecated variables 2020-09-29 15:06:14 +00:00
AbuseFilterChangesList.php Stop using the Revision class 2020-02-26 15:39:12 +00:00
AbuseFilterHooks.php Merge "Revert "Drop duplicate index wiki_timestamp"" 2020-09-23 11:06:12 +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 Factor out variables-related methods 2020-02-07 20:27:26 +00:00
AbuseFilterRightsLogFormatter.php Hide "User:" prefix from autopromote log entries 2020-09-17 12:12:00 +02:00
AbuseFilterRunner.php Move some misplaced AbuseFilterParser entry points 2020-09-29 00:36:08 +02:00
AbuseFilterServices.php Introduce a KeywordsManager service 2020-09-28 23:03:52 +00:00
AbuseFilterSuppressLogFormatter.php Migrate AbuseFilter suppress log 2018-08-21 16:05:54 +00:00
AbuseFilterVariableHolder.php Rewrite the VariableHolder code to translate deprecated variables 2020-09-29 15:06:14 +00:00
AbuseLogHitFormatter.php Add MessageLocalizer to AbuseFilter::getActionDisplay 2020-09-17 22:45:52 +02:00
AFComputedVariable.php Update hook calling to use new HookContainer 2020-09-17 10:05:45 +00:00
KeywordsManager.php Introduce a KeywordsManager service 2020-09-28 23:03:52 +00:00
ServiceWiring.php Introduce a KeywordsManager service 2020-09-28 23:03:52 +00:00
TableDiffFormatterFullContext.php Fix coding conventions exclusion rules 2018-04-20 08:40:18 +00:00