[koha-commits] main Koha release repository branch master updated. v19.11.00-85-g4037636

Git repo owner gitmaster at git.koha-community.org
Mon Dec 23 12:56:51 CET 2019


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  403763679a3f2ec7c19fbae0813a1012c22b75ed (commit)
       via  d8c95abe96f2874291d68f73c0bffeb35587119c (commit)
       via  5d82856f0e79f2d3871df94786583631ce6863ef (commit)
      from  e28f9861a94dc0428832cc15511d97cb9c51cfad (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 403763679a3f2ec7c19fbae0813a1012c22b75ed
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Oct 13 16:04:40 2017 -0300

    Bug 19465: Document koha-create --elasticsearch-server option switch
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d8c95abe96f2874291d68f73c0bffeb35587119c
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Oct 13 15:59:25 2017 -0300

    Bug 19465: Add --elasticsearch-server option to koha-create
    
    This patch adds the --elasticsearch-server option switch to koha-create.
    It allows choosing a different Elasticsearch configuration. It defaults
    to the current 'localhost:9200' value.
    
    To test:
    - Apply this patches
    - Run:
      $ reset_all
      $ man koha-create
    => SUCCESS: The man page shows correct information about the added
    option switch
    - Run:
      $ sudo koha-create --create-db test
    => SUCCESS: /etc/koha/sites/test/koha-conf.xml contains the default
       value (i.e. the current behaviour is kept)
    - Run:
      $ sudo koha-create --create-db --elasticsearch-server tomas:1234 test2
    => SUCCESS: /etc/koha/sites/test2/koha-conf.xml contains the passed
       value in the <elasticsearch><server> section.
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5d82856f0e79f2d3871df94786583631ce6863ef
Author: Maryse Simard <maryse.simard at inlibro.com>
Date:   Mon Nov 18 08:50:52 2019 -0500

    Bug 24046: Untranslatable 'Activate filters'
    
    Bug 9573 moved the code for the table filters activation to it's
    own javascript file. The strings contained in this file are not
    translatable. This patch moves the strings to the datatables
    include file since the filters are related to datatables.
    
    Test plan:
    Visit the catalogue/detail.pl and reports/itemslost.pl and test
    that the 'Activate/Deactivate filters' option still work correctly.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 debian/docs/koha-create.xml                             |    8 ++++++++
 debian/scripts/koha-create                              |   14 +++++++++++++-
 debian/templates/koha-conf-site.xml.in                  |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/includes/datatables.inc |    2 ++
 koha-tmpl/intranet-tmpl/prog/js/table_filters.js        |    4 ++--
 5 files changed, 26 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list