mediawiki-extensions-AbuseF.../includes/View
Func 24f5ca6e2d Use setTitle() instead of setAction() where posible
The getLocalURL() method can return url with query string when
wgArticlePath is configured to do so, and query string of GET form
would be ignored by browsers.
The setAction() method is problematic (T285464 and above) and hard to
warn the wrong usage. I'm going to go through and fix every use case,
and finally deprecate it.

Change-Id: I66b634f0cc996be3d7048d410b46fe77c88f9879
2022-03-27 21:06:38 +08:00
..
AbuseFilterView.php Declare AbuseFilterView::$mParams as protected 2022-02-02 12:32:09 +01:00
AbuseFilterViewDiff.php Don't use array keys for OOUI in AbuseFilterViewDiff 2022-01-18 22:57:02 +00:00
AbuseFilterViewEdit.php Refactor ConsequencesExecutor to process consequences in more steps 2022-03-19 15:49:36 +00:00
AbuseFilterViewExamine.php
AbuseFilterViewHistory.php Use setTitle() instead of setAction() where posible 2022-03-27 21:06:38 +08:00
AbuseFilterViewImport.php
AbuseFilterViewList.php
AbuseFilterViewRevert.php ViewRevert: Adjust use cases of HTMLForm 2022-03-20 23:28:06 +08:00
AbuseFilterViewTestBatch.php
AbuseFilterViewTools.php
HideAbuseLog.php