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

Log of /contributions/modules/account_reminder/account_reminder.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.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 28 07:40:26 2009 UTC (4 months ago) by jaydub
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.9.2.1: +108 -90 lines
Diff to previous 1.9.2.1 , to branch point 1.9 , to next main 1.13
coding standards fixes. Improved some admin setting page form descriptions and messages.
added a function to return the default account reminder email subject and body text to be
used in the settings page and for mail messages when there is no user defined default.
collapsed two if clauses into a single OR clause in account_reminder_cron().
#486308 Add a configurable cron limit for how many messages to process on every cron run.
change placeholder for watchdog message to %.

Revision 1.7.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 28 07:25:47 2009 UTC (4 months ago) by jaydub
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.7.2.12: +2 -2 lines
Diff to previous 1.7.2.12 , to branch point 1.7 , to next main 1.13
change placeholder for watchdog message to %.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 30 07:16:15 2009 UTC (4 months, 4 weeks ago) by jaydub
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +53 -35 lines
Diff to previous 1.12
initial port of Account Reminder to Drupal 7. It works...

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 27 20:57:23 2009 UTC (5 months ago) by jaydub
Branch: MAIN
Changes since 1.11: +86 -73 lines
Diff to previous 1.11
Merging 6.x branch back to HEAD to start 7.x development work.

Revision 1.7.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 25 08:33:01 2009 UTC (5 months ago) by jaydub
Branch: DRUPAL-6--1
Changes since 1.7.2.11: +22 -9 lines
Diff to previous 1.7.2.11 , to branch point 1.7
#486308 Add a configurable cron limit for how many messages to process on every cron run.

Revision 1.7.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 25 08:31:54 2009 UTC (5 months ago) by jaydub
Branch: DRUPAL-6--1
Changes since 1.7.2.10: +3 -14 lines
Diff to previous 1.7.2.10 , to branch point 1.7
collapsed two if clauses into a single OR clause in account_reminder_cron().

Revision 1.7.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 25 08:28:50 2009 UTC (5 months ago) by jaydub
Branch: DRUPAL-6--1
Changes since 1.7.2.9: +20 -6 lines
Diff to previous 1.7.2.9 , to branch point 1.7
replaced the DELETE/INSERT on the account_reminder table with and UPDATE or INSERT using drupal_write_record().

Revision 1.7.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 25 08:25:02 2009 UTC (5 months ago) by jaydub
Branch: DRUPAL-6--1
Changes since 1.7.2.8: +51 -53 lines
Diff to previous 1.7.2.8 , to branch point 1.7
added a function to return the default account reminder email subject and body text to be
used in the settings page and for mail messages when there is no user defined default.
Reworked the hook_mail implementation to make use of the user_mail_tokens function.

Revision 1.7.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 25 08:16:12 2009 UTC (5 months ago) by jaydub
Branch: DRUPAL-6--1
Changes since 1.7.2.7: +11 -12 lines
Diff to previous 1.7.2.7 , to branch point 1.7
coding standards fixes. Improved some admin setting page form descriptions and messages.

Revision 1.7.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 12:30:19 2008 UTC (14 months, 1 week ago) by jaydub
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.7.2.6: +21 -21 lines
Diff to previous 1.7.2.6 , to branch point 1.7
#275376 text placeholders in email changed from ! back to %. also should have BCC working now.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 19 16:12:19 2008 UTC (17 months, 1 week ago) by jaydub
Branch: MAIN
Changes since 1.10: +130 -114 lines
Diff to previous 1.10
Copied current 6.x code to HEAD

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 19 15:52:28 2008 UTC (17 months, 1 week ago) by jaydub
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
#248590 mistake in hook_perm. thanks to manoloka.

Revision 1.7.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 2 17:51:13 2008 UTC (17 months, 3 weeks ago) by jaydub
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.7.2.5: +13 -12 lines
Diff to previous 1.7.2.5 , to branch point 1.7
#262243 fixed inconsistency between default valuse for
the account_reminder_msg variable. thanks to silid for reporting.

