[open-ils-commits] [GIT] Evergreen ILS branch master updated. 1c1ca48007ea044ca39c7bec065faf5557e54ac8

Evergreen Git git at git.evergreen-ils.org
Tue Feb 14 11:26:00 EST 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  1c1ca48007ea044ca39c7bec065faf5557e54ac8 (commit)
       via  8c95ab8cd27ca79b47e911bb00c9c4eb62755478 (commit)
      from  4efef8a85db3af77470cfb26ed94b59d8295d159 (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 1c1ca48007ea044ca39c7bec065faf5557e54ac8
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Tue Feb 14 11:24:32 2017 -0500

    LP#1657589: add release notes entry
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/docs/RELEASE_NOTES_NEXT/Administration/Additional_SMS_Carriers.adoc b/docs/RELEASE_NOTES_NEXT/Administration/Additional_SMS_Carriers.adoc
new file mode 100644
index 0000000..4ed898b
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/Administration/Additional_SMS_Carriers.adoc
@@ -0,0 +1,10 @@
+Additional SMS Carriers
+^^^^^^^^^^^^^^^^^^^^^^^
+SMS carrier definitions are now included for Google Fi and
+Republic Wireless. These will be automatically loaded when
+installing a new Evergreen system; admins who wish to
+add these definitions during an upgrade can use the following
+email gateway values:
+
+ * Google Fi: `$number at msg.fi.google.com`
+ * Republic Wireless: `$number at text.republicwireless.com`

commit 8c95ab8cd27ca79b47e911bb00c9c4eb62755478
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Fri Jul 1 12:11:35 2016 -0400

    LP#1657589: Add a couple of SMS Carriers
    
    Add entries for Google Fi and Republic Wireless.
    
    No upgrade script because systems may have added them manually already.
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
index eb4e2df..0b6b731 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -14415,6 +14415,42 @@ INSERT INTO config.sms_carrier VALUES
         ),
         '$number at myhelio.com',
         TRUE
+    ),
+
+    -- Republic Wireless and Google Fi
+    (
+        66,
+        oils_i18n_gettext(
+            66,
+            'USA',
+            'csc',
+            'region'
+        ),
+        oils_i18n_gettext(
+            66,
+            'Republic Wireless (must enable on device)',
+            'csc',
+            'name'
+        ),
+        '$number at text.republicwireless.com',
+        TRUE
+    ),
+    (
+        67,
+        oils_i18n_gettext(
+            67,
+            'USA',
+            'csc',
+            'region'
+        ),
+        oils_i18n_gettext(
+            67,
+            'Google Fi',
+            'csc',
+            'name'
+        ),
+        '$number at msg.fi.google.com',
+        TRUE
     )
 ;
 

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

Summary of changes:
 Open-ILS/src/sql/Pg/950.data.seed-values.sql       |   36 ++++++++++++++++++++
 .../Administration/Additional_SMS_Carriers.adoc    |   10 +++++
 2 files changed, 46 insertions(+), 0 deletions(-)
 create mode 100644 docs/RELEASE_NOTES_NEXT/Administration/Additional_SMS_Carriers.adoc


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list