[koha-commits] main Koha release repository branch master updated. v18.05.00-rc1-21-gcff6279

Git repo owner gitmaster at git.koha-community.org
Mon May 21 16:14:32 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  cff62796ea9fc227c24fec8f8f3f153a715796ef (commit)
       via  e1a95094e731f3816ff862fe22c317006f0f73ff (commit)
       via  b2f5371b019b1c3d9b3e926aef2592c3e764ae46 (commit)
      from  cb8b0824ff94380cffb200ecdccae23df1f2314f (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 cff62796ea9fc227c24fec8f8f3f153a715796ef
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 21 11:02:04 2018 -0300

    Revert "Bug 20073: Move Elasticsearch configs to yaml files and improve the default settings."
    
    This reverts commit f489d2034bbc3bff67230423a7986d5ea34060ec.
    
    This commit breaks the install process when using debian packages.
    Reverting as we are very close to the 18.05.00 release
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit e1a95094e731f3816ff862fe22c317006f0f73ff
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 21 11:01:58 2018 -0300

    Revert "Bug 20073: Remove perlcritic error"
    
    This reverts commit 67359a97f4cbf828dbe93a7b08ec7283258b46c5.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b2f5371b019b1c3d9b3e926aef2592c3e764ae46
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 21 10:40:43 2018 -0300

    Bug 20792: (bug 18789 follow-up) Fix patron edit page if TranslateNotices is set
    
    translated_language is not a Koha::Patron's method but a simple variable
    sent to the template.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 Koha/SearchEngine/Elasticsearch.pm                 |  201 +++++++++++---------
 .../searchengine/elasticsearch/mappings.yaml       |    7 +-
 debian/templates/koha-conf-site.xml.in             |   11 --
 etc/koha-conf.xml                                  |   11 --
 etc/searchengine/elasticsearch/field_config.yaml   |   61 ------
 etc/searchengine/elasticsearch/index_config.yaml   |   34 ----
 installer/data/mysql/kohastructure.sql             |    2 +-
 .../admin/searchengine/elasticsearch/mappings.tt   |   10 -
 .../prog/en/modules/members/moremember.tt          |    2 +-
 t/Koha/SearchEngine/Elasticsearch.t                |   26 +--
 10 files changed, 122 insertions(+), 243 deletions(-)
 rename {etc => admin}/searchengine/elasticsearch/mappings.yaml (99%)
 delete mode 100644 etc/searchengine/elasticsearch/field_config.yaml
 delete mode 100644 etc/searchengine/elasticsearch/index_config.yaml


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list