Revision 1.7.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 22 04:36:11 2008 UTC (19 months ago) by jaydub
Branch: DRUPAL-6--1
Changes since 1.7.2.4: +1 -1 lines
Diff to previous 1.7.2.4 , to branch point 1.7
changed relevant user column from access to login in hook_cron call.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 04:28:25 2008 UTC (19 months, 1 week ago) by jaydub
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
#248590 mistake in hook_perm. thanks to manoloka.

Revision 1.7.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 04:27:35 2008 UTC (19 months, 1 week ago) by jaydub
Branch: DRUPAL-6--1
Changes since 1.7.2.3: +2 -2 lines
Diff to previous 1.7.2.3 , to branch point 1.7
#248590 mistake in hook_perm. thanks to manoloka.

Revision 1.7.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 5 18:36:23 2008 UTC (19 months, 3 weeks ago) by jaydub
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA2
Changes since 1.7.2.2: +3 -3 lines
Diff to previous 1.7.2.2 , to branch point 1.7
#242937 fix bug in cron mailout and switched from
user access record to user login record for test.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 5 18:34:01 2008 UTC (19 months, 3 weeks ago) by jaydub
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA2
Branch point for: DRUPAL-5
Changes since 1.8: +6 -6 lines
Diff to previous 1.8
#242937 fix bug in cron mailout and switched from
user access record to user login record for test.

Revision 1.7.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 28 12:15:59 2008 UTC (20 months ago) by jaydub
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA
Changes since 1.7.2.1: +4 -1 lines
Diff to previous 1.7.2.1 , to branch point 1.7
#239655,  #237160 rolled back change in placeholders inside reminder email.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 28 12:12:26 2008 UTC (20 months ago) by jaydub
Branch: MAIN
Changes since 1.7: +25 -25 lines
Diff to previous 1.7
#239655,  #237160 rolled back change in placeholders inside reminder email.

Revision 1.7.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 21 09:32:21 2008 UTC (20 months, 1 week ago) by jaydub
Branch: DRUPAL-6--1
Changes since 1.7: +116 -104 lines
Diff to previous 1.7
Initial port of account_reminder to Drupal 6.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 17 18:00:25 2008 UTC (20 months, 1 week ago) by jaydub
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA
Branch point for: DRUPAL-6--1
Changes since 1.6: +17 -4 lines
Diff to previous 1.6
#233721 added in option for admin Bcc copy of account reminder emails.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 17 17:35:41 2008 UTC (20 months, 1 week ago) by jaydub
Branch: MAIN
Changes since 1.5: +40 -26 lines
Diff to previous 1.5
#189357 updated t() handling.
added settings form validation function.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 16 15:25:47 2008 UTC (20 months, 1 week ago) by jaydub
Branch: MAIN
Changes since 1.4: +128 -124 lines
Diff to previous 1.4
#233140 & #175629 Added PostgreSQL support.
#134857 & #123962 should be fixed with change in table schema.
Removed unneeded indexes.
Drupal coding standards changes.
Wrapped bulk of module strings in t() functions.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 16 14:41:23 2008 UTC (20 months, 1 week ago) by jaydub
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
#136007 added missing table prefix.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 21:27:55 2007 UTC (2 years, 8 months ago) by mdixoncm
Branch: MAIN
Changes since 1.2: +86 -24 lines
Diff to previous 1.2
Module updated to Drupal 5
New feature added to allow users to opt out of revieving account reminder emails

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 26 08:40:30 2007 UTC (2 years, 9 months ago) by mdixoncm
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.1: +13 -0 lines
Diff to previous 1.1
Added permission setting

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 26 08:31:13 2007 UTC (2 years, 9 months ago) by mdixoncm
Branch: MAIN
Initial import

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