mediawiki-extensions-AbuseF.../maintenance
Thalia 91456d79b2 Add RemoveProtectedFlagFromFilter maintenance script
Why:

* Protected variables were introduced to support temporary accounts
  so that temporary users could be filtered based on their IP address.
* Filters that use protected variables are protected in order to
  preserve privacy. This can't be undone.
* It is mistakenly possible to protect a filter that does not use
  protected variables (T378553). We need a mechanism to fix these
  mistakes.

What:

* Introduce a maintenance script that takes a filter ID and, if the
  filter is protected, sets it to unprotected while maintaining any
  other existing privacy levels.

Bug: T378551
Change-Id: I4dfe3970221397d5be5ea0697490d8c8e3726adf
2024-11-15 13:13:38 +00:00
..
AddMissingLoggingEntries.php Use namespaced classes 2024-10-19 21:55:40 +02:00
MigrateActorsAF.php Use namespaced classes 2024-10-19 21:55:40 +02:00
PurgeOldLogIPData.php Use namespaced classes 2024-10-19 21:55:40 +02:00
RemoveProtectedFlagFromFilter.php Add RemoveProtectedFlagFromFilter maintenance script 2024-11-15 13:13:38 +00:00
SearchFilters.php Use namespaced classes 2024-10-19 21:55:40 +02:00
UpdateVarDumps.php Use namespaced classes 2024-10-19 21:55:40 +02:00