Downloads

Download account_reminder-6.x-1.2.tar.gztar.gz 12.53 KB
MD5: 00c51ea9737253a270d641010d6cf149
SHA-1: c12e22d105231df125820d4eb5757f40707f5d96
SHA-256: d89cd53b3d8d9a1b1fdf3f01ead95b35495fdd5bce6180827a9c61161609fb0d
Download account_reminder-6.x-1.2.zipzip 15.01 KB
MD5: 291e5da7dbcc3f9afd0617ae6b05a169
SHA-1: 7e33c76980ded4310bc27d2fc523c8766bbdd5a2
SHA-256: ca771ce4ee117cdbac50c97e2e759967ed630b4aaaad64861c917fbe37d4b049

Release notes

Be sure to run module updates before using this module.

Changes since DRUPAL-6--1-1:

  • #379302 Fixed a small typo. Thanks to jwuk for reporting.
  • removed t() calls from schema API table and field descriptions per notes on http://drupal.org/node/322731
  • added update function to do a one-time update of the account reminder email subject and body to change % placeholders to ! placeholders per http://api.drupal.org/api/function/t/6
  • 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. Reworked the hook_mail implementation to make use of the user_mail_tokens function.
  • replaced the DELETE/INSERT on the account_reminder table with and UPDATE or INSERT using drupal_write_record().
  • 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.
  • updated the README
  • change placeholder for watchdog message to %.
Created by: jaydub
Created on: 6 Aug 2009 at 06:57 UTC
Last updated: 6 Aug 2009 at 07:00 UTC
New features
Bug fixes

Other releases