mediawiki-extensions-Echo/maintenance
Roan Kattouw 1d05d9298c backfillUnreadWikis.php: Add rebuild mode
In rebuild mode, we only process users who already have
a row in the euw table. This reduces the number of users
we have to process significantly. Thanks to Stephane
for this idea.

Also, don't force a recache of the alert and message counts,
it's OK to fetch them from cache. We also don't need to invalidate
any caches in this script, because the transition flag from
Ibcc8ac102 will ensure that the cached global counts are
correct.

Change-Id: I69c54cac47468647df2778b2d82f1b5dd9e574d3
2016-06-17 16:02:01 +01:00
..
backfillReadBundles.php backfillReadBundles.php: Use sub-select to target rows to update 2016-06-07 14:01:32 +00:00
backfillUnreadWikis.php backfillUnreadWikis.php: Add rebuild mode 2016-06-17 16:02:01 +01:00
generateSampleNotifications.php Maintenance script generates edit-thank notifications 2016-06-16 17:46:51 +01:00
processEchoEmailBatch.php build: Enable phpcs rule 'MediaWiki.Usage.DirUsage.FunctionFound' and make pass 2015-10-29 12:57:40 +01:00
removeInvalidNotification.php Use Maintenance DB transaction methods 2015-12-31 15:12:05 -08:00
removeInvalidTargetPage.php build: Enable phpcs rule 'MediaWiki.VariableAnalysis.UnusedGlobalVariables' and make pass 2015-10-29 17:25:51 +00:00
removeOrphanedEvents.php Add script to remove orphaned event rows 2016-06-07 23:34:53 +02:00
testDiscussionParser.php build: Enable phpcs rule 'MediaWiki.Usage.DirUsage.FunctionFound' and make pass 2015-10-29 12:57:40 +01:00
updateEchoSchemaForSuppression.php Replace EchoBatchRowUpdate with BatchRowUpdate 2015-12-16 16:36:59 +00:00