/[drupal]/contributions/modules/email_confirm/email_confirm.module
ViewVC logotype

Log of /contributions/modules/email_confirm/email_confirm.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.4.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 28 06:05:55 2009 UTC (4 months ago) by jaydub
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-4
Changes since 1.1.4.12: +2 -2 lines
Diff to previous 1.1.4.12 , to branch point 1.1 , to next main 1.5
swap out t() for strtr() in hook_mail() implementation since t() is operating off of a variable value and so should not be used.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 24 07:35:11 2009 UTC (4 months ago) by jaydub
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-7--1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
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.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 24 07:06:19 2009 UTC (4 months ago) by jaydub
Branch: MAIN
Changes since 1.3: +25 -30 lines
Diff to previous 1.3
Port to Drupal 7

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 24 06:36:39 2009 UTC (4 months ago) by jaydub
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2
Added a hook to allow other modules to act on email change requests and confirmations of email changes.

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 24 06:34:50 2009 UTC (4 months ago) by jaydub
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.1.2.9: +3 -1 lines
Diff to previous 1.1.2.9 , to branch point 1.1 , to next main 1.5
Added a hook to allow other modules to act on email change requests and confirmations of email changes.

Revision 1.1.4.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 24 06:32:14 2009 UTC (4 months ago) by jaydub
Branch: DRUPAL-6--1
Changes since 1.1.4.11: +3 -1 lines
Diff to previous 1.1.4.11 , to branch point 1.1
Added a hook to allow other modules to act on email change requests and confirmations of email changes.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 30 07:29:12 2009 UTC (4 months, 4 weeks ago) by jaydub
Branch: MAIN
Changes since 1.1: +96 -70 lines
Diff to previous 1.1
Syncing HEAD with latest Drupal 6.x release

Revision 1.1.4.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 05:47:05 2009 UTC (6 months, 3 weeks ago) by jaydub
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-3
Changes since 1.1.4.10: +2 -2 lines
Diff to previous 1.1.4.10 , to branch point 1.1
#433348 add site private key to the email change confirmation md5 hash.

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 05:46:48 2009 UTC (6 months, 3 weeks ago) by jaydub
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.1.2.8: +2 -2 lines
Diff to previous 1.1.2.8 , to branch point 1.1
#433348 add site private key to the email change confirmation md5 hash.

Revision 1.1.4.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 10 18:30:47 2009 UTC (8 months, 2 weeks ago) by jaydub
Branch: DRUPAL-6--1
Changes since 1.1.4.9: +9 -2 lines
Diff to previous 1.1.4.9 , to branch point 1.1
#324005 Added support for SMTP module when setting the 'From' email address for mail sent out by the module.

Revision 1.1.4.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 15:23:25 2008 UTC (12 months, 1 week ago) by jaydub
Branch: DRUPAL-6--1
Changes since 1.1.4.8: +2 -2 lines
Diff to previous 1.1.4.8 , to branch point 1.1
#330928 save the user's new email via Drupal user_save instead of a direct
db query. Thanks to mikeryan for pointing out.

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 15:20:47 2008 UTC (12 months, 1 week ago) by jaydub
Branch: DRUPAL-5
Changes since 1.1.2.7: +2 -2 lines
Diff to previous 1.1.2.7 , to branch point 1.1
#330928 save the user's new email via Drupal user_save instead of a direct
db query. Thanks to mikeryan for pointing out.

Revision 1.1.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 23 03:50:09 2008 UTC (14 months ago) by jaydub
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-5--1-2, DRUPAL-6--1-2
Changes since 1.1.4.7: +2 -2 lines
Diff to previous 1.1.4.7 , to branch point 1.1
#258072 a change from before snuck back in on a later commit.

Revision 1.1.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 17 16:42:20 2008 UTC (16 months, 1 week ago) by jaydub
Branch: DRUPAL-6--1
Changes since 1.1.4.6: +2 -1 lines
Diff to previous 1.1.4.6 , to branch point 1.1
#282959 added support for '+' in target email address.
thanks to sethcohn

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 17 16:41:44 2008 UTC (16 months, 1 week ago) by jaydub
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.1.2.6: +2 -1 lines
Diff to previous 1.1.2.6 , to branch point 1.1
#282959 added support for '+' in target email address.
thanks to sethcohn

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 03:40:37 2008 UTC (17 months, 3 weeks ago) by jaydub
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.1.2.5: +2 -2 lines
Diff to previous 1.1.2.5 , to branch point 1.1
spelling error.

Revision 1.1.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 03:40:12 2008 UTC (17 months, 3 weeks ago) by jaydub
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.1.4.5: +2 -2 lines
Diff to previous 1.1.4.5 , to branch point 1.1
*** empty log message ***

Revision 1.1.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 2 17:32:43 2008 UTC (17 months, 3 weeks ago) by jaydub
Branch: DRUPAL-6--1
Changes since 1.1.4.4: +27 -22 lines
Diff to previous 1.1.4.4 , to branch point 1.1
added more help text and improved existing help text.
added more strings to be translated.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 2 17:25:37 2008 UTC (17 months, 3 weeks ago) by jaydub
Branch: DRUPAL-5
Changes since 1.1.2.4: +24 -19 lines
Diff to previous 1.1.2.4 , to branch point 1.1
added more help text and improved existing help text.
added more strings to be translated.

Revision 1.1.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 14 15:04:46 2008 UTC (18 months, 2 weeks ago) by jaydub
Branch: DRUPAL-6--1
Changes since 1.1.4.3: +2 -2 lines
Diff to previous 1.1.4.3 , to branch point 1.1
#258072 Fix failure to send to BCC email. just a case sensitivity issue

Revision 1.1.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 5 15:56:25 2008 UTC (18 months, 3 weeks ago) by jaydub
Branch: DRUPAL-6--1
Changes since 1.1.4.2: +4 -4 lines
Diff to previous 1.1.4.2 , to branch point 1.1
#254910 only act if email field has been changed and                            is not an empty string. thanks to toemaz.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 5 15:54:37 2008 UTC (18 months, 3 weeks ago) by jaydub
Branch: DRUPAL-5
Changes since 1.1.2.3: +1 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
#254910 only act if email field has been changed and
is not an empty string. thanks to toemaz.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 5 15:44:42 2008 UTC (18 months, 3 weeks ago) by jaydub
Branch: DRUPAL-5
Changes since 1.1.2.2: +6 -6 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#254907 fix bad default placeholder.

Revision 1.1.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 22 09:29:22 2008 UTC (19 months ago) by jaydub
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.1.4.1: +4 -4 lines
Diff to previous 1.1.4.1 , to branch point 1.1
coding standards changes. removed t() function call from
watchdog function call.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 22 09:23:05 2008 UTC (19 months ago) by jaydub
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.1.2.1: +5 -5 lines
Diff to previous 1.1.2.1 , to branch point 1.1
coding standards changes.

Revision 1.1.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 17:25:51 2008 UTC (19 months, 1 week ago) by jaydub
Branch: DRUPAL-6--1
Changes since 1.1: +70 -57 lines
Diff to previous 1.1
Drupal 6 port.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 16:09:48 2008 UTC (19 months, 1 week ago) by jaydub
Branch: DRUPAL-5
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
fixed up hook_menu access permissions for admin settings page

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 17 11:18:01 2008 UTC (19 months, 1 week ago) by jaydub
Branch: MAIN
Branch point for: DRUPAL-5, DRUPAL-6--1
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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2