[open-ils-commits] [GIT] Evergreen ILS branch master updated. 2fb49f840683d10e1d7c84722d0d5d49e46b17c6

Evergreen Git git at git.evergreen-ils.org
Mon Jul 24 14:23:06 EDT 2017


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 "Evergreen ILS".

The branch, master has been updated
       via  2fb49f840683d10e1d7c84722d0d5d49e46b17c6 (commit)
       via  6cf8eacc1ab985e1e1dde4dbe78c9cd125e7e8d9 (commit)
      from  a3a39064f1686bd58b90e2c0af7995ed85468d3a (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 2fb49f840683d10e1d7c84722d0d5d49e46b17c6
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Mon Jul 24 14:12:26 2017 -0400

    LP#1691860: Release notes entry for nosound audio file
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/RELEASE_NOTES_NEXT/Client/no_sound_audio_file.adoc b/docs/RELEASE_NOTES_NEXT/Client/no_sound_audio_file.adoc
new file mode 100644
index 0000000..ddc06bc
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/Client/no_sound_audio_file.adoc
@@ -0,0 +1,11 @@
+Global option to remove sound for a specific event
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+A new nosound.wav file has been added to the web client. The file can be used
+to globally disable audio alerts for a specific event on an Evergreen system.
+
+For example, to silence the alert that sounds after a successful patron search:
+
+  * mkdir -p /openils/var/web/audio/notifications/success/patron/
+  * cd /openils/var/web/audio/notifications/success/patron/
+  * ln -s ../../nosound.wav by_search.wav
+

commit 6cf8eacc1ab985e1e1dde4dbe78c9cd125e7e8d9
Author: Bill Erickson <berickxx at gmail.com>
Date:   Thu May 18 17:08:37 2017 -0400

    LP#1691860 Webstaff audio alert nosound.wav
    
    Adds a small nosound.wav file which may be used by administrators to
    silence a specific alert for all users on the server.
    
    To test:
    
    [1] mkdir -p /openils/var/web/audio/notifications/success/patron/
    [2] cd /openils/var/web/audio/notifications/success/patron/
    [3] ln -s ../../nosound.wav by_search.wav
    [4] Perform a patron search in the browser client and confirm no sound
        is played upon successful search.
    
    If patron searches have recently been performed, step 4 may require a
    cache clear, a different tab, browser restart, eye of newt.
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Terran McCanna <tmccanna at georgialibraries.org>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/web/audio/notifications/nosound.wav b/Open-ILS/web/audio/notifications/nosound.wav
new file mode 100644
index 0000000..9e24345
Binary files /dev/null and b/Open-ILS/web/audio/notifications/nosound.wav differ

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

Summary of changes:
 Open-ILS/web/audio/notifications/nosound.wav       |  Bin 0 -> 2044 bytes
 .../Client/no_sound_audio_file.adoc                |   11 +++++++++++
 2 files changed, 11 insertions(+), 0 deletions(-)
 create mode 100644 Open-ILS/web/audio/notifications/nosound.wav
 create mode 100644 docs/RELEASE_NOTES_NEXT/Client/no_sound_audio_file.adoc


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list