[koha-commits] main Koha release repository branch master updated. v19.11.00-1791-g8aa9f2cc07

Git repo owner gitmaster at git.koha-community.org
Thu Apr 16 20:55:10 CEST 2020


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  8aa9f2cc078932a0a4db434f8bd793de29a8ff7b (commit)
       via  665c8328d11cb3ff83c9b48e25bc583757daaf7d (commit)
       via  dbf604e141429fb32501bc13ed74919823d8c7ee (commit)
       via  429c57d8d6fd88053f2bff93465ab78f1ef82aa3 (commit)
       via  a348fc18e414d3d68916ae863c18344233eafdc9 (commit)
      from  75f3cb5680693cfca0a0d9e57f52bfcc57ed7481 (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 8aa9f2cc078932a0a4db434f8bd793de29a8ff7b
Author: David Roberts <david at koha-ptfs.co.uk>
Date:   Wed Apr 15 16:34:40 2020 +0000

    Bug 25147: AllowSelfCheckReturns is in the wrong system preference section
    
    This patch moves the AllowSelfCheckReturns system preference to the "Self check-in module" section of the Circulation system preferences.
    
    To test:
    
    1) Check that the AllowSelfCheckReturns system preference is currently
    in the "Self Checkout" section of the Circulation system preferences.
    2) Apply the patch
    3) The preference should now be in the "Self check-in module" section of
    the Circulation system preferences.
    
    Signed-off-by: Devinim <kohadevinim at devinim.com.tr>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 665c8328d11cb3ff83c9b48e25bc583757daaf7d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Apr 16 11:51:32 2020 +0200

    Bug 25136: Join the 2 ifs
    
    Highlight that we only need this for action="new"
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit dbf604e141429fb32501bc13ed74919823d8c7ee
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Wed Apr 15 22:46:23 2020 +0000

    Bug 25136: Make PatronSelfRegistrationLibraryList only effect new registration
    
    This patch makes it so PatronSelfRegistrationLibraryList will only effect the registration from and not the modification form.
    TO TEST:
    1. Turn on self reg and add some libaries to PatronSelfRegistrationLibraryList.
    2. Notice that the libaries that display in the borrower_branchcode dropdown are the ones you selected on both the new registration from and the modification form.
    3. Apply patch.
    4. Now only the new registration from should show libaries on PatronSelfRegistrationLibraryList.
    5. The modifciation dropdown should still show all libraries.
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.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 429c57d8d6fd88053f2bff93465ab78f1ef82aa3
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Mar 28 17:42:50 2020 +0000

    Bug 25007: (follow-up) Fix the way image check alters layout
    
    A question in the bug report asks: Why is is necessary to change the
    Bootstrap class to col-xs-12? The JavaScript which checks for the
    existence of an Amazon cover image is designed to remove the Amazon
    cover's container if there is none. Changing the class of
    cover image column is gone.
    
    However, the check is incorrect because it doesn't account for Local
    Covers. There might be both a 1 x 1 pixel Amazon image and a local cover
    image, so the layout shouldn't be changed unless there are no images
    present.
    
    To test, apply the patch and view the bibliographic details page of
    various titles including:
    - Amazon cover present, no local cover
    - No Amazon cover, local cover image present
    - Both Amazon and local cover image
    
    Signed-off-by: David Nind <david at davidnind.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 a348fc18e414d3d68916ae863c18344233eafdc9
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Fri Mar 27 20:40:30 2020 +0000

    Bug 25007: Check for normaalized ISBN when building Amazon link
    
    TO RECREATE:
    -Have Amazon images turned on and local images too.
    -Have a record with a local cover image
    -Make sure the record has no ISBN in 020 field.
    -Load detail page of that record and see that the local cover images is
     not on the right hand side like it should be but forced underneath
     'catalogue_detail_biblio' in an odd spot.
    -Apply patch and reload page
    -The image should be back in its normal spot
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: David Nind <david at davidnind.com>
    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:
 .../prog/en/modules/admin/preferences/circulation.pref       | 12 ++++++------
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt  |  9 +++++----
 opac/opac-memberentry.pl                                     |  4 +++-
 3 files changed, 14 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list