Releases for Invite
invite 6.x-2.x-dev
Download: invite-6.x-2.x-dev.tar.gz
Size: 53.91 KB
md5_file hash: 652db063009191131ce3ce9e4814e2ae
First released: September 2, 2008 - 17:06
Last updated: September 5, 2008 - 00:06
This is the 6.x branch of Invite module.
invite 5.x-2.x-dev
Download: invite-5.x-2.x-dev.tar.gz
Size: 54.61 KB
md5_file hash: babf646d7029bfe855205883df9681e6
First released: December 3, 2007 - 05:43
Last updated: August 21, 2008 - 00:06
invite 5.x-1.13
Download: invite-5.x-1.13.tar.gz
Size: 42.09 KB
md5_file hash: 87f2cadf4d90b0e006ac76b15bcf77c2
First released: December 1, 2007 - 17:07
Last updated: December 1, 2007 - 17:10
New features:
- Added Invite Statistics helper module.
- Added Cancel User Accounts helper module that allow users to terminate user accounts by withdrawing their invitation.
- Moved Invite to its own package namespace.
- #183018: Extract only the e-mail part when processing the submitted e-mails to allow e-mails that contain a display name (eg. Some Name ).
Bugs fixed:
- #196472: Fixed Access denied error after redirecting.
- #186570 by dldege: Fixed Access denied error after sending an invitation if the user doen't have the track invitations permission.
- #182914: Fixed a caching issue for the register form where the e-mail address of a previously invited user was displayed.
invite 5.x-1.12
Download: invite-5.x-1.12.tar.gz
Size: 31.78 KB
md5_file hash: 3cfbf9c9c5db0ca4493443991d990214
First released: October 17, 2007 - 19:03
Last updated: October 17, 2007 - 19:05
New features:
- Added 'track invitations' permission to be able to hide the invitation overview from anonymous users.
- #175786: Fixed up ui by 1) separating invite overviews using tabs and 2) using a pager.
- #178652 by Gwen Park: Pass invite code to hook_invite($op = 'invite').
- Added delete invitation confirmation dialog.
Bugs fixed:
- #182017: Tried to produce XHTML (or XML in this case) compliant output.
- #176983: Fixed bogus email header.
- Fixed queries for counting pending and expired invites had swapped comparison logic.
invite 5.x-1.11
Download: invite-5.x-1.11.tar.gz
Size: 31.3 KB
md5_file hash: e25b605020913ff2e0d64f1ee83b2914
First released: September 13, 2007 - 17:31
Last updated: September 13, 2007 - 17:35
Bugs fixed:
- #175025: Fixed maxlength set for textareas on mass invitations.
invite 5.x-1.10a
Download: invite-5.x-1.10a.tar.gz
Size: 31.29 KB
md5_file hash: 5248e885053afb7f86474af9400d6a2e
First released: September 13, 2007 - 17:21
Last updated: September 13, 2007 - 17:25
Changelog from 1.10a:
Bugs fixed:
- #175025: Fixed maxlength set for textareas on mass invitations.
Changelog from 1.10:
New features:
- #165977: Added a multi-functional block showing the top inviters of the site or - when on a user profile - the rank among the other users.
- #168252: Print invitation statistics on the user profile page.
- Added support for Personalized E-mail (http://drupal.org/project/pmail).
- Reorganized the settings page. Moved settings for limit per turn and allow deletion of joined user's invitations to the permissions table. Changed expiry period presets.
- Added a delete confirm form.
- Restructured the module's functions in a more logical way.
Bugs fixed:
- #169916: Fixed Invite and Role Signup modules not working together. This has been solved this by registering a new custom join url (instead of using user/register/123), saving the invite code in a session variable, and then redirecting to the registration page.
- #171851 by matrixfighter: Fixed a bad link in Invite block.
invite 5.x-1.10
Download: invite-5.x-1.10.tar.gz
Size: 31.28 KB
md5_file hash: c0c9ab68220a480b5038a5fb9cf068cb
First released: September 10, 2007 - 11:32
Last updated: September 10, 2007 - 11:35
This release has been withdrawn.
invite 5.x-1.9
Download: invite-5.x-1.9.tar.gz
Size: 27.24 KB
md5_file hash: bc5f018130ad133152b250beb8bf7fdf
First released: July 25, 2007 - 10:25
Last updated: July 25, 2007 - 10:30
Hotfix release. Do NOT use the original 1.8 release.
Note: Invite 1.8 requires you to have the token module installed.
Changelog from 1.9:
Bugs fixed:
- #161829: Blank sender on invite email.
- Prevent emails from looking like spam to SPF-enabled MTAs.
- Fixed sending invites for anonymous users (they don't have an email address).
Changelog from 1.8:
New features:
- #157494 by MarcoR: Show message preview to inviting user.
- #120248: Added token support.
- #100360: Added an invite block.
- #151617 by knseibert, smk-ka: Display only roles on the settings page which have "send invitations" permission set. Only take those into account when escalating the roles for the invitees and checking the send limitations.
- #160969: Delete invite when a user is deleted. To prevent fraud, this will only happen when "Allow deletion of joined users" is enabled.
- #145271 by thierry_gd: Added hook_uninstall().
- #134867 Auto-approve invited users' accounts.
- Added hook_disable().
- Added customizable email subject.
- Got rid of the disabled form in case the invitations limit was hit by redirecting to the new invitation listing page.
- Added Italian translation, contributed by Mr.Bittertooth.
Bugs fixed:
- #137495: Notifing other modules of role change.
- #143373: Don't escape quotation marks and other special characters in plain text e-mails.
- #135345 BLOB/TEXT column 'message' can't have a default value (MySQL 5).
- Fixed From and Reply-To header generation.
- Check that there is at least one valid email remaining after filtering out dupes to prevent the form from resetting.
invite 4.7.x-1.8
Download: invite-4.7.x-1.8.tar.gz
Size: 19.67 KB
md5_file hash: 3508767ed589c5d51314f74d8ec4c00e
First released: July 25, 2007 - 09:48
Last updated: July 25, 2007 - 09:50
Hotfix release. Do NOT use the original 1.7 release.
Changelog from 1.8:
Bugs fixed:
- #161829: Blank sender on invite email.
- Prevent emails from looking like spam to SPF-enabled MTAs.
- Fixed sending invites for anonymous users (they don't have an email address).
Changelog from 1.7:
Bugs fixed:
- #134867 Auto-approve invited users' accounts.
- #137495: Notifying other modules of role change.
- #143373: Fixed escaping of html entities in plain text emails.
- #160969: Delete invite when a user is deleted. To prevent fraud, this will only happen when "Allow deletion of joined users" is enabled.
- Fixed From and Reply-To header generation.
invite 5.x-1.8A
Download: invite-5.x-1.8A.tar.gz
Size: 27.24 KB
md5_file hash: 7a85648db17f52c600d6b4b7855e7041
First released: July 25, 2007 - 09:40
Last updated: July 25, 2007 - 09:45
This release has been withdrawn.
invite 4.7.x-1.7
Download: invite-4.7.x-1.7.tar.gz
Size: 19.5 KB
md5_file hash: 69a1040b6147f3035dbcaf8ce43f6f0f
First released: July 23, 2007 - 21:59
Last updated: July 23, 2007 - 22:00
This release has been withdrawn.
invite 5.x-1.8
Download: invite-5.x-1.8.tar.gz
Size: 27.19 KB
md5_file hash: 323ed582ae819d7b97789009680dfcc7
First released: July 23, 2007 - 21:16
Last updated: July 23, 2007 - 21:20
This release has been withdrawn.
invite 4.7.x-1.6
Download: invite-4.7.x-1.6.tar.gz
Size: 18.71 KB
md5_file hash: 3946994e9077cbd14573466fe643496d
First released: April 1, 2007 - 13:14
Last updated: April 1, 2007 - 13:15
New features:
- #84120 by knseibert: Added multiple invites option to the invite form.
- #126231: Prepopulate registration form with email from invitation.
- #54935: Persist individual message that gets mailed.
- #124711: Displaying a message with a link to the user's profile when trying to invite a user that's already registered.
- #124906 by ray007 and MarcoR: Added german translations.
- New validation system and error messages to better handle large amounts of emails (based on the patch by knseibert).
Bugs fixed:
- Invitation accepted message a) is no more shown to anonymous users to reduce db load, and b) is only shown when the user has been approved.
- #127681: Fixed deleting of pending invites.
- #128939 by mailleux: Fixed PostgreSQL support.
- Added (non-critical) permission checks at several locations.
- #129979 by NathanRAFT, knseibert: Fixed email displayed in _invite_check_messages().
- #125589: Prevent poedit from whining.
- #132828: Prevent array_merge() from whining.
invite 5.x-1.7
Download: invite-5.x-1.7.tar.gz
Size: 20.57 KB
md5_file hash: 0050742f94c3d2385523b27291909d71
First released: April 1, 2007 - 13:14
Last updated: April 1, 2007 - 13:15
New features:
- #84120 by knseibert: Added multiple invites option to the invite form.
- #126231: Prepopulate registration form with email from invitation.
- #54935: Persist individual message that gets mailed.
- #124711: Displaying a message with a link to the user's profile when trying to invite a user that's already registered.
- #124906 by ray007 and MarcoR: Added german translations.
- New validation system and error messages to better handle large amounts of emails (based on the patch by knseibert).
Bugs fixed:
- Invitation accepted message a) is no more shown to anonymous users to reduce db load, and b) is only shown when the user has been approved.
- #127681: Fixed deleting of pending invites.
- #128939 by mailleux: Fixed PostgreSQL support.
- Added (non-critical) permission checks at several locations.
- #129979 by NathanRAFT, knseibert: Fixed email displayed in _invite_check_messages().
- #125589: Prevent poedit from whining.
- #132828: Prevent array_merge() from whining.
invite 4.7.x-1.5
Download: invite-4.7.x-1.5.tar.gz
Size: 17.1 KB
md5_file hash: 0b59590e8ef415b92b50196171ea7d62
First released: March 12, 2007 - 20:18
Last updated: March 12, 2007 - 20:20
New features:
- #86875: Deleting invites of users that are about to be deleted. Orphaned invites will be cleared out when visiting http://www.example.com/update.php.
- #118823 Invite API: Add inviter to API arguments when deleting an invitation.
- Reusing user_password() for invite code generation.
Bugs fixed:
- #118849: Fixed missing delete link, despite "Allow deletion of joined users" is enabled (only true for deleted user accounts).
- #110795: Fixed the possibility for a maliscious user to reuse one invitation code over and over again.
- #106962: Fixed misleading watchdog error 'Registration code failed'.
- #106962 by knseibert: Fixed changed form_id for user settings form (5.x only).
- #118826: Verifying the user that tries to delete an invite. Previously it was possible to delete arbitrary invites if you knew its email address (or by using brute-force methods).
- Fixed several missing checks for an expired invitation code when a user tries to register.
- Fixed doubled expiration time calculation on invites page.
- Fixed unblocking of new user accounts, which was not limited to invite only mode. This broke sites where administrator approval for new user accounts is required.
- Fixed the notification that is displayed for the inviter when an invited user registers.
- Fixed queries for PostgreSQL.
- Fire 'invite' API event only if send was successful.
- Updated the database scheme to be more performant.
invite 5.x-1.6
Download: invite-5.x-1.6.tar.gz
Size: 15.96 KB
md5_file hash: e04f1f3d2091f5a2abe98befe95f3ad2
First released: March 12, 2007 - 20:17
Last updated: March 12, 2007 - 20:20
New features:
- #86875: Deleting invites of users that are about to be deleted. Orphaned invites will be cleared out when visiting http://www.example.com/update.php.
- #118823 Invite API: Add inviter to API arguments when deleting an invitation.
- Reusing user_password() for invite code generation.
Bugs fixed:
- #118849: Fixed missing delete link, despite "Allow deletion of joined users" is enabled (only true for deleted user accounts).
- #110795: Fixed the possibility for a maliscious user to reuse one invitation code over and over again.
- #106962: Fixed misleading watchdog error 'Registration code failed'.
- #106962 by knseibert: Fixed changed form_id for user settings form (5.x only).
- #118826: Verifying the user that tries to delete an invite. Previously it was possible to delete arbitrary invites if you knew its email address (or by using brute-force methods).
- Fixed several missing checks for an expired invitation code when a user tries to register.
- Fixed doubled expiration time calculation on invites page.
- Fixed unblocking of new user accounts, which was not limited to invite only mode. This broke sites where administrator approval for new user accounts is required.
- Fixed the notification that is displayed for the inviter when an invited user registers.
- Fixed queries for PostgreSQL.
- Fire 'invite' API event only if send was successful.
- Updated the database scheme to be more performant.
invite 5.x-1.x-dev
Download: invite-5.x-1.x-dev.tar.gz
Size: 51.25 KB
md5_file hash: f5ebe790045c0d1ce8891921e86e574a
First released: March 6, 2007 - 16:33
Last updated: August 21, 2008 - 00:06
invite 4.7.x-1.4
Download: invite-4.7.x-1.4.tar.gz
Size: 16.16 KB
md5_file hash: 431c25881e3417c2afdef88e29200e98
First released: February 12, 2007 - 01:51
Last updated: February 12, 2007 - 01:55
Bug fix release
invite 5.x-1.5
Download: invite-5.x-1.5.tar.gz
Size: 14.51 KB
md5_file hash: 78253625544bb283f691b98b64ddada0
First released: February 12, 2007 - 01:51
Last updated: February 12, 2007 - 01:55
Bug fix release
invite 4.7.x-1.3
Download: invite-4.7.x-1.3.tar.gz
Size: 16.16 KB
md5_file hash: d50148bd22b1b15b7931dc8ae8f22a9b
First released: January 31, 2007 - 13:24
Last updated: January 31, 2007 - 13:25
Bug fix release
invite 5.x-1.4
Download: invite-5.x-1.4.tar.gz
Size: 14.5 KB
md5_file hash: 0eaac1710a770d56d899e94142445903
First released: January 31, 2007 - 13:22
Last updated: January 31, 2007 - 13:25
Bug fix release
invite 5.x-1.3
Download: invite-5.x-1.3.tar.gz
Size: 14.5 KB
md5_file hash: 2531584819204b4395fef14db18cd956
First released: January 22, 2007 - 20:21
Last updated: January 22, 2007 - 20:25
Bug fix release
invite 5.x-1.2
Download: invite-5.x-1.2.tar.gz
Size: 14.48 KB
md5_file hash: bdd65a2e297b0d3007bd186dbc89b549
First released: January 19, 2007 - 19:56
Last updated: January 19, 2007 - 20:00
Bug fix release.
invite 5.x-1.1
Download: invite-5.x-1.1.tar.gz
Size: 14.47 KB
md5_file hash: c511980af587fb73a3cfe4fe0823c48e
First released: January 19, 2007 - 01:59
Last updated: January 19, 2007 - 02:00
Bug fix release
invite 4.7.x-1.2
Download: invite-4.7.x-1.2.tar.gz
Size: 16.14 KB
md5_file hash: b6c375343dc9f3f69295d2db8be6f8aa
First released: January 19, 2007 - 01:45
Last updated: January 19, 2007 - 01:50
Bug fix release
invite 4.7.x-1.1
Download: invite-4.7.x-1.1.tar.gz
Size: 16.07 KB
md5_file hash: 1c364a3495b7ccde47f9082224d42a95
First released: January 16, 2007 - 12:46
Last updated: January 16, 2007 - 08:50
Bug fix release.
invite 4.7.x-1.0
Download: invite-4.7.x-1.0.tar.gz
Size: 16.05 KB
md5_file hash: a869af2a2cb5630ddb52c4b50b096247
First released: January 16, 2007 - 09:41
Last updated: January 16, 2007 - 05:45
Drupal 4.7 release version
invite 5.x-1.0
Download: invite-5.x-1.0.tar.gz
Size: 14.28 KB
md5_file hash: 7e39b200c4fc7a5382927b76b020432c
First released: January 16, 2007 - 09:38
Last updated: January 16, 2007 - 05:40
First release of the Invite module for Drupal 5
invite HEAD
Download: invite-HEAD.tar.gz
Size: 44.53 KB
md5_file hash: 1d24694f37edd4e676058d7390812a24
First released: November 11, 2006 - 09:14
Last updated: December 3, 2007 - 12:05
HEAD is currently not open for development and only irregularly updated. Please choose a development snapshot that matches your Drupal version.
invite 4.7.x-1.x-dev
Download: invite-4.7.x-1.x-dev.tar.gz
Size: 19.66 KB
md5_file hash: 2fb27a800e52303233d41aa09e08d7e2
First released: March 18, 2006 - 16:00
Last updated: October 15, 2007 - 12:04
invite 4.6.x-1.x-dev
Download: invite-4.6.x-1.x-dev.tar.gz
Size: 12.46 KB
md5_file hash: cf4683dad488dd689a9e9d3c6595321a
First released: December 23, 2005 - 16:00
Last updated: November 13, 2006 - 12:13
End of lifecycle reached. Do not use anymore.
