[koha-commits] main Koha release repository branch master updated. v19.11.00-1807-g2484fb6ac5

Git repo owner gitmaster at git.koha-community.org
Fri Apr 17 10:56:40 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  2484fb6ac508e7709de9473694512ce09b12aff9 (commit)
       via  1be518588b69db80b43ef21c442f2bf8e74f044a (commit)
       via  7426cb6432ce35434335f08b7d391ef83acd3705 (commit)
       via  4de218561460290cc5807c6770bafa597a416cce (commit)
       via  d7efe9ffbbff7dc641f4840bd01b1a969b6d5c4f (commit)
      from  f300af96a7fd1ad96f8dfd132882bafcec8a8426 (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 2484fb6ac508e7709de9473694512ce09b12aff9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sun Mar 29 00:19:39 2020 +0000

    Bug 25016: Coce should not return a 1-pixel Amazon cover image
    
    This patch adds an onload function to the JavaScript which loads images
    from Coce. In the case where the image is 1 x 1 pixel the image should
    be removed.
    
    To test you should have Coce enabled and Amazon.com included in the list
    of sources.
    
     - Apply the patch and view the bibliographic details page under a
      variety of conditions:
       - A title which has a matching Amazon image:
         - The image should load as expected.
       - A title which doesn't have a matching Amazon image
         - The image should not be found in the source at all after the page
           has loaded.
      - Test with local cover images enabled
    
    Signed-off-by: Lucas Gass <lucas 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 1be518588b69db80b43ef21c442f2bf8e74f044a
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Feb 24 12:52:13 2020 +0000

    Bug 24715: Cache repeatable subfield in TransformKohaToMarc
    
    Implemented by calling GetMarcSubfieldStructure and improving
    _check_split which may check repeatability in a specific framework,
    and return the framework hash.
    
    Test plan:
    Run t/db_dependent/Biblio/TransformKohaToMarc.t
    Optionally, follow the test plan of bug 21800#comment7.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Ere Maijala <ere.maijala at helsinki.fi>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7426cb6432ce35434335f08b7d391ef83acd3705
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jan 31 14:51:22 2018 -0300

    Bug 20116: Cache language list
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4de218561460290cc5807c6770bafa597a416cce
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed May 16 17:26:09 2018 -0300

    Bug 20116: Flush the caches
    
    When languages are added or removed when need to flush the caches to
    keep the interface consistent
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d7efe9ffbbff7dc641f4840bd01b1a969b6d5c4f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jan 31 14:36:22 2018 -0300

    Bug 20116: Prepare the ground
    
    Just refactoring to make the next patch more readable
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Biblio.pm                                | 12 +++-
 C4/Languages.pm                             | 85 +++++++++++++++++++----------
 debian/scripts/koha-translate               | 17 +++++-
 koha-tmpl/intranet-tmpl/js/coce.js          |  8 ++-
 misc/bin/clear_cache.pl                     |  9 +++
 misc/translator/translate                   |  4 ++
 t/db_dependent/Biblio/TransformKohaToMarc.t |  6 +-
 7 files changed, 105 insertions(+), 36 deletions(-)
 create mode 100755 misc/bin/clear_cache.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list