[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.03-9-g932ad64

Git repo owner gitmaster at git.koha-community.org
Sat Feb 8 10:02:11 CET 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, 3.14.x has been updated
       via  932ad64f3503d43f696d0b3e534aaf3a48082b5a (commit)
       via  c4f6a2777d7f068d3c072352832c48461689431c (commit)
      from  3f19528b9a28a8b3b91d40b3b36bfbfef3b8dc25 (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 932ad64f3503d43f696d0b3e534aaf3a48082b5a
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>
    (cherry picked from commit 87564a834b885188ee0e6fde800775b403d2e1c0)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit c4f6a2777d7f068d3c072352832c48461689431c
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>
    (cherry picked from commit b753678c3dff4e0fd2fde008b3c43f0796fcfb05)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.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