mediawiki-extensions-AbuseF.../maintenance
Daimona Eaytoy 302c967ce7 Fix addMissingLogEntriesScript
This script was plagued by several problems:
 - it used SUBSTRING_INDEX, thus breaking support for Postgres and
 SQLite
 - it didn't recognize non-legacy rows, thus creating duplicates
 - it didn't extend LoggedUpdateMaintenance, but we only want it to be
 executed once
 - it didn't have a dry-run option

And most importantly: it inserted new rows using '\n' as separator,
instead of "\n" (note single quotes), thus creating broken entries.

Bug: T228655
Bug: T208931
Change-Id: I3a7b0fe32f1516ba21fa0ef380a9f54062e9c680
2019-12-03 17:45:00 +00:00
..
addMissingLoggingEntries.php Fix addMissingLogEntriesScript 2019-12-03 17:45:00 +00:00
fixOldLogEntries.php Use Maintenance::addDescription 2019-08-19 18:53:57 +02:00
normalizeThrottleParameters.php Fix query in normalizeThrottleParameters 2019-07-05 18:46:36 +02:00
purgeOldLogIPData.php Replace deprecated wfWaitForSlaves 2019-03-29 11:01:37 +01:00