[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.09-23-g46c979d

Git repo owner gitmaster at git.koha-community.org
Mon Aug 24 01:16:58 CEST 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.18.x has been updated
       via  46c979d0c970c079702ed872ab318192393b7815 (commit)
       via  c68fc8ad3e5069e52b9bd0487faa3094e9eee4cc (commit)
       via  79938f2bcc495631992c030022279532ea7ca278 (commit)
      from  6a8871e26d0b32aee73e5d7389e99c3b7e333f8e (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 46c979d0c970c079702ed872ab318192393b7815
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 19 15:42:10 2015 +0100

    Bug 14566: Fix permissions in patronimage.pl
    
    There is no permission needed to access the patronimage.pl script.
    This means anybody cans access to the patron's images.
    
    Test plan:
    Add an image to borrowernumber 42 and call
    /cgi-bin/koha/members/patronimage.pl?borrowernumber=42
    
    If you are logged in with borrowers permissions, you will see the image,
    otherwise you will get a blank page with a 403 header.
    
    Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Conflicts:
    	members/patronimage.pl

commit c68fc8ad3e5069e52b9bd0487faa3094e9eee4cc
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Aug 4 15:59:39 2015 +0000

    Bug 14644: unbreak SIP2 terminal login when using telnet transport
    
    This patch fixes breakage introduced by the patch for bug 13506
    that prevented SIP2 clients from authenticating themselves over
    the telnet transport. Attempts to do so would manifest by the
    SIPServer backend crashing and the connection getting closed.
    
    To test:
    
    [1] Use the stock SIPServer config, etc/SIPconfig.xml, and ensure
        that the database contains a staff user whose username is 'term1'
        and password is 'term1' that has the circulate permission.
    [2] Start SIPServer, telnet to port 8023, and attempt to log in.  The
        connection will be aborted:
    
        $ telnet localhost 8023
        Trying 127.0.0.1...
        Connected to localhost.
        Escape character is '^]'.
        login: term1
        password: term1
        Connection closed by foreign host.
    
    [3] Apply the patch and restart SIPSever, then repeat step 2.  This time,
        the login should succeed:
    
        $ telnet localhost 8023
        Trying 127.0.0.1...
        Connected to localhost.
        Escape character is '^]'.
        login: term1
        password: term1
        Login OK.  Initiating SIP
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit 3ec8b27185f0c8600bc931c5284a5d73d0a42aac)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>

commit 79938f2bcc495631992c030022279532ea7ca278
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Dec 2 13:01:21 2014 -0500

    Bug 14690 - [3.18.x] Patron import tool page missing extra search patron options
    
    To test, apply the patch and navigate to the Patrons home page. Expand
    the hidden search fields in the search header and confirm that the
    layout looks correct. Perform some searches and check that the results
    are correct and that the modified search fields retain their state.
    
    Also please be sure to check the patron import page.
    
    Owen is listed as the author of this, because that's mostly true - I just resolved the conflict for 3.18.x (LR)

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

Summary of changes:
 C4/SIP/SIPServer.pm                                |    2 +-
 .../prog/en/includes/patron-search.inc             |  217 ++++++++++----------
 members/patronimage.pl                             |   21 +-
 3 files changed, 127 insertions(+), 113 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list