[koha-commits] main Koha release repository branch master updated. v3.14.00-218-g87564a8

Git repo owner gitmaster at git.koha-community.org
Mon Dec 30 17:30:11 CET 2013


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  87564a834b885188ee0e6fde800775b403d2e1c0 (commit)
       via  b753678c3dff4e0fd2fde008b3c43f0796fcfb05 (commit)
      from  7d01e61cdf96f06d3f823eaaa435e2850bacf7e4 (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 87564a834b885188ee0e6fde800775b403d2e1c0
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Nov 6 14:54:36 2013 +0100

    Bug 11208: If no smsalertnumber is defined, the message is marked as failed
    
    For DUE message (and PREDUE, etc.) there are no check before sending the
    message to the message_queue table.
    
    This check avoids to try to send again and again the same message. Now
    it is marked as "failed".
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Without the patch a sms notice will remain as 'pending' forever.
    With the patch applied, the status is set to 'failed'.
    
    Passes all tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b753678c3dff4e0fd2fde008b3c43f0796fcfb05
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Dec 30 16:45:45 2013 +0000

    Bug 11208: regression test for failing SMS messages
    
    This patch adds a regression test for verifying that queued
    SMS messages meant for patrons who have no SMS alert number
    set are marked as failed after the first attempt to send them.
    
    To test:
    
    [1] Run prove -v t/db_dependent/Letters.t.  The fourth
        test should.
    [2] Apply the main patch and run t/db_dependent/Letters.t
        again.  This time, all tests should pass.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Letters.pm            |    7 ++++-
 t/db_dependent/Letters.t |   71 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+), 1 deletion(-)
 create mode 100644 t/db_dependent/Letters.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list