[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.05-70-g05c4248721

Git repo owner gitmaster at git.koha-community.org
Wed May 6 01:14:50 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, 19.11.x has been updated
       via  05c4248721cfcbb9967b42e2bacf1a82eb845f1a (commit)
       via  8c09c5ee80d59aae134454375f260c47a6af2f16 (commit)
       via  58990eda36c29d09903c2135e76529c6a3accfcc (commit)
       via  66ad3c6e4bac3a39e9038735b8b429098d9d7e29 (commit)
      from  8523817dcc4d2219138b1c8600f289cbe9a009ee (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 05c4248721cfcbb9967b42e2bacf1a82eb845f1a
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>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 8c09c5ee80d59aae134454375f260c47a6af2f16
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>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 58990eda36c29d09903c2135e76529c6a3accfcc
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Apr 13 04:32:56 2020 +0200

    Bug 22468: Standardize on labelling ccode table columns as Collections
    
    We now display the descriptions everywhere, so we should drop the
    'code' from labels.
    
    This changes text in a lot of playes in Koha, including:
    
    - The relatives checkouts table when displayed for the guarantor
    - The new order and order receive forms in acquisitoins (item creation)
    - The description of CCODE in the authorised values table
    - The column description on results in item search
    - The branch tranfers page
    - Course reserves: add reserve items (one and in batch)
    - Patron account > statistics tab
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 66ad3c6e4bac3a39e9038735b8b429098d9d7e29
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Apr 11 13:40:39 2020 +0000

    Bug 25120: Make accounting the default tab when opening the pref editor
    
    The default/active tab when opening the sys pref editor used
    to be 'Acquisitions' as the first tab, but should now be the new
    first 'Accounting'
    
    To test:
    - Go to Administration > System preferences
    - Verify the Aquisition tab is second and preselected
    - Apply patch
    - Repeat
    - Verify now Accounting is selected
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 admin/preferences.pl                                             | 2 +-
 .../intranet-tmpl/prog/en/includes/relatives-issues-table.inc    | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt   | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt    | 4 ++--
 .../intranet-tmpl/prog/en/modules/admin/authorised_values.tt     | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt      | 9 +++++----
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt  | 6 +++---
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt  | 4 ++--
 .../prog/en/modules/course_reserves/add_items-step2.tt           | 2 +-
 .../prog/en/modules/course_reserves/batch_add_items.tt           | 2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt    | 2 +-
 11 files changed, 19 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list