| /[drupal]/contributions/modules/email_confirm/email_confirm.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
swap out t() for strtr() in hook_mail() implementation since t() is operating off of a variable value and so should not be used.
replace t() with strtr() in email_confirm_mail(). t() should not be used with variables. strtr() is used in the hook_mail() api page example.
Port to Drupal 7
Added a hook to allow other modules to act on email change requests and confirmations of email changes.
Added a hook to allow other modules to act on email change requests and confirmations of email changes.
Added a hook to allow other modules to act on email change requests and confirmations of email changes.
Syncing HEAD with latest Drupal 6.x release
#433348 add site private key to the email change confirmation md5 hash.
#433348 add site private key to the email change confirmation md5 hash.
#324005 Added support for SMTP module when setting the 'From' email address for mail sent out by the module.
#330928 save the user's new email via Drupal user_save instead of a direct db query. Thanks to mikeryan for pointing out.
#330928 save the user's new email via Drupal user_save instead of a direct db query. Thanks to mikeryan for pointing out.
#258072 a change from before snuck back in on a later commit.
#282959 added support for '+' in target email address. thanks to sethcohn
#282959 added support for '+' in target email address. thanks to sethcohn
spelling error.
*** empty log message ***
added more help text and improved existing help text. added more strings to be translated.
added more help text and improved existing help text. added more strings to be translated.
#258072 Fix failure to send to BCC email. just a case sensitivity issue
#254910 only act if email field has been changed and is not an empty string. thanks to toemaz.
#254910 only act if email field has been changed and is not an empty string. thanks to toemaz.
#254907 fix bad default placeholder.
coding standards changes. removed t() function call from watchdog function call.
coding standards changes.
Drupal 6 port.
fixed up hook_menu access permissions for admin settings page
Initial import of email_confirm module.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |