[koha-commits] main Koha release repository branch master updated. v3.14.00-1163-g7134663

Git repo owner gitmaster at git.koha-community.org
Mon May 5 16:52:29 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  7134663f48e81260204bbc3715d0e06af41590ca (commit)
       via  0a366e19decc8bf8d8d9ecf854e10ce3d3a19363 (commit)
       via  159e99f3bc90f0e9463a6e8a96ae477d762625ee (commit)
      from  0423b43b1761a9c5d86888426643d69015b15e3a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7134663f48e81260204bbc3715d0e06af41590ca
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri May 2 16:54:51 2014 +0200

    Bug 11209: (follow-up) message content must also match for new message to be considered a duplicate
    
    If the template contains dynamic parts, the message won't be
    considerated as duplicated.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Duplicate messages will be queued, but when sending the queued messages
    duplicates are found and are marked as failed.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 0a366e19decc8bf8d8d9ecf854e10ce3d3a19363
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Dec 3 12:17:50 2013 +0100

    Bug 11209: (follow-up) check if a notice has been already sent today
    
    The previous patch checks if a notice has already been sent when the
    current notices has been sent in queue. Which is wrong!
    We have to check if a similar notice has been sent today.
    
    This patch has been created after an observation on a production server:
    If a user place on holds several items, he will receive 1 SMS per hold.
    Here we only want 1 SMS for all holds.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 159e99f3bc90f0e9463a6e8a96ae477d762625ee
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Nov 6 14:56:35 2013 +0100

    Bug 11209: Don't sent the same SMS message for the same user the same day
    
    For PREDUE messages, one message is sent to the message_queue table for
    each items in advance, meaning that the patron could receive duplicate
    notices.
    
    The SMS part for DUE and PREDUE often do not contain dynamic parts, only
    a standard message.
    
    Note that this patch *only* affects the SMS transport.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Letters.pm |   24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list