[contributions(DRUPAL-5):jpetso] /modules/temporary_invitation temporary_invitation.install temporary_invitation.module temporary_invitation_api.inc
User: jpetso Branch: DRUPAL-5 Date: Wed, 16 May 2007 14:28:47 +0000 Modified files: /modules/temporary_invitation temporary_invitation.install temporary_invitation.module temporary_invitation_api.inc Log message: Major modifications in order to enable and implement notification mails for invited users. API changes: - temporary_invitation_create() now returns an array with 'invitation' and 'passcode' keys, instead of a plain invitation object. - temporary_invitation_create() and temporary_invitation_create_user() now take an optional $invited_user_additions parameter, which makes it possible to make use of additional columns in the {users} table. User visible changes: - Custom message strings have been removed from the user interface, because it would have grown too complex if they were kept. You can still have custom messages, but you need to take a look at the code and insert them manually into the database. - Invited users can be chosen to receive notification mails, mail contents are customizable by the admin. - Slight change of the method of selecting who receives notifications, and in which form. Note that this requires running update.php, because some variables have been deleted, renamed or replaced. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/temporary_invitati... http://cvs.drupal.org/diff.php?path=contributions/modules/temporary_invitati... http://cvs.drupal.org/diff.php?path=contributions/modules/temporary_invitati...
participants (1)
-
drupal-cvs@drupal.org