mediawiki-extensions-AbuseF.../includes
2020-12-11 21:17:57 +00:00
..
Api Allow the parsers to return extra info 2020-12-11 15:03:23 +00:00
ChangeTags Move ChangeTags stuff to separate namespace 2020-11-27 15:13:34 +00:00
Consequence build: Updating mediawiki/mediawiki-phan-config to 0.10.5 2020-12-10 18:28:54 +00:00
Filter Introduce a service for saving filters 2020-11-20 22:33:21 +01:00
Hooks Split afl_filter in afl_filter_id and afl_global 2020-12-08 18:31:27 +00:00
LogFormatter Move log formatters to a separate directory and namespace 2020-10-07 16:25:38 +02:00
Pager Partly decouple SpecialAbuseLog and AbuseLogPager 2020-12-11 20:53:53 +00:00
Parser Merge "Allow the parsers to return extra info" 2020-12-11 16:35:25 +00:00
special Partly decouple SpecialAbuseLog and AbuseLogPager 2020-12-11 20:53:53 +00:00
VariableGenerator Kill $wgUser 2020-12-08 23:23:13 +00:00
View Merge "Create a separate view for hiding AbuseLog entries" 2020-12-11 21:15:47 +00:00
Watcher Improve type safety of filter ids 2020-12-03 14:58:51 +01:00
AbuseFilter.php Drop back-compat code 2020-12-08 17:15:47 +00:00
AbuseFilterChangesList.php Stop using the Revision class 2020-02-26 15:39:12 +00:00
AbuseFilterHooks.php Write afl_filter_id and afl_global by default 2020-12-08 23:06:03 +01:00
AbuseFilterPermissionManager.php Introduce a FilterValidator 2020-11-18 01:41:31 +00:00
AbuseFilterPreAuthenticationProvider.php Factor out variables-related methods 2020-02-07 20:27:26 +00:00
AbuseFilterRunner.php Allow the parsers to return extra info 2020-12-11 15:03:23 +00:00
AbuseFilterServices.php Add ConsequencesRegistry 2020-12-03 22:39:25 +01:00
AbuseFilterVariableHolder.php Move parser classes to a dedicated namespace 2020-12-09 01:30:20 +00:00
AbuseLogger.php Split afl_filter in afl_filter_id and afl_global 2020-12-08 18:31:27 +00:00
AbuseLoggerFactory.php Create an AbuseLogger service 2020-12-03 14:46:57 +01:00
AFComputedVariable.php Merge "Move parser classes to a dedicated namespace" 2020-12-09 10:48:36 +00:00
BlockAutopromoteStore.php Add a service to retrieve the filter user 2020-10-26 14:06:53 +01:00
CentralDBManager.php Add a FilterLookup service 2020-11-18 01:17:47 +00:00
CentralDBNotAvailableException.php Add a service to retrieve the central DB 2020-10-31 12:32:46 +00:00
ConsequencesFactory.php Move ChangeTags stuff to separate namespace 2020-11-27 15:13:34 +00:00
ConsequencesLookup.php Add ConsequencesRegistry 2020-12-03 22:39:25 +01:00
ConsequencesRegistry.php Add a hook for extensions to add custom actions 2020-12-04 16:10:44 +00:00
EditBoxBuilder.php Move parser classes to a dedicated namespace 2020-12-09 01:30:20 +00:00
EditBoxBuilderFactory.php Introduce EditBoxBuilderFactory service and EditBoxBuilder 2020-11-26 14:49:04 +01:00
FilterCompare.php Always take into account custom actions 2020-12-03 21:39:35 +00:00
FilterImporter.php Always take into account custom actions 2020-12-03 21:39:35 +00:00
FilterLookup.php Use 'default' as default group when reading filters from history 2020-12-03 15:16:17 +00:00
FilterProfiler.php Improve type safety of filter ids 2020-12-03 14:58:51 +01:00
FilterStore.php Always take into account custom actions 2020-12-03 21:39:35 +00:00
FilterUser.php Add a service to retrieve the filter user 2020-10-26 14:06:53 +01:00
FilterValidator.php Move ChangeTags stuff to separate namespace 2020-11-27 15:13:34 +00:00
InvalidImportDataException.php Adjust code coverage 2020-11-19 22:40:26 +00:00
KeywordsManager.php Add tests for retrieving RC variables 2020-10-04 12:43:04 +00:00
ServiceWiring.php Always take into account custom actions 2020-12-03 21:39:35 +00:00
TableDiffFormatterFullContext.php