mediawiki-extensions-AbuseF.../includes
Daimona Eaytoy 0f17e47d88 Use HTMLForm features instead of mSubmit
Rely on modern HTMLForm features instead of using a dedicated class
property. The form identifiers are necessary, because these forms are
GET forms, and HTMLForm will always think that the form was submitted,
if it doesn't have an identifier (see T238467 and related
tasks/patches).

Additionally, make the first form on ViewRevert a GET form, like on
Special:AbuseLog.

Bug: T263627
Change-Id: Ia6ca45896732742ef73e401b09663728b9e7dda2
2020-11-04 11:51:27 +00:00
..
api Add an AbuseFilterPermissionManager service 2020-10-10 14:03:29 +02:00
Hooks Migrate a few hook handlers to DI 2020-10-10 17:23:04 +00:00
LogFormatter Move log formatters to a separate directory and namespace 2020-10-07 16:25:38 +02:00
pagers Merge "Add an AbuseFilterPermissionManager service" 2020-10-13 08:36:25 +00:00
parser Merge "Move some misplaced AbuseFilterParser entry points" 2020-09-29 13:51:17 +00:00
special Clean up view classes 2020-10-13 10:38:43 +02:00
VariableGenerator Add test traits for uploads and account creation 2020-10-04 13:16:58 +00:00
Views Use HTMLForm features instead of mSubmit 2020-11-04 11:51:27 +00:00
AbuseFilter.php Clean up view classes 2020-10-13 10:38:43 +02:00
AbuseFilterChangesList.php Stop using the Revision class 2020-02-26 15:39:12 +00:00
AbuseFilterHooks.php Migrate a few hook handlers to DI 2020-10-10 17:23:04 +00:00
AbuseFilterPermissionManager.php Add an AbuseFilterPermissionManager service 2020-10-10 14:03:29 +02:00
AbuseFilterPreAuthenticationProvider.php Factor out variables-related methods 2020-02-07 20:27:26 +00:00
AbuseFilterRunner.php Add a new FilterProfiler service 2020-10-04 22:00:57 +00:00
AbuseFilterServices.php Add an AbuseFilterPermissionManager service 2020-10-10 14:03:29 +02:00
AbuseFilterVariableHolder.php Rewrite the VariableHolder code to translate deprecated variables 2020-09-29 15:06:14 +00:00
AFComputedVariable.php Update hook calling to use new HookContainer 2020-09-17 10:05:45 +00:00
FilterProfiler.php Represent new filters with null instead of 'new' 2020-10-10 12:23:50 +02:00
KeywordsManager.php Add tests for retrieving RC variables 2020-10-04 12:43:04 +00:00
ServiceWiring.php Add an AbuseFilterPermissionManager service 2020-10-10 14:03:29 +02:00
TableDiffFormatterFullContext.php Fix coding conventions exclusion rules 2018-04-20 08:40:18 +00:00