From 471aaea1166bc71c8bd28c953e4b192f72646070 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Sun, 19 Feb 2017 11:28:59 +0100 Subject: Implements new SMS Provider ASPSMS.com (#11263) * makes it possible to define the required credential fields in sms provider * show error message if configured sms provider doesn't work, instead of throwing uncatched exception * Adds new SMS provider ASPSMS.com * Development SMS notifications didn't work when clicking 'send now' Caused by the session already closed before, as it's done using a ajax request calling a Session:start() reopens the session. Might be a bit hackish, but should be fine for development * adds UI test for switching sms provider * Makes API-Key default credential field to prevent breaking third party plugins * fixes issue where save button was disabled falsely --- plugins/MobileMessaging/images/ASPSMS.png | Bin 0 -> 7120 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 plugins/MobileMessaging/images/ASPSMS.png (limited to 'plugins/MobileMessaging/images') diff --git a/plugins/MobileMessaging/images/ASPSMS.png b/plugins/MobileMessaging/images/ASPSMS.png new file mode 100644 index 0000000000..31329505dc Binary files /dev/null and b/plugins/MobileMessaging/images/ASPSMS.png differ -- cgit v1.2.3