[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.07-14-g7d13c57

Git repo owner gitmaster at git.koha-community.org
Thu Feb 26 03:46:40 CET 2015


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.16.x has been updated
       via  7d13c576791bbf7b4d4c3ad4036d59f01c923164 (commit)
       via  7bc0ddcc15e904f2500126daf08e7924e728ff3f (commit)
      from  0c8defb752d65a3562f35ace90780d075043b21f (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 7d13c576791bbf7b4d4c3ad4036d59f01c923164
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Dec 10 12:27:59 2014 -0500

    Bug 13432 - SIP Server does not respect timeout setting
    
    Koha's SIP server accepts timeout parameters, but those parameters
    are only used for the login portion of a telnet transport session.
    Other than that, they are ignored, and as long as whatever opened
    the connection keeps it open, it will stay open indefinitely.
    
    Test Plan:
    1) Set the timeout setting on your SIP server to 10 seconds
    2) Modify misc/sip_cli_emulator.pl, add "sleep 100;" directly after line 91
    3) Start your SIP server
    4) Run the modified sip script with valid parameters
    5) Watch the SIP server stderr
    6) Note that even though the script waits far too long before continuing,
       the SIP server never kills the connection, and the requests the cli
       script makes come back with valid data.
    7) Apply this patch
    8) Restart your SIP server
    9) Repeat step 4
    10) Note that this time you see "SIP Timed Out!" in the SIP server
        stderr and when the script finally makes it's request, it doesn't
        come back with valid data.
    
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 7bc0ddcc15e904f2500126daf08e7924e728ff3f
Author: Justin <justinvos at live.com>
Date:   Wed Jan 14 23:16:29 2015 +0000

    Bug - 11345 - Self registration captcha
    
    Test Plan
     - Open the opac site
     - Navigate to the self registration page (Home -> Register here)
     - Notice that there is no note stating that the verification box is case-sensitive
     - Apply patch
     - Refresh page
     - Notice that there is now an extra note stating that the verification box is case-sensitive.
    
    Followed test plan. Hint displays as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 C4/SIP/SIPServer.pm                                          |    4 ++++
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt |    1 +
 2 files changed, 5 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list