[koha-commits] main Koha release repository branch master updated. v18.05.00-99-gfdab13c

Git repo owner gitmaster at git.koha-community.org
Fri Jun 22 20:19:55 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  fdab13cc3d66a8d2ad132c66accee4f9d40ac732 (commit)
       via  8c9c6a4bf167d62055f6e9c302666c4aaf0b168b (commit)
       via  6578bca5177b997fc251f195f58ac26e3888820f (commit)
       via  ebd5f905ae809b5f3efe4e82fe07dc66405f591d (commit)
       via  3e07c877f92ab076a0a35ff2541ee89eb0f9232a (commit)
       via  05812dbbbab4e2955b7ab2ee637034fe7a6e4c3f (commit)
       via  f63bb8b0ca90849e32d40d6191c9160f35d525cc (commit)
       via  3ff7c27d9840da14a63b518d96e0fcd44d0f970a (commit)
       via  c2b0c928006de1ceea59f678a8732b9e7e074b63 (commit)
       via  bf86fdd92d41222aa76be3155de664cc2594787a (commit)
       via  e20238ab988bdf154a6072df194021736bfb67a1 (commit)
       via  13a5ffb7e11f29993931c864eab2d1b5539e814d (commit)
       via  61bd8cebf88cc073b6382dba951283761080c390 (commit)
       via  f6d15dc2486d86596529da5aa1efd204a20430fc (commit)
       via  ecc3a559179e041c97c38ae86ec70b4308a2638a (commit)
       via  e0f6450ae9887f7282c3813e2c3d1f2c6bb12593 (commit)
       via  133df5e912259cdcd938366838dffdb161b4c280 (commit)
      from  8480491cce306272ff443408f5b92eac470a3d63 (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 fdab13cc3d66a8d2ad132c66accee4f9d40ac732
Author: Barton Chittenden <barton at bywatersolutions.com>
Date:   Fri Apr 27 22:09:29 2018 +0000

    Bug 20676: svc/barcode should allow barcode to be printed without text
    
    Test plan:
    
    1) Point web browser to
       <staff url>/cgi-bin/koha/svc/barcode?barcode=*12345*&notext=1
    
       This will display a png image of the barcode *12345* with the
       text *12345* printed below the scannable barcode.
    
    2) Apply patch
    3) Refresh the browser. The human readable text no longer appears.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 8c9c6a4bf167d62055f6e9c302666c4aaf0b168b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jun 4 14:40:03 2018 +0000

    Bug 20876: The form_serialized_itype cookie is not used and should be removed
    
    This patch removes references to a form_serialized_itype cookie which
    appears in the code as part of the process of storing information used
    in the generation of the "Return to the last advanced search" link.
    
    To test, apply the patch and perform an advanced search in the OPAC
    using several search options including a limit by item type. From the
    search results page, follow the "Return to the last advanced search"
    link. The advanced search form should appear with all the search options
    you submitted before.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 6578bca5177b997fc251f195f58ac26e3888820f
Author: fv at spots.school <fv at spots.school>
Date:   Sat Aug 5 22:42:03 2017 -0700

    Bug 18973: Auto focus the ISBN field on Z39.50 search form in cataloguing
    
    Signed-off-by: George <george at nekls.org>
    Signed-off-by: BWS Sandboxes <ByWaterSandboxes at gmail.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ebd5f905ae809b5f3efe4e82fe07dc66405f591d
Author: Kyle M Hall <kyle at bywatetsolutions.com>
Date:   Tue Jun 5 14:48:54 2018 -0400

    Bug 20727: Add use line for File::Spec in C4::Context, sort used modules
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 3e07c877f92ab076a0a35ff2541ee89eb0f9232a
Author: Kyle M Hall <kyle at bywatetsolutions.com>
Date:   Tue Jun 5 14:48:14 2018 -0400

    Bug 20727: Replace use of tmpdir in updatedatabase.pl
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 05812dbbbab4e2955b7ab2ee637034fe7a6e4c3f
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed May 30 16:50:27 2018 +0200

    Bug 20727: (QA follow-up) Remove a few use statements again
    
    We do no longer need "use Koha::UploadedFile" in a few places.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit f63bb8b0ca90849e32d40d6191c9160f35d525cc
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed May 30 16:39:25 2018 +0200

    Bug 20727: (QA follow-up) Fix Upload.t and Plugins.t
    
    Trivial changes.
    Adding C4::Context->temporary_directory to subsequent tmpdir call in Plugins.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 3ff7c27d9840da14a63b518d96e0fcd44d0f970a
Author: Kyle M Hall <kyle at bywatetsolutions.com>
Date:   Tue May 29 08:03:55 2018 -0400

    Bug 20727: Move temporary_directory() to C4::Context
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit c2b0c928006de1ceea59f678a8732b9e7e074b63
Author: Kyle M Hall <kyle at bywatetsolutions.com>
Date:   Wed May 9 06:44:41 2018 -0400

    Bug 20727: Replace usage of File::Spec->tmpdir with Koha::UploadedFile->temporary_directory
    
    As explained in bug 20428 use tmpdir can cause issues and it just makes sense to standardize our temp directory in a universal way.
    
    Test Plan:
    1) Apply this patch
    2) Verify you can still log in and use Koha
    3) Verify the web installer still works
    4) Verify EDI module can still download files via FTP
    5) Verify fines.pl still runs with -o option
    6) prove t/db_dependent/Plugins.t
    7) prove t/db_dependent/Sitemapper.t
    8) prove t/db_dependent/Templates.t
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit bf86fdd92d41222aa76be3155de664cc2594787a
Author: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Date:   Tue Mar 6 11:59:28 2018 +0200

    Bug 20339: Unify MARC21 ISBN/ISSN handling in XSL
    
    The code to show the ISBN and ISSN is repeated between the search results
    and the detail view. Create a function to show the ISBN/ISSN, and call
    that instead.
    
    Test plan:
    1) Apply patch
    2) Search for any records, check that the ISBN and ISSN are shown
       correctly
    3) Go to biblio detail pages, check that the ISBN and ISSN are shown
       correctly
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at joensuu.fi>
    
    Signed-off-by: claude <claude.brayer at cea.fr>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit e20238ab988bdf154a6072df194021736bfb67a1
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Fri May 11 06:26:40 2018 +0000

    Bug 19820: (QA follow-up) Fix pod in C4::Biblio
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 13a5ffb7e11f29993931c864eab2d1b5539e814d
Author: David Gustafsson <david.gustafsson at ub.gu.se>
Date:   Fri Dec 15 14:19:49 2017 +0100

    Bug 19820: Add unsafe param to GetMarcSubfieldStructure
    
    Add unsafe param to GetMarcSubfieldStructure and use this options
    where it's safe to do so to increase performance
    
    Sponsored-by: Gothenburg University Library
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 61bd8cebf88cc073b6382dba951283761080c390
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Apr 21 01:07:58 2018 +0000

    Bug 20456: (follow-up) Fix number of subscriptions and position display
    
    TT variables needed to be adjusted because of changes from bug 20400.
    Also: while we want logged_in_user in OPAC, we don't want that in staff.
    
    1) Check the right number of subscriptions is displayed on top of the table
    2) check the right position number is display for the routing list
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit f6d15dc2486d86596529da5aa1efd204a20430fc
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Mar 16 10:13:19 2018 +0100

    Bug 20456: Remove the C4::Serials::GetSubscriptionsFromBorrower
    
    Bug 20400 added a routing list tab to the patron account in the
    OPAC using Koha::Object. After changing the staff view too,
    we can now safely remove GetSubscriptionsFromBorrower as it
    is no longer used.
    
    To test:
    - Make sure that GetSubscriptionsFromBorrower is no longer used.
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ecc3a559179e041c97c38ae86ec70b4308a2638a
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Mar 16 09:57:06 2018 +0100

    Bug 20456: Switch routling list tab in staff to use Koha::Object
    
    Bug 20400 added a routing list tab to the patron account in the
    OPAC using Koha::Object.
    
    This patch switches the routing list tab in the patron account
    in intranet over to the new code. It also adds an additional
    column showing the position of the patron on the routing list
    and fixes the search.
    
    To test:
    - Create some subscriptions with routing lists
    - Take a look at the patron accounts of several patrons having
      - no entries on routing lists
      - 1 entry on a routing list
      - entries on several routing lists
    - Make sure the display works correctly.
    - Search for a subscription and make sure search works.
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit e0f6450ae9887f7282c3813e2c3d1f2c6bb12593
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 23 15:12:20 2018 -0300

    Bug 20073: Remove perlcritic error
    
    "return" statement with explicit "undef" at line 245, column 5.  See
    page 199 of PBP.  (Severity: 5)
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 133df5e912259cdcd938366838dffdb161b4c280
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Tue Jan 23 15:21:31 2018 +0200

    Bug 20073: Move Elasticsearch configs to yaml files and improve the default settings.
    
    Improvements:
    1) Index settings moved from code to etc/searchengine/elasticsearch/index_config.yaml. An alternative can be specified in koha-conf.xml.
    2) Field settings moved from code to etc/searchengine/elasticsearch/field_config.yaml. An alternative can be specified in koha-conf.xml.
    3) mappings.yaml has been moved from admin/searchengine/elasticsearch to etc/searchengine/elasticsearch. An alternative can be specified in koha-conf.xml.
    4) Default settings have been improved to remove punctuation from phrases used for sorting etc.
    5) State variables are used for storing configuration to avoid parsing it multiple times.
    6) A possibility to reset the fields too has been added to the reset operation of mappings administration.
    7) mappings.yaml has been moved from admin/searchengine/elasticsearch to etc/searchengine/elasticsearch.
    8) An stdno field type has been added for standard identifiers.
    
    To test:
    1) Run tests in t/Koha/SearchEngine/Elasticsearch.t
    2) Clear tables search_fields and search_marc_map
    3) Go to admin/searchengine/elasticsearch/mappings.pl?op=reset&i_know_what_i_am_doing=1
    4) Verify that admin/searchengine/elasticsearch/mappings.pl displays the mappings properly, including ISBN and other standard number fields.
    5) Index some records using the -d parameter with misc/search_tools/rebuild_elastic_search.pl to recreate the index
    6) Verify that you can find the records
    7) Put <elasticsearch_index_mappings>non_existent</elasticsearch_index_mappings> to koha-conf.xml
    8) Verify that admin/searchengine/elasticsearch/mappings.pl?op=reset&i_know_what_i_am_doing=1 fails because it can't find non_existent.
    9) Copy etc/searchengine/elasticsearch/mappings.yaml to a new location and make elasticsearch_index_mappings setting in koha-conf.xml point to it.
    10) Make a change in the new mappings.yaml.
    11) Clear table search_fields (mappings reset doesn't do it yet, see bug 20248)
    12) Go to admin/searchengine/elasticsearch/mappings.pl?op=reset&i_know_what_i_am_doing=1
    13) Verify that the changes you made are now visible in the mappings UI
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Bug 20073: Move Elasticsearch yaml files back to admin directory
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Auth.pm                                         |    3 +-
 C4/Biblio.pm                                       |   48 ++++-
 C4/Context.pm                                      |   28 ++-
 C4/InstallAuth.pm                                  |    5 +-
 C4/Serials.pm                                      |   36 ----
 Koha/Edifact/Transport.pm                          |    3 +-
 Koha/SearchEngine/Elasticsearch.pm                 |  201 +++++++++-----------
 Koha/UploadedFile.pm                               |   16 +-
 Koha/Uploader.pm                                   |    2 +-
 about.pl                                           |    3 +-
 admin/searchengine/elasticsearch/field_config.yaml |   61 ++++++
 admin/searchengine/elasticsearch/index_config.yaml |   34 ++++
 admin/searchengine/elasticsearch/mappings.yaml     |    7 +-
 debian/templates/koha-conf-site.xml.in             |   11 ++
 etc/koha-conf.xml                                  |   11 ++
 installer/data/mysql/atomicupdate/bug_20073.perl   |    8 +
 installer/data/mysql/kohastructure.sql             |    2 +-
 installer/data/mysql/updatedatabase.pl             |    3 +-
 .../admin/searchengine/elasticsearch/mappings.tt   |   10 +
 .../prog/en/modules/cataloguing/z3950_search.tt    |    2 +-
 .../prog/en/modules/members/routing-lists.tt       |   79 ++++----
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |   38 +---
 .../prog/en/xslt/MARC21slim2intranetResults.xsl    |   19 +-
 .../intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl |   40 ++++
 .../bootstrap/en/includes/opac-bottom.inc          |    1 -
 .../bootstrap/en/modules/opac-advsearch.tt         |    1 -
 members/routing-lists.pl                           |   19 --
 misc/cronjobs/fines.pl                             |    2 +-
 svc/barcode                                        |   18 +-
 t/Koha/SearchEngine/Elasticsearch.t                |   26 ++-
 t/db_dependent/Plugins.t                           |    6 +-
 t/db_dependent/Sitemapper.t                        |    3 +-
 t/db_dependent/Templates.t                         |    5 +-
 t/db_dependent/Upload.t                            |    8 +-
 34 files changed, 435 insertions(+), 324 deletions(-)
 create mode 100644 admin/searchengine/elasticsearch/field_config.yaml
 create mode 100644 admin/searchengine/elasticsearch/index_config.yaml
 create mode 100644 installer/data/mysql/atomicupdate/bug_20073.perl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list