[koha-commits] main Koha release repository branch master updated. v16.11.00-96-ge16ec2f

Git repo owner gitmaster at git.koha-community.org
Thu Dec 22 14:43:58 CET 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, master has been updated
       via  e16ec2fcdb8bf67c507591386f94b9d024fec596 (commit)
       via  2184fa6ab1a7449857df15894c8de075aac729ec (commit)
      from  00591b2e091b5810b86aa47720501bdaa9695ccf (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 e16ec2fcdb8bf67c507591386f94b9d024fec596
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>

commit 2184fa6ab1a7449857df15894c8de075aac729ec
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>

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

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