[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.10-26-g07706a2

Git repo owner gitmaster at git.koha-community.org
Fri Sep 16 10:00:25 CEST 2016


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.22.x has been updated
       via  07706a25641233f61cedcd3d71ab7678a131da67 (commit)
       via  6acc9005316b66e0ef3c58bfbec373b6cfb63051 (commit)
      from  4c8ca85c45f706290ca6009fc3e33c5dee81f7d0 (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 07706a25641233f61cedcd3d71ab7678a131da67
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Aug 17 15:14:12 2016 +0200

    Bug 16809: Follow-up for scalarizing biblionumber
    
    Still resolves another multi_param warning.
    
    Test plan:
    Look at your logs before and after this patch when saving a biblio
    record (you may have to start plack again).
    If your biblionumber is mapped to 999c, you should no longer have a warn
    about line 2563 (disclaimer: line numbers are subject to change).
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 377feb9cdf5b4d490dee7640b50c374e28f4550f)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit b7b48eda3f973c9eee3b91d024c04c78c2ddb547)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 6acc9005316b66e0ef3c58bfbec373b6cfb63051
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Jun 24 11:29:19 2016 -0400

    Bug 16809: Silence authority warnings C4::Biblio::TransformHtmlToMarc
    
    Most of the floodiness is caused by accessing the cgi parameters
    in a context which is hard to determine. By purposefully saving
    the value to a scalar variable and using the variable, the issue
    disappears, and it will likely be a tiny tad faster as variable
    access is faster than multiple function calls.
    
    TEST PLAN
    ---------
     1) Back up your intranet error log
        -- for example:
           cp ~/koha-dev/var/log/koha-error-log ~/koha-error-log.backup
     2) Blank your intranet error log
        -- for example:
           echo > ~/koha-dev/var/log/koha-error-log
     3) Log into your staff client
     4) Click 'Authorities'
     5) Click 'New from Z39.50'
     5) Type 'Seuss' into 'Name (any):' and press enter
     6) Click 'Import' beside the first link
     7) Click 'Save'
     8) Check your koha-error-log
        -- floody!
     9) Apply patch
    10) repeat steps 2-8
        -- blank!
    11) restore your intranet error log
       -- for example:
          mv ~/koha-error-log.backup ~/koha-dev/var/log/koha-error-log
    12) run koha qa test tools
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Tested with addbiblio.pl. I would have preferred the scalar option in terms
    of simpler code, but this works too.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 28ad0ab51321955878082d363be2210589a8261f)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 4cabeda007ddb062f60a2c05f69f29a919acbcdf)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Conflicts:
    	C4/Biblio.pm

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

Summary of changes:
 C4/Biblio.pm |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list