mediawiki-extensions-Echo/db_patches
bsitu d44ed993a2 Add email bundling function to Echo notification
* This patch needs intensive testing on Redis delayed job queue
* This patch is -2 mainly for redis/phpredis are not ready on test/test2/mediawiki

To test this locally, you need to:
* set up Redis and phpredis locally
* add the following to localSettings.php
    $wgJobTypeConf['MWEchoNotificationEmailBundleJob'] = array(
        'class'       => 'JobQueueRedis',
        'redisServer' => '127.0.0.1',
        'redisConfig' => array( 'connectTimeout' => 1 ),
        'claimTTL'    => 3600,
        'checkDelay'  => true
    );
* set $wgMainCacheType to CACHE_DB or memcache
* set $wgEchoBundleEmailInterval to smaller number for testing purpose, 0 to disable email bundling

Change-Id: I9313e7f6ed3e13478cec294b5b8408fe8e941faf
2013-04-11 11:25:14 -07:00
..
echo_email_batch.sql Initial check-in for email batch 2012-12-12 12:00:13 -08:00
patch-alter-type_page-index.sql Add web bundling function to Echo notification 2013-04-04 10:53:46 -07:00
patch-drop-echo_event-event_timestamp.sql remove unused table and columns 2013-04-09 10:56:28 -07:00
patch-drop-echo_subscription.sql remove unused table and columns 2013-04-09 10:56:28 -07:00
patch-email_batch-new-field.sql Add email bundling function to Echo notification 2013-04-11 11:25:14 -07:00
patch-event_agent-split.sql Initial commit of Echo, a notifications framework for MediaWiki. 2012-05-13 00:53:21 +10:00
patch-event_agent_ip-size.sql Add web bundling function to Echo notification 2013-04-04 10:53:46 -07:00
patch-event_extra-size.sql Echo: Implement advanced notifications for vanilla talk pages. 2012-08-01 10:17:36 -07:00
patch-event_variant_nullability.sql Fix SQL issue: make event_variant field nullable. 2012-05-18 11:10:41 +10:00
patch-notification-bundling-field.sql Add web bundling function to Echo notification 2013-04-04 10:53:46 -07:00