[koha-commits] main Koha release repository branch master updated. v17.11.00-964-g64616fe

Git repo owner gitmaster at git.koha-community.org
Tue Mar 27 23:04:12 CEST 2018


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  64616fe2ffc35bf65aa28dcbc36b30e648591cf2 (commit)
       via  031149a20c60fbb2eb5a940cf4000eec4bfe08f7 (commit)
       via  de3f658e9b35a93717d615aa79fb7fc85bcaeb88 (commit)
       via  675daf17cd3eb031416efac4114726555b656600 (commit)
       via  49c5acc5b9a47946b514c339fed33862d98e63d7 (commit)
       via  304e2a8868d6473b8a624bd4cb88812c8b90e1d4 (commit)
       via  57844add803b67f0f5e5c691d172d4141d8d6540 (commit)
       via  ce82441d2625ac45a224b8acea9f616a256296a4 (commit)
       via  7b70f369d58c380b8c3fb8a5b13981776a0945f1 (commit)
       via  bdbd489428fd392e6d4c096e88fa42cda2283c56 (commit)
      from  7aac30428f3ae24f384bad316650e26b32dc5fed (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 64616fe2ffc35bf65aa28dcbc36b30e648591cf2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 27 17:53:13 2018 -0300

    Bug 19233: Restore styling of the button
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 031149a20c60fbb2eb5a940cf4000eec4bfe08f7
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Tue Mar 13 15:09:22 2018 +0000

    Bug 19583: Remove use of C4::AuthoritiesMarc
    
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit de3f658e9b35a93717d615aa79fb7fc85bcaeb88
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Mar 12 15:56:45 2018 +0000

    Bug 19582: (follow-up) get params in correct order
    
    We were ordering the values out of sync with the order of the mathclist
    param and so causing 'entire record' and 'all headings' to be reversed
    
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 675daf17cd3eb031416efac4114726555b656600
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Nov 7 01:24:56 2017 +0000

    Bug 19582: Unit tests
    
    Signed-off-by: David Bourgault <david.bourgault at inlibro.com>
    
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 49c5acc5b9a47946b514c339fed33862d98e63d7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Nov 6 17:14:34 2017 +0000

    Bug 19582: Use compat routines for searching authorities in auth_finder.pl
    
    To test:
    1 - Enable Zebra
    2 - Perform an auth search
    3 - note results
    4 - Enable ES
    5 - Repeat search, note (likely) diff results
    6 - Open a record in cataloging and use the button to launch auth search
    7 - Perform same search as above, note results match for eiher engine
    selected
    8 - NOTE: Disbale sorting for ES search - this will be dealt with in
    another report
    
    Signed-off-by: David Bourgault <david.bourgault at inlibro.com>
    
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 304e2a8868d6473b8a624bd4cb88812c8b90e1d4
Author: Claire Gravely <claire.gravely at bsz-bw.de>
Date:   Tue Mar 13 11:18:33 2018 +0000

    Bug 20386: Improve warning and error messages for Search Engine Configuration
    
    This patch updates a warning message and error message in the Search
    engine configuration for Elasticsearch.
    
    Note: elasticsearch does not need to be active in order to test.
    
    To test warning message:
     1. go to: cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl
     2. note the warning message
     3. Apply patch
     4. Note the change in warning message. Confirm it makes sense.
    
    To test error message:
      Apply patch and check the changed message in the template file mappings.tt and confirm it makes sense.
    
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 57844add803b67f0f5e5c691d172d4141d8d6540
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Mon Dec 4 10:04:48 2017 +0100

    Bug 19739: Add default ES configuration to koha-conf.xml
    
    Bug 18571 added default ES configuration for packaging config.
    
    This patch adds it to dev install in koha-conf.xml.
    Database name is used in index_name to allow multiple installs.
    
    Test plan :
    - Run dev install
    - Install ElasticSearch server and Koha deps
    - Enable ElasticSearch in Koha
    - Check indexing and searching works directly
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ce82441d2625ac45a224b8acea9f616a256296a4
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Mar 27 17:30:42 2018 +0000

    Bug 19233: (follow-up) Use a button to submit form
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 7b70f369d58c380b8c3fb8a5b13981776a0945f1
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Sep 18 15:23:38 2017 +0000

    Bug 19233: (follow-up) Send itemnumbers in report results to batch modification
    
    This patch changes the obscure "^" symbol to a styled link with the text
    "Batch modify." I think the only disadvantage of this is that it takes
    up more space, but it is outweighed by the improved clarity.
    
    This patch also makes minor indentation corrections to new lines of
    HTML.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit bdbd489428fd392e6d4c096e88fa42cda2283c56
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Sep 1 00:54:44 2017 +0000

    Bug 19233: Add ability to send itemnumbers in report results to batch modification
    
    To test:
    1 - Apply patch
    2 - Run a report with an itemnumber column
    3 - Note there is a linked '^' after column title
    4 - Hover over the '^'
    5 - You should see a tooltip 'Send visible items to batch modification'
    6 - Click the '^'
    7 - You should be sent to batch item modification with itemnumbers that
    were visible in report
    
    Signed-off-by: George <george at nekls.org>
    Signed-off-by: BWS Sandboxes <ByWaterSandboxes at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm    |    1 +
 authorities/auth_finder.pl                         |   19 ++++++--
 etc/koha-conf.xml                                  |    5 ++
 .../prog/en/includes/auth-finder-search.inc        |    2 +-
 .../admin/searchengine/elasticsearch/mappings.tt   |    4 +-
 .../en/modules/reports/guided_reports_start.tt     |   48 ++++++++++++++++----
 .../Koha/SearchEngine/Elasticsearch/QueryBuilder.t |   28 +++++++++++-
 7 files changed, 89 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list