mediawiki-extensions-AbuseF.../includes/Filter
Daimona Eaytoy 99bb44beb4 Miscellaneous minor fixes
- Rename `$hidden` to `$privacyLevel` in Flags::__construct for
  consistency with other places.
- Rename `shouldProtectFilter` and simplify its return value to always
  be an array, since that's how it's currently used. Rename a variable
  that is assigned the return value of this method.
- Add a missing message key to a list of dynamic message keys.
- Rename a property from 'hidden' to 'privacy' in FilterStoreTest for
  consistency. Add a test for removing the protected flag.
- Update old comment referencing `filterHidden`; the method was removed
  in I40b8c8452d9df.
- Use ISQLPlatform::bitAnd() instead of manual SQL in
  AbuseFilterHistoryPager.
- Update mysterious reference to "formatRow" in SpecialAbuseLog.
- Update other references to the very same method in two other places,
  this time credited as "SpecialAbuseLog".
- Add type hints to a few methods; this not only helps with type safety,
  but it also allows PHPUnit to automatically use the proper type in
  mocks.

Change-Id: Ib0167d993b761271c1e5311808435a616b6576fe
2024-07-03 02:31:38 +02:00
..
AbstractFilter.php Allow variables to be restricted by user right 2024-06-04 06:54:53 -07:00
ClosestFilterVersionNotFoundException.php Use Filter objects in ViewDiff 2021-01-17 00:47:33 +00:00
ExistingFilter.php Introduce subclasses of Filter with specific use cases 2021-01-17 00:47:29 +00:00
Filter.php Introduce subclasses of Filter with specific use cases 2021-01-17 00:47:29 +00:00
FilterNotFoundException.php Adjust code coverage 2020-11-19 22:40:26 +00:00
FilterVersionNotFoundException.php Adjust code coverage 2020-11-19 22:40:26 +00:00
Flags.php Miscellaneous minor fixes 2024-07-03 02:31:38 +02:00
HistoryFilter.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
LastEditInfo.php Add value objects to represent filters 2020-11-04 12:56:14 +01:00
MutableFilter.php Allow variables to be restricted by user right 2024-06-04 06:54:53 -07:00
Specs.php Add value objects to represent filters 2020-11-04 12:56:14 +01:00