[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.07-92-g60054c8

Git repo owner gitmaster at git.koha-community.org
Thu Jun 26 13:43:46 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.14.x has been updated
       via  60054c803761bc9736aed7ab8a2b59516932952e (commit)
       via  16f344fe3824d10994c90c2baf44f4405c72f4df (commit)
       via  7a460484c7c464481b81a28f7578b9b36aa0857a (commit)
       via  e6eca6c22ba49e84ac8446a6206bd2fccb5d4bc3 (commit)
       via  8afe35139657659aac1e671bd8e5b6ce497165e5 (commit)
      from  cb3a47e26066601fff6160aee510ecacc607c498 (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 60054c803761bc9736aed7ab8a2b59516932952e
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>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 7b161b5bbe09d80197906aa049080607852066d9)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 16f344fe3824d10994c90c2baf44f4405c72f4df
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.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit effb64f7f2e48f5cf87e39699bd93c5448160da5)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 7a460484c7c464481b81a28f7578b9b36aa0857a
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Mon Mar 17 09:15:05 2014 +1300

    Bug 11715 : require authentication for the cataloging authorities Z39.50 search
    
    To test:
    1/ go to /cgi-bin/koha/cataloguing/z3950_auth_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_auth_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>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 2b1ffd66bb88d13ac755ad1cb1aa7d86d70dc893)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit e6eca6c22ba49e84ac8446a6206bd2fccb5d4bc3
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>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit a9ab843118ab4c45734a21b156f8e940542ba0a6)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 8afe35139657659aac1e671bd8e5b6ce497165e5
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>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 0599c9b6e9a509c375d5d19e4a64653cbbf14f5e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    
    Conflicts:
    	C4/Auth.pm

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list