[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.01-5-g0e1d6ff

Git repo owner gitmaster at git.koha-community.org
Tue Dec 31 19:27:35 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, 19.11.x has been updated
       via  0e1d6ffcf7fac1894abc097fa37f2704b22ca4d9 (commit)
       via  489cfb4b19b72dc1b156b0a4fa38add79ee3f05b (commit)
       via  dc0952200fe22693624722f3b7db15f9022527c1 (commit)
       via  6998a32ca4e29313a02b020d9e36c0c75f129fb1 (commit)
       via  bdffc685f2c715b683d3b31e7c218ba71800bf43 (commit)
      from  c5afe58f6c6dae5c6dc4119177e585890cd4c5d1 (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 0e1d6ffcf7fac1894abc097fa37f2704b22ca4d9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 5 13:19:20 2019 +0100

    Bug 21270: Display "Make an Interlibrary loan request" even if "suggestions" is turned off
    
    Test plan:
    - Turn off "suggestions"
    - Turn on "ILLModule"
    => When logged in you should see the "Make an Interlibrary loan request"
    
    - Turn on "suggestions"
    - Turn off "ILLModule"
    => When logged in you should see the "Make a purchase suggestion"
    
    - Turn on "suggestions"
    - Turn on "ILLModule"
    => When logged in you should see both links.
    
    - Turn off "suggestions"
    - Turn off "ILLModule"
    => You should not see the "Not finding what you're looking for?" block
    
    - Turn on "suggestions"
    - Turn on AnonSuggestions
    => You should see the "Make a purchase suggestion" even when logged out
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 489cfb4b19b72dc1b156b0a4fa38add79ee3f05b
Author: Blou <philippe.blouin at inlibro.com>
Date:   Fri Aug 24 11:46:54 2018 -0400

    Bug 21270: "Not finding what you're looking for" displaying uselessly
    
    When doing OPAC search, at the bottom you have an offer presented with "Not finding what you're looking for" to introduce Suggestions or ILL if enabled.
    
    Bug 7317 modified the if-else and now if you enable ILLModule but not AnonSuggestions and are not logged, you have this little string sitting there, offering nothing to the user.
    
    Just taunting them...
    
    TEST:
    0) Set IllModule to true, AnonSuggestions to false.
    1) Without login, just to an OPAC search.  At the bottom will be a nice string laughing at your failed search
    2) Apply the patch.
    3) Problem at 1) is fixed.
    4) Login to validate that ILL link now appear.
    5) Modify combination of IllModule and AnonSuggestions to validate links appearing.
    
    Signed-off-by: Dilan Johnpullé <dilan at calyx.net.au>
    Signed-off-by: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit dc0952200fe22693624722f3b7db15f9022527c1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 10 11:17:36 2019 +0100

    Bug 20948: Add missing html filter
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 6998a32ca4e29313a02b020d9e36c0c75f129fb1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 18 10:30:04 2019 +0100

    Bug 20948: Only display item-level hold info if first hold
    
    On the item list of the catalogue detail page we display next item-level
    hold info even if it is not the next hold. That leads to confusion as it
    will not necessarily be the accurate info.
    
    This patch makes the following changes:
    - Display the item-level hold only if it is the next hold (priority ==
    1)
    - Display "There is an item level hold on this item (priority=X)"
    if there is at least 1 item-level hold placed on this item
    
    Test plan:
    - Place several next available holds on a single item record
    - Place an item level hold on the item
    - Go the the biblio detail page
    => Without this patch, the item will show the item level hold
    => With the patch you see "There is an item level hold on this item"
    - Check the item in, confirm the hold
    => No changes, the item will show the waiting hold info
    - Cancel all the holds except the item-level one
    => No changes, the item will how the item-level one
    
    Signed-off-by: Lisette Scheer <lisetteslatah at gmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit bdffc685f2c715b683d3b31e7c218ba71800bf43
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 18 10:10:56 2019 +0100

    Bug 20948: Simplify existing code
    
    No changes expected here.
    
    Signed-off-by: Lisette Scheer <lisetteslatah at gmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 catalogue/detail.pl                                   |    8 +-------
 .../intranet-tmpl/prog/en/modules/catalogue/detail.tt |   17 ++++++++++-------
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt    |   11 ++++++-----
 3 files changed, 17 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list