Bugzilla – Attachment 43888 Details for
Bug 11431
Custom notification sounds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 11431 [2] - Add audio alerts to installer
PASSED-QA-Bug-11431-2---Add-audio-alerts-to-instal.patch (text/plain), 8.02 KB, created by
Katrin Fischer
on 2015-10-24 10:04:48 UTC
(
hide
)
Description:
[PASSED QA] Bug 11431 [2] - Add audio alerts to installer
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-10-24 10:04:48 UTC
Size:
8.02 KB
patch
obsolete
>From baeeaaa3bbdc4e04f2a8b9d74701fa2a3e706c3a Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 22 Dec 2014 05:57:21 -0500 >Subject: [PATCH] [PASSED QA] Bug 11431 [2] - Add audio alerts to installer > >http://bugs.koha-community.org/show_bug.cgi?id=11431 >Signed-off-by: Nick Clemens <nick@quecheelibrary.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > installer/data/mysql/de-DE/optional/audio_alerts.sql | 4 ++++ > installer/data/mysql/de-DE/optional/audio_alerts.txt | 1 + > installer/data/mysql/en/optional/audio_alerts.sql | 4 ++++ > installer/data/mysql/en/optional/audio_alerts.txt | 1 + > installer/data/mysql/es-ES/optional/audio_alerts.sql | 4 ++++ > installer/data/mysql/es-ES/optional/audio_alerts.txt | 1 + > installer/data/mysql/fr-FR/2-Optionel/audio_alerts.sql | 4 ++++ > installer/data/mysql/fr-FR/2-Optionel/audio_alerts.txt | 1 + > installer/data/mysql/nb-NO/2-Valgfritt/audio_alerts.sql | 4 ++++ > installer/data/mysql/nb-NO/2-Valgfritt/audio_alerts.txt | 1 + > installer/data/mysql/pl-PL/optional/audio_alerts.sql | 4 ++++ > installer/data/mysql/pl-PL/optional/audio_alerts.txt | 1 + > installer/data/mysql/ru-RU/optional/audio_alerts.sql | 4 ++++ > installer/data/mysql/ru-RU/optional/audio_alerts.txt | 1 + > installer/data/mysql/uk-UA/optional/audio_alerts.sql | 4 ++++ > installer/data/mysql/uk-UA/optional/audio_alerts.txt | 1 + > 16 files changed, 40 insertions(+) > create mode 100644 installer/data/mysql/de-DE/optional/audio_alerts.sql > create mode 100644 installer/data/mysql/de-DE/optional/audio_alerts.txt > create mode 100644 installer/data/mysql/en/optional/audio_alerts.sql > create mode 100644 installer/data/mysql/en/optional/audio_alerts.txt > create mode 100644 installer/data/mysql/es-ES/optional/audio_alerts.sql > create mode 100644 installer/data/mysql/es-ES/optional/audio_alerts.txt > create mode 100644 installer/data/mysql/fr-FR/2-Optionel/audio_alerts.sql > create mode 100644 installer/data/mysql/fr-FR/2-Optionel/audio_alerts.txt > create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/audio_alerts.sql > create mode 100644 installer/data/mysql/nb-NO/2-Valgfritt/audio_alerts.txt > create mode 100644 installer/data/mysql/pl-PL/optional/audio_alerts.sql > create mode 100644 installer/data/mysql/pl-PL/optional/audio_alerts.txt > create mode 100644 installer/data/mysql/ru-RU/optional/audio_alerts.sql > create mode 100644 installer/data/mysql/ru-RU/optional/audio_alerts.txt > create mode 100644 installer/data/mysql/uk-UA/optional/audio_alerts.sql > create mode 100644 installer/data/mysql/uk-UA/optional/audio_alerts.txt > >diff --git a/installer/data/mysql/de-DE/optional/audio_alerts.sql b/installer/data/mysql/de-DE/optional/audio_alerts.sql >new file mode 100644 >index 0000000..0c413a5 >--- /dev/null >+++ b/installer/data/mysql/de-DE/optional/audio_alerts.sql >@@ -0,0 +1,4 @@ >+INSERT INTO audio_alerts VALUES >+(1, 1, '.audio-alert-action', 'opening.ogg'), >+(2, 2, '.audio-alert-warning', 'critical.ogg'), >+(3, 3, '.audio-alert-success', 'beep.ogg'); >diff --git a/installer/data/mysql/de-DE/optional/audio_alerts.txt b/installer/data/mysql/de-DE/optional/audio_alerts.txt >new file mode 100644 >index 0000000..da9fdfd >--- /dev/null >+++ b/installer/data/mysql/de-DE/optional/audio_alerts.txt >@@ -0,0 +1 @@ >+Audio alerts >diff --git a/installer/data/mysql/en/optional/audio_alerts.sql b/installer/data/mysql/en/optional/audio_alerts.sql >new file mode 100644 >index 0000000..0c413a5 >--- /dev/null >+++ b/installer/data/mysql/en/optional/audio_alerts.sql >@@ -0,0 +1,4 @@ >+INSERT INTO audio_alerts VALUES >+(1, 1, '.audio-alert-action', 'opening.ogg'), >+(2, 2, '.audio-alert-warning', 'critical.ogg'), >+(3, 3, '.audio-alert-success', 'beep.ogg'); >diff --git a/installer/data/mysql/en/optional/audio_alerts.txt b/installer/data/mysql/en/optional/audio_alerts.txt >new file mode 100644 >index 0000000..da9fdfd >--- /dev/null >+++ b/installer/data/mysql/en/optional/audio_alerts.txt >@@ -0,0 +1 @@ >+Audio alerts >diff --git a/installer/data/mysql/es-ES/optional/audio_alerts.sql b/installer/data/mysql/es-ES/optional/audio_alerts.sql >new file mode 100644 >index 0000000..0c413a5 >--- /dev/null >+++ b/installer/data/mysql/es-ES/optional/audio_alerts.sql >@@ -0,0 +1,4 @@ >+INSERT INTO audio_alerts VALUES >+(1, 1, '.audio-alert-action', 'opening.ogg'), >+(2, 2, '.audio-alert-warning', 'critical.ogg'), >+(3, 3, '.audio-alert-success', 'beep.ogg'); >diff --git a/installer/data/mysql/es-ES/optional/audio_alerts.txt b/installer/data/mysql/es-ES/optional/audio_alerts.txt >new file mode 100644 >index 0000000..da9fdfd >--- /dev/null >+++ b/installer/data/mysql/es-ES/optional/audio_alerts.txt >@@ -0,0 +1 @@ >+Audio alerts >diff --git a/installer/data/mysql/fr-FR/2-Optionel/audio_alerts.sql b/installer/data/mysql/fr-FR/2-Optionel/audio_alerts.sql >new file mode 100644 >index 0000000..0c413a5 >--- /dev/null >+++ b/installer/data/mysql/fr-FR/2-Optionel/audio_alerts.sql >@@ -0,0 +1,4 @@ >+INSERT INTO audio_alerts VALUES >+(1, 1, '.audio-alert-action', 'opening.ogg'), >+(2, 2, '.audio-alert-warning', 'critical.ogg'), >+(3, 3, '.audio-alert-success', 'beep.ogg'); >diff --git a/installer/data/mysql/fr-FR/2-Optionel/audio_alerts.txt b/installer/data/mysql/fr-FR/2-Optionel/audio_alerts.txt >new file mode 100644 >index 0000000..da9fdfd >--- /dev/null >+++ b/installer/data/mysql/fr-FR/2-Optionel/audio_alerts.txt >@@ -0,0 +1 @@ >+Audio alerts >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/audio_alerts.sql b/installer/data/mysql/nb-NO/2-Valgfritt/audio_alerts.sql >new file mode 100644 >index 0000000..0c413a5 >--- /dev/null >+++ b/installer/data/mysql/nb-NO/2-Valgfritt/audio_alerts.sql >@@ -0,0 +1,4 @@ >+INSERT INTO audio_alerts VALUES >+(1, 1, '.audio-alert-action', 'opening.ogg'), >+(2, 2, '.audio-alert-warning', 'critical.ogg'), >+(3, 3, '.audio-alert-success', 'beep.ogg'); >diff --git a/installer/data/mysql/nb-NO/2-Valgfritt/audio_alerts.txt b/installer/data/mysql/nb-NO/2-Valgfritt/audio_alerts.txt >new file mode 100644 >index 0000000..da9fdfd >--- /dev/null >+++ b/installer/data/mysql/nb-NO/2-Valgfritt/audio_alerts.txt >@@ -0,0 +1 @@ >+Audio alerts >diff --git a/installer/data/mysql/pl-PL/optional/audio_alerts.sql b/installer/data/mysql/pl-PL/optional/audio_alerts.sql >new file mode 100644 >index 0000000..0c413a5 >--- /dev/null >+++ b/installer/data/mysql/pl-PL/optional/audio_alerts.sql >@@ -0,0 +1,4 @@ >+INSERT INTO audio_alerts VALUES >+(1, 1, '.audio-alert-action', 'opening.ogg'), >+(2, 2, '.audio-alert-warning', 'critical.ogg'), >+(3, 3, '.audio-alert-success', 'beep.ogg'); >diff --git a/installer/data/mysql/pl-PL/optional/audio_alerts.txt b/installer/data/mysql/pl-PL/optional/audio_alerts.txt >new file mode 100644 >index 0000000..da9fdfd >--- /dev/null >+++ b/installer/data/mysql/pl-PL/optional/audio_alerts.txt >@@ -0,0 +1 @@ >+Audio alerts >diff --git a/installer/data/mysql/ru-RU/optional/audio_alerts.sql b/installer/data/mysql/ru-RU/optional/audio_alerts.sql >new file mode 100644 >index 0000000..0c413a5 >--- /dev/null >+++ b/installer/data/mysql/ru-RU/optional/audio_alerts.sql >@@ -0,0 +1,4 @@ >+INSERT INTO audio_alerts VALUES >+(1, 1, '.audio-alert-action', 'opening.ogg'), >+(2, 2, '.audio-alert-warning', 'critical.ogg'), >+(3, 3, '.audio-alert-success', 'beep.ogg'); >diff --git a/installer/data/mysql/ru-RU/optional/audio_alerts.txt b/installer/data/mysql/ru-RU/optional/audio_alerts.txt >new file mode 100644 >index 0000000..da9fdfd >--- /dev/null >+++ b/installer/data/mysql/ru-RU/optional/audio_alerts.txt >@@ -0,0 +1 @@ >+Audio alerts >diff --git a/installer/data/mysql/uk-UA/optional/audio_alerts.sql b/installer/data/mysql/uk-UA/optional/audio_alerts.sql >new file mode 100644 >index 0000000..0c413a5 >--- /dev/null >+++ b/installer/data/mysql/uk-UA/optional/audio_alerts.sql >@@ -0,0 +1,4 @@ >+INSERT INTO audio_alerts VALUES >+(1, 1, '.audio-alert-action', 'opening.ogg'), >+(2, 2, '.audio-alert-warning', 'critical.ogg'), >+(3, 3, '.audio-alert-success', 'beep.ogg'); >diff --git a/installer/data/mysql/uk-UA/optional/audio_alerts.txt b/installer/data/mysql/uk-UA/optional/audio_alerts.txt >new file mode 100644 >index 0000000..da9fdfd >--- /dev/null >+++ b/installer/data/mysql/uk-UA/optional/audio_alerts.txt >@@ -0,0 +1 @@ >+Audio alerts >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11431
:
29030
|
29031
|
29032
|
29033
|
29034
|
29035
|
29036
|
29037
|
29038
|
29039
|
29119
|
29120
|
29404
|
29764
|
29765
|
29766
|
29767
|
29768
|
29769
|
31145
|
31146
|
31147
|
31148
|
31149
|
31150
|
34637
|
34638
|
34639
|
34640
|
34641
|
34642
|
34643
|
34644
|
34645
|
34646
|
34647
|
34648
|
34649
|
34650
|
34651
|
34652
|
34653
|
34717
|
34718
|
34719
|
34720
|
34864
|
34865
|
34866
|
34867
|
35843
|
35844
|
35845
|
35846
|
38547
|
38548
|
40726
|
40727
|
40728
|
40729
|
40730
|
40731
|
40732
|
41634
|
41661
|
41662
|
42678
|
42679
|
42680
|
42681
|
42682
|
42683
|
42684
|
42685
|
42686
|
42687
|
42688
|
42689
|
42696
|
43753
|
43754
|
43755
|
43756
|
43757
|
43758
|
43759
|
43760
|
43761
|
43762
|
43763
|
43764
|
43765
|
43817
|
43820
|
43821
|
43822
|
43823
|
43824
|
43825
|
43887
|
43888
|
43889
|
43890
|
43891
|
43892
|
43893
|
43894
|
43895
|
43896
|
43897
|
43898
|
43899
|
43900
|
43901
|
43902
|
43903
|
44391
|
44392
|
44393
|
44394
|
44395
|
44396
|
44397
|
44398
|
44399
|
44400
|
44401
|
44402
|
44404
|
44405
|
44407
|
44408
|
44409
|
44411
|
44412
|
44599
|
45135