[koha-commits] main Koha release repository branch master updated. v17.11.00-251-g99797ac

Git repo owner gitmaster at git.koha-community.org
Tue Jan 9 14:02:09 CET 2018


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  99797acd83116f0f182a55cc847adddd42b4f558 (commit)
       via  0b2e3631e313d0e5a30ad751cccba90215b3a645 (commit)
       via  aceb2eead58b9341854d035b10e8652637c7e9d1 (commit)
      from  94cd27677d8febd2979f9f618f1e8cd1bd2d68d7 (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 99797acd83116f0f182a55cc847adddd42b4f558
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jan 3 18:12:33 2018 -0300

    Bug 19913: Fix embedded HTML5 videos at the OPAC
    
    Caused by
    commit 752aef4593f1aa2d64700bf9738e7e03907eb1cd
    Bug 18754: Translatability: Get rid of exposed tt directives in opac-detail.tt
    
    A space is missing between 'source' and 'src'
    
    Test plan:
    Set  HTML5MediaEnabled  to OPAC
    Put a video link to 856$u
    See the OPAC detail page, tab video, click the video
    => Should play with this patch applied
    
    Note that this does not affect intranet
    
    Signed-off-by: George Williams <george at nekls.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 0b2e3631e313d0e5a30ad751cccba90215b3a645
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 4 10:27:57 2018 -0300

    Bug 19914: Add an id to the Delete button on the library list view
    
    To ease selenium tests, see bug 19243.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit aceb2eead58b9341854d035b10e8652637c7e9d1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jan 5 11:42:03 2018 -0300

    Bug 19899: Restore Item floats feature - do not crash
    
    Error is "The method noreturn is not covered by tests!"
    caused by commit 6eade474ed3a84a5ba372a26ac27bf9fb4bd2299
    Bug 18276: Remove GetBiblioFromItemNumber - Easy ones
    
    When the "Return policy" (var returnbranch) is set to "Item floats" (value noreturn)
    the library must be the current library (from userenv).
    This behaviour is used in C4::Circulation::AddReturn
    
    On bug 18276 I assumed that the value was either holdingbranch or
    homebranch, and forgot it could be "noreturn"
    
    Test plan:
    Set Return policy to Item floats
    Check an item in
    => without this patch it explodes
    => With this patch applied it will check the item in
    
    Signed-off-by: Mohd Hafiz Yusoff <mhby87 at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 circ/returns.pl                                           |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list