[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.05-77-g17571f824d

Git repo owner gitmaster at git.koha-community.org
Mon Nov 16 20:04:46 CET 2020


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, 20.05.x has been updated
       via  17571f824d391989247465c7ae18c92c744464c2 (commit)
      from  eb4533babb0ba78f2a50a7c1fc60864e17b3f27d (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 17571f824d391989247465c7ae18c92c744464c2
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Oct 27 15:59:46 2020 +0000

    Bug 17515: Order Z3950 server by rank and preserve ordering
    
    Previously we put all the servers into an object with keys of the server id
    
    This patch converts it to an array of objects to preserve order, and adjusts code to use the array index
    where necessary and store the server id within the array
    
    To test:
    1 - Add some new Z3950 servers, they don't need to be valid
        FIRST
        SECOND
        THIRD
        FOURTH
    2 - Adjust the ranking so FOURTH:1 THIRD:2 SECOND:3 FIRST:4
    3 - Enable and launch the advanced editor
    4 - Click 'Advanced' under search on the left
    5 - Note the list displays in the order you entered the servers
    6 - Apply patch
    7 - Reload
    8 - Order is correct
    9 - With valid servers, confirm that searching still works and servers can be checked or unchecked to include/remove from results
    
    https://bugs.koha-community.org/show_bug.cgi?id=17515
    
    Signed-off-by: B Johnson <barbara.johnson at bedfordtx.gov>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 7bbf4f7b5fe54a46d2c54a4dc445a0400dfbef23)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/MetaSearcher.pm                               |  2 +-
 cataloguing/editor.pl                              |  2 +-
 .../intranet-tmpl/lib/koha/cateditor/search.js     |  4 +--
 .../prog/en/includes/cateditor-ui.inc              | 33 ++++++++++++----------
 svc/cataloguing/metasearch                         |  1 +
 5 files changed, 23 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list