[koha-commits] main Koha release repository branch master updated. v19.05.00-132-gc67ce9c

Git repo owner gitmaster at git.koha-community.org
Thu Jun 20 11:15:29 CEST 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  c67ce9cc9b492e2eaaaaf951a555e59d3cba69fd (commit)
       via  42b1e5e8805027b0c4bc9830c1cc2f45a6f46374 (commit)
       via  b976bad50a03ca4d4fa369e2c5371ec35dfb0d5f (commit)
       via  054094835d586e06e0d116c02deb310030b30f09 (commit)
       via  8bf07f36085741443962a5637c1afdb7c0822d19 (commit)
       via  5168edaf1e7742b28d256e3b5c8530da410d142c (commit)
      from  ef92de033d37b0a5d10ff4f309e71e9dd9e38039 (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 c67ce9cc9b492e2eaaaaf951a555e59d3cba69fd
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jun 20 09:46:50 2019 +0100

    Bug 23130: Add David Nind to contributors
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 42b1e5e8805027b0c4bc9830c1cc2f45a6f46374
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jun 20 09:44:26 2019 +0100

    Bug 22966: Add Petter von Krogh to contributors
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b976bad50a03ca4d4fa369e2c5371ec35dfb0d5f
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Mon Jun 17 16:28:22 2019 +0200

    Bug 23132: Fix encoding issues in facets with show more link
    
    When one uses characters like Ã, ç ... the first searcshow up correctly but when you refine your search with "Show more", the encoding becomes bad and so, results of the search too.
    
    Test plan :
    
    Without the patch:
    - check if you have your SysPref SearchEngine with Elasticsearch as value,
    - put your SysPref FacetMaxCount at 10,
    - search in the catalog "a" and then in Refine your search click on show more (just to see how it works),
    - then search with special characters like "é", ç" ... and make the same test, the research should be wrong when you click on show more and the page is realoaded.
    
    Then apply the patch:
    - and make the same with a classic reasearch, then with special characters,
    - verify that when you click on show more the page isn't realoded and the reasearch is correct.
    - same with show less
    - and finnaly, add some facets and test show more/less
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 054094835d586e06e0d116c02deb310030b30f09
Author: David Nind <david at davidnind.com>
Date:   Sat Jun 15 01:43:39 2019 +0000

    Bug 23130: Fix alternative mana server URL in etc/koha-conf.xml
    
    If the alternative mana KB server URL in etc/koha-conf.xml is used it
    causes an error message like 'malformed JSON string, neither tag,
    array, object, number, string or atom, at character offset 0 (before
    "<html>\r\n<head><tit...") at /usr/share/perl5/JSON.pm line 171.' when
    submitting an account creation request, and the account creation
    request fails.
    
    This patch updates the alternative mana KB server URL in
    etc/koha-conf.xml from http://mana-test.koha-community.org to
    https://mana-test.koha-community.org (the URL should start with https
    instead of http). If the updated URL is used the account creation
    request succeeds without causing any error messages.
    
    To test:
    1) Add <mana_config>http://mana-test.koha-community.org</mana_config> to
       /etc/koha/sites/<instancename>/koha-conf.xml (see etc/koha-conf.xml
       in the Koha code repository for an example of where to add this;
       <instancename> if using koha-testing-docker is kohadev).
    2) Clear memcached and restart services so that the changes to your Koha
       instance configuration are recognised (if using koha-testing-docker
       run flush_memcached and then restart_all).
    3) From the staff client home page go to Koha administration >
       Additional parameters > Share content with Mana KB.
    4) Enable content sharing: change 'Use Mana KB for sharing content' to
       Yes and press Save.
    5) Enter your first name, last name and email address in the Configure
       Mana KB section of the page and then click on 'Send to Mana KB'.
    6) An error message is displayed, this may be something like:
       'malformed JSON string, neither tag, array, object, number, string
       or atom, at character offset 0 (before "<html>\r\n<head><tit...") at
       /usr/share/perl5/JSON.pm line 171.'
    7) Change the mana server URL to https://mana-test.koha-community.org
       (see step 1), and repeat steps 2, 3 and 5.
    8) Instead of an error message you should get 'You successfully created
       your Mana KB account. Check your mailbox and follow instructions.'
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8bf07f36085741443962a5637c1afdb7c0822d19
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Jun 19 14:22:00 2019 +0200

    Bug 23144: (QA follow-up) Fix another POD error in svc/barcode
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5168edaf1e7742b28d256e3b5c8530da410d142c
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Jun 17 19:20:55 2019 +0000

    Bug 23144: Replace missing =cut in svc/header
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 docs/contributors.yaml                              |    7 ++++++-
 docs/history.txt                                    |    2 ++
 etc/koha-conf.xml                                   |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc |    2 +-
 svc/barcode                                         |    4 +++-
 5 files changed, 13 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list