[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.13-21-gfad86af

Git repo owner gitmaster at git.koha-community.org
Mon Jan 2 12:53:32 CET 2017


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  fad86af97b122c8fe31026e9603c8e6f2560a576 (commit)
       via  84c62227a52da3388f3b16baea8433b2f91828cc (commit)
      from  25384b18b9b14b8eb125b3c565ffe84b2e1a6396 (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 fad86af97b122c8fe31026e9603c8e6f2560a576
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 15 13:50:42 2016 +0100

    Bug 16951: Replace some more
    
    In order to avoid warnings in the logs, $cgi->param should be forced to
    scalar context
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit e16ec2fcdb8bf67c507591386f94b9d024fec596)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit ae61f7c4f170e292781598c3123cc4a70863d933)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 84c62227a52da3388f3b16baea8433b2f91828cc
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 15 13:45:22 2016 +0100

    Bug 16951: Fix Item search sorting
    
    Caused by
      commit ac5a1bfececb5400a77f0ebad90181f5215d5a85
        Bug 16154: CGI->multi_param - Manual changes
    
    The change was wrong, we wanted to retrieve a scalar (the string), not
    an array.
    We want to retrieve a string with the different column' names, not an
    array of 1 element.
    
    Test plan:
    Launch an item search and play with column sort
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 2184fa6ab1a7449857df15894c8de075aac729ec)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 01f495673f61eb5fced39f1f47ea2c04b5074a35)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 catalogue/itemsearch.pl |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list