mediawiki-extensions-Echo/maintenance
Thiemo Kreuz 8d7fc8c66a Avoid expensive array_shift where possible
array_shift manipulates the original array. This is surprisingly
expensive, because it iterates *all* elements in the array and
decrements numeric keys. The code touched in this patch does not need
this restructured new array, but only the individual elements.

Change-Id: I166fdbe199400611a21cbd608dd3e177336c8fd5
2018-12-17 11:46:02 +01:00
..
backfillReadBundles.php Avoid use of IDatabase::update return value 2018-10-26 12:41:49 -07:00
backfillUnreadWikis.php NotifUser: Simplify function signatures for getNotificationCount() and friends 2018-06-05 01:07:23 +00:00
generateSampleNotifications.php Sample notifications: improve existence check and logging 2018-11-02 11:14:21 -04:00
processEchoEmailBatch.php Change DO_MAINTENANCE to RUN_MAINTENANCE_IF_MAIN 2018-03-17 21:55:20 +01:00
removeInvalidNotification.php build: Updating mediawiki/mediawiki-codesniffer to 13.0.0 2017-09-24 09:49:43 +00:00
removeOrphanedEvents.php build: Updating mediawiki/mediawiki-codesniffer to 13.0.0 2017-09-24 09:49:43 +00:00
testDiscussionParser.php Avoid expensive array_shift where possible 2018-12-17 11:46:02 +01:00
updateEchoSchemaForSuppression.php build: Updating mediawiki/mediawiki-codesniffer to 13.0.0 2017-09-24 09:49:43 +00:00
updatePerUserBlacklist.php Use centralIdsFromNames() method to get central ids. 2017-10-16 18:14:31 -04:00