mediawiki-extensions-AbuseF.../maintenance
Daimona Eaytoy 45d80bc7e5 Clean up view classes
- Depend on a generic IContextSource rather than SpecialAbuseFilter
  (lower coupling);
- Inject a LinkRenderer (IContextSource doesn't have a ::getLinkRenderer
  method)
- Add a helper method in SpecialAbuseFilter to get the page title, that
  can also be used elsewhere (and the name constant can be made private
  now)
- Pull down the mFilter property (and rename it to just 'filter') to
  classes that actually need it. Some classes didn't need this at all
  and the types were different among subclasses

Now the only cause of coupling between the View classes and
SpecialAbuseFilter is the static call in getTitle.

Change-Id: I3df0c3a7621f0cc9a64a16b0a402a15aae2d5d73
2020-10-13 10:38:43 +02:00
..
addMissingLoggingEntries.php Clean up view classes 2020-10-13 10:38:43 +02:00
fixOldLogEntries.php Exclude old, single-use scripts from coverage reports 2020-09-30 12:42:34 +02:00
normalizeThrottleParameters.php Exclude old, single-use scripts from coverage reports 2020-09-30 12:42:34 +02:00
purgeOldLogIPData.php Replace deprecated wfWaitForSlaves 2019-03-29 11:01:37 +01:00
searchFilters.php Introduce searchFilters.php 2020-09-16 09:03:43 -04:00
updateVarDumps.php updateVarDumps: avoid using services in the constructor 2020-10-03 23:23:37 +00:00