mediawiki-extensions-AbuseF.../includes
Daimona Eaytoy 661a77f0eb Rename addStaticVars and related hook
This code was introduced with Iba59fe8d190dd338ecc8cfd682205bce33c9738b
and is unused since then. The name should highlight that those variables are not
supposed to be "static", i.e. immutable. Examples are: timestamp, spam
blacklist, site name, site language. These are not immutable, but rather
"generic", and they're known even without an ongoing action.

Also add an RC row param and update docs.

Change-Id: I402f04585e9154059fc413e527e39dcb8e6b3d7c
2020-02-09 14:29:08 +01:00
..
api Factor out variables-related methods 2020-02-07 20:27:26 +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 Rename addStaticVars and related hook 2020-02-09 14:29:08 +01:00
Views Merge "Fix some edge cases in ViewEdit" 2020-02-08 16:36:19 +00:00
AbuseFilter.php Rename addStaticVars and related hook 2020-02-09 14:29:08 +01:00
AbuseFilterChangesList.php Stop using deprecated stuff with easy replacements 2020-01-08 14:59:30 +01:00
AbuseFilterHooks.php Factor out variables-related methods 2020-02-07 20:27:26 +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 Remove script for blockautopromote entries 2019-09-09 13:56:56 +02:00
AbuseFilterRunner.php Rename addStaticVars and related hook 2020-02-09 14:29:08 +01:00
AbuseFilterSuppressLogFormatter.php
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