[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.12-82-g72ccff1

Git repo owner gitmaster at git.koha-community.org
Thu Jun 26 12:04:43 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, 3.12.x has been updated
       via  72ccff130e565bf6e6ee4c0f8669415eff273ac3 (commit)
       via  05e5b7b1399fe95779e809280a805a95c9a2854e (commit)
       via  d65f1e7889236eeb7bf8da941d1bf1d56a2a390a (commit)
       via  8bf6ada2b04b33caf4a51933ba5d771485e78f0b (commit)
      from  154ee87c5ebf972286971d90b2721cbc5b1839f3 (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 72ccff130e565bf6e6ee4c0f8669415eff273ac3
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri May 2 12:06:30 2014 +0200

    Bug 11715: Update POD for get_template_and_user
    
    If flagsrequired is set, authnotrequired should be 0.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>

commit 05e5b7b1399fe95779e809280a805a95c9a2854e
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Apr 29 17:04:02 2014 +0000

    Bug 11715: require authentication for various staff scripts
    
    To test:
    
    [1] Verify that item record creating and editing during the
        acquisitions process continues to work.
    [2] Verify that calling  services/itemrecorddisplay.pl without
        a valid user session fails.
    [3] Verify that authentication is required for making a new
        order from a suggestion, transferring an order, doing a
        Z39.50 search from acquisitions, displaying the record
        card view in the staff interface, and running the till
        reconciliation report (/cgi-bin/koha/reports/stats.screen.pl)
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Verified all changed scripts are not accessible witout a valid
    user session, but are with one.

commit d65f1e7889236eeb7bf8da941d1bf1d56a2a390a
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Tue Mar 11 10:56:53 2014 +1300

    Bug 11715: require authentication for the cataloging Z39.50 search
    
    To test:
    1/ go to /cgi-bin/koha/cataloguing/z3950_search.pl when you are not
    logged in, notice no log in is enforced
    2/ Apply patch
    3/ go to /cgi-bin/koha/cataloguing/z3950_search.pl notice you now need
    to login
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

commit 8bf6ada2b04b33caf4a51933ba5d771485e78f0b
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Tue Mar 11 10:51:00 2014 +1300

    Bug 11715: Set the default of authnotrequired = 0 in get_template_and_user
    
    To test:
    
    Verify that pages in the OPAC and staff interface display correctly.
    
    Note that there are cases where 'authnotrequired' was not passed
    at all to get_template_and_user, so there may be pages that start
    requiring authentication.  Whether that is correct or not depends
    on context.
    
    Follow up patches are to remove all the unnessecary setting of this
    value, so that the only places we set are when we do want
    authnotrequired=1
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

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

Summary of changes:
 C4/Auth.pm                    |    7 +++++--
 acqui/newordersuggestion.pl   |    1 -
 acqui/z3950_search.pl         |    1 -
 cataloguing/z3950_search.pl   |    1 -
 reports/stats.screen.pl       |    2 --
 serials/serial-issues.pl      |    5 +----
 services/itemrecorddisplay.pl |    2 +-
 7 files changed, 7 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list