forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
faxsms module cleanup and implement send email client (openemr#7866)
* faxsms module cleanup and implement send email client Reorg dispatch class for better clarification Add event handlers for sms and email buttons and listeners Remove the temporary vendor directory to support RingCentral patch. Dependencies are now and have been included in core composer. * Add cell phone and email to find_patient_popup results and do some modernizations * Add Subject input for email to contact form. Fix message select checkbox without opening message for message delete. * ensure contact form is enabled correctly try to remove move cursor prevent sendSms() in secure messaging if sms not enabled * fix notification script type select conditional where was always evaluating to email * ensure url path is normalized before adding webroot. * Revert "ensure url path is normalized before adding webroot." This reverts commit b367b5f.
- Loading branch information
Showing
663 changed files
with
598 additions
and
99,291 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
204 changes: 121 additions & 83 deletions
204
interface/modules/custom_modules/oe-module-faxsms/contact.php
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.