[koha-commits] main Koha release repository branch master updated. v3.22.00-199-g1d64ce8

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 16:55:20 CET 2015


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  1d64ce817e58f26af8a7052230c53b713125c9a2 (commit)
       via  4a2e2f320cc36275900b7f6f5abd61aafd79a8d3 (commit)
      from  c678525b47790a1b367555bb337e7491efc21efc (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 1d64ce817e58f26af8a7052230c53b713125c9a2
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Dec 16 15:54:49 2015 +0100

    Bug 15225: [QA Follow-up] Improve changes to gethtml5media
    
    [1] Improve readability, add some checks.
    [2] Add the public flag for OPAC use. (If a file has not been marked as
        public, we should not return it in OPAC.)
    
    Test plan:
    See original commit. No changes in behavior.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 4a2e2f320cc36275900b7f6f5abd61aafd79a8d3
Author: Mirko Tietgen <mirko at abunchofthings.net>
Date:   Mon Nov 16 18:10:27 2015 +0100

    Bug 15225: Make HTML5Media work with file upload feature.
    
    Koha::Upload allows files to be attached to bibliographic records.
    HTML5Media streaming in Koha does not work with these files.
    
    Test plan:
    - apply patch
    - make sure OPACBaseURL is set correctly
    - enable HTML5MediaEnabled in OPAC and staff client
    - connect upload.pl to 856$u in your framework
    - upload a file with an extension set in HTML5MediaExtensions,
      make sure to set the codec correctly if you use WEBM (subfield c,
      eg. 'vp8, vorbis')
    - save record, view in staff client and browser, check if 'Play
      media' option is available and works
    
    Signed-off-by: Hugo Agud <hagud at orex.es>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/HTML5Media.pm |   18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list