[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.04-153-g84adcb4

Git repo owner gitmaster at git.koha-community.org
Fri Apr 26 17:53:41 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, 18.11.x has been updated
       via  84adcb4017e7be038e5e32c37a6b40e4ab9f59c7 (commit)
       via  286f0f3947b9034ea4d60e86544a20579538839a (commit)
       via  e2aa81da2c96b3896c36914ee84e555e073f34f7 (commit)
      from  5b8ed9cc0fbb7a9be0963ae10a45b5501d69d95f (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 84adcb4017e7be038e5e32c37a6b40e4ab9f59c7
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon May 28 16:45:29 2018 +0000

    Bug 20692: Extreme toggle checking for plack
    
    TEST PLAN
    ---------
    sudo koha-plack --disable
    sudo koha-plack --disable
    sudo koha-plack --enable
    
    sudo koha-plack --disable
    echo $?
    sudo koha-plack --disable
    echo $?
    sudo koha-list --noplack
    echo $?
    sudo koha-plack --enable
    echo $?
    sudo koha-plack --enable
    echo $?
    sudo koha-list --plack
    echo $?
    
    git bz apply 20692
    sudo perl ~/misc4dev/cp_debian_files.pl
    then repeat the test.
    
    It should also be noted, because the enable
    and disable are now split, if for some reason
    they become out of sync, an enable or disable
    should correct them.
    
    Because these are bash scripts, the test tool
    (/home/vagrant/qa-test-tools/koha-qa.pl)
    does not apply.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit de20398db303a1ee45b62f9aa51f124597ed0cd8)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 286f0f3947b9034ea4d60e86544a20579538839a
Author: phette23 <phette23 at gmail.com>
Date:   Mon Apr 8 16:00:47 2019 -0700

    Bug 22551: Stray "//" appears at bottom of opac-detail.tt
    
    Removes a couple stray "//<![CDATA[" like comments which are artifacts of other
    code that since been removed. One of the comments causes two forward slashes to
    appear at the bottom of each OPAC detail page.
    
    Testing plan:
    
    - enable SocialNetworks
    - visit any OPAC detail page, observe "//" at bottom of page
    - apply patch
    - revisit page, slashes should be gone
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit eb8f5c86fe5f3e1e20bea73fa8b646cdc092513a)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e2aa81da2c96b3896c36914ee84e555e073f34f7
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Tue Mar 5 11:04:55 2019 +0200

    Bug 22413: Improve query string and desc creation for Elasticsearch
    
    Test plan:
    
    After each of the following steps, verify that the results and query description looks ok.
    
    1. Do a simple keyword query
    2. Change sort order
    3. Click a facet
    4. Do an advanced search with title and author
    5. Change sort order
    6. Click a facet
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marjorie <marjorie.barry-vila at collecto.ca>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit aba8b130f8b96e5000e8a1eccecfb53d7b371c30)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm    |   26 ++++--
 debian/scripts/koha-functions.sh                   |   54 ++++++++++++-
 debian/scripts/koha-plack                          |   84 ++++++++++++++++++--
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    6 --
 .../Koha/SearchEngine/Elasticsearch/QueryBuilder.t |   13 ++-
 5 files changed, 155 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list