[koha-commits] main Koha release repository branch master updated. v16.05.00-860-g99f6116

Git repo owner gitmaster at git.koha-community.org
Tue Sep 13 20:21:33 CEST 2016


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  99f6116f3595f4d58307fc3249f3be98550d99a9 (commit)
      from  1d546c57b1be3677263639ff330061fce33dde34 (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 99f6116f3595f4d58307fc3249f3be98550d99a9
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Aug 15 19:58:52 2016 +0000

    Bug 16732 - Add audio alerts (custom sound notifications) to web based self checkout
    
    This patch adds the infrastructure needed to allow audio alerts, as
    configured in administration, to affect the sco module
    
    This patch allows only for the use of sounds with a full URL to be used
    and does not allow for the Koha standard sounds to be accessed via the
    SCO
    
    To test:
    Ensure you have the preference AudioAlerts enabled
    Ensure you can hear normal sounds from the staff module
    Define an audio alert such as:
        Selector: .sco_entry
        Sound: https://archive.org/download/Doorbell_1/doorbell.ogg
    Load the SCO module
    You should hear the doorbell noise (everytime you reload even!)
    Test that the default sounds are not activated for the SCO, you must
    sepcifically define them
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt |   23 ++++++++++++++++++++
 1 file changed, 23 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list