temporary_invitation 5.x-2.3
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-2.3.tar.gz | 25.54 KB | 12312aae0ea9811b099d1b4ec5cd18dc |
| temporary_invitation-5.x-2.3.zip | 29.6 KB | d2af15fdddf84c7a329472fa230e0a2d |
Release notes
security bugfix:
* fixing XSS problem when displaying invitations
other fixes and improvements since 5.x-2.2:
* Put the preview form elements in a common parent item too,
and make it a bit more themeable.
* Make it possible for modules to alter the email template and body.
* Streamline message template retrieval, and make it pluggable too.
* Update the copyright notices, and remove the amateur GPL header
(drupal.org now explicitely states GPLv2+ anyways).
* Reduce code duplication by centralizing mail text replacements into a
separate function. Also, reduce complexity by moving replacements out of
the _temporary_invitation_get_message_template() function.
* Provide a token for the invitation creation date.
* Sort loaded arrays by creation date (newest first).
* Record and show the creation date of an invitation.
* Make redirection more robust against $_REQUEST['destination'] paths
that might be set by hook_user() and confuse guest users as they don't
get to the target path.
* Add a setting to control the maximum number of invitations per hour.
temporary_invitation 5.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-2.2.tar.gz | 24.28 KB | 05c4e278bcf805dc37393c692e2ce896 |
| temporary_invitation-5.x-2.2.zip | 28.63 KB | 2ed01f7a5f8872f360f8a4f7312c82f6 |
Release notes
Single bug fix: Use the "destination=(...)" path after sending an invitation. Using destination paths pretty much doesn't make use without this fix, but if you don't use that, there's no reason otherwise to update the module.
temporary_invitation 5.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-2.1.tar.gz | 24.23 KB | d76daed515bc44372ea6a05dcd5996eb |
| temporary_invitation-5.x-2.1.zip | 28.59 KB | 957f443ca9a147507b54d824f195c635 |
Release notes
Bugfix release: The only change is that it now works correctly with path aliases when those include slashes (e.g. "invitations/edit").
If you don't need that, you can safely skip this update.
temporary_invitation 5.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-2.0.tar.gz | 23.64 KB | 24bea53c06770c00f7812c357b999433 |
| temporary_invitation-5.x-2.0.zip | 28.12 KB | 9b8e1893e5428aeeac06820fa9d9b909 |
Release notes
Ok people, it's time to release the final 2.0.
* One more last-minute feature: An option "Don't assign roles to existing users" which comes in handy if you want to assign a "Temporary User" role to newly created temporary users but not to merely invited ones.
* Doing the code style maniac: Get rid of a NULL parameter which is now assumed by default.
That's it folks. Have fun, and hope for point releases instead of new release candidates :)
temporary_invitation 5.x-2.0-rc7
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-2.0-rc7.tar.gz | 23.33 KB | b9834b726eb1ffa42857064e8a1faa2a |
| temporary_invitation-5.x-2.0-rc7.zip | 27.65 KB | c5d477df35c75d282c162128b43afee0 |
Release notes
Fix the redirection issue once and for all. There's only one "delete" menu path now that works with the "destination" attribute, which should perform a tad better and enables better usage of the temporary_invitation_overview() function for themers.
I think this will be the final 5.x-2.0 version, I'm really satisfied with it now. If no further bugs show up, I'll re-release this as 5.x-2.0 in the next few days.
temporary_invitation 5.x-2.0-rc6
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-2.0-rc6.tar.gz | 23.29 KB | d5a6a82af666df872a318a769d0bd82d |
| temporary_invitation-5.x-2.0-rc6.zip | 27.6 KB | f262c393f949277fd32b1bbf860073e2 |
Release notes
One more bug fix release, fixes invitation deletions for normal menu paths (that is, not the "My Account" ones).
temporary_invitation 5.x-2.0-rc5
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-2.0-rc5.tar.gz | 23.26 KB | 22b79d5a29832213c1d8742401106dbf |
| temporary_invitation-5.x-2.0-rc5.zip | 27.6 KB | addffb09874907646e47a94009f3c878 |
Release notes
Minor polishing release: The only difference is the expiration setting pulled from the mail preview to the mail creation form, so that the time can be seen in the preview already.
temporary_invitation 5.x-2.0-rc4
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-2.0-rc4.tar.gz | 23.14 KB | 269646bbcf2d0ec907a474dacc17c49f |
| temporary_invitation-5.x-2.0-rc4.zip | 27.47 KB | 364efebb8570e4cc72db710832b62b53 |
Release notes
Code style release: make $mail an object instead of an array, and recognize that the result value of loginticket_login() is a user object ($user) instead of a boolean ($success).
No functional changes, but as I think this thing is stable and bug-free any time now, I won't wait for more fixes to show up.
temporary_invitation 5.x-2.0-rc3
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-2.0-rc3.tar.gz | 23.13 KB | 3ea811b4176070eb2e48563ada2a926a |
| temporary_invitation-5.x-2.0-rc3.zip | 27.49 KB | 2c45afc863d37a0ae6237be5d4011470 |
Release notes
Before pushing 5.x-2.0 out to the masses, I wanted to include one more cool feature, and that's (optional) support for the Token module. Given that, support for workflow-ng is basically free, so I included that one as well.
The formerly used manual replacement of variables like !invited_uid or !login_code is still in there without a hard dependency on Token, but the variable format has been unified (e.g. it's [invited-user:uid] or [invitation:login-code] now), so please run update.php once more. But that should now do for the 5.x-2.x series, I think - no further data changes planned.
In case no bugs are found, this release will be the same as 2.0. I hope it's ok, and this time it cannot screw up your database scheme (I'm still embarrassed about that upgrade bug in 2.0-rc1). Please test and report back, you might like it!
temporary_invitation 5.x-2.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-2.0-rc2.tar.gz | 19.93 KB | e157105a9be39024071394c776fbb46b |
| temporary_invitation-5.x-2.0-rc2.zip | 24.09 KB | 9b346ded67357644c2b7b82c6ac32f95 |
Release notes
(Hopefully) Fixed a grave bug in the upgrade routine. Otherwise, this release is identical to 5.x-2.0-rc1.
temporary_invitation 5.x-2.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-2.0-rc1.tar.gz | 19.9 KB | b46777604dfc6a6ad511ce037a812c09 |
| temporary_invitation-5.x-2.0-rc1.zip | 24.09 KB | 048a329574e9049206d14dfac13ae57e |
Release notes
"Temporary Invitation 2.0: so much better than the first one"
This is actually a huge overhaul of the Temporary Invitation module. It now works not only better and more usable (hopefully), but also rather different than the previous 5.x-1.x releases. Which means that you should probably see the new 2.x as a replacement rather than an evolution. (I do hope that all necessary use cases are covered, though.)
The major change is that users now draft their invitation mails by themselves, and by that I was also able to get rid of quite a few settings. It is now compulsory to have mails sent to the invited entity, which includes the nice feature of integrating login codes inside the mail automatically (by using a mail template that incorporates the user supplied e-mail body). Additionally, there's a preview where the user can have a look at the complete mail (amended with login information)
before sending it to the invitee.
That, and a freaking lot of other cool features:
- Multiple users can now send invitations to the same mail address. (Yeah, that was a pretty grave design bug in 5.x-1.x. Fixing it required to change the database schema a bit, so run update.php.)
- Users that already exist (from a mail address point of view) can now also be invited, and don't even get blocked/deleted when the invitation expires. Whoo!
temporary_invitation 5.x-1.10
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-1.10.tar.gz | 19.37 KB | 4edd2b3147f10eb9a96ba8afe01a49c0 |
| temporary_invitation-5.x-1.10.zip | 23.33 KB | 407c602b0a66949cd780d6adca2417cc |
Release notes
This release fixes the rather grave bug #149700. Thanks to user danmurf for reporting this.
temporary_invitation 5.x-1.9
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-1.9.tar.gz | 19.33 KB | 969a3d6fb66c5087d4a43771638e0d2f |
| temporary_invitation-5.x-1.9.zip | 23.31 KB | 0d1f914961289f6ceae51706a5b8221f |
Release notes
- Don't invite users with mail addresses that already belong to an existing user (#145923).
- Fully load the user objects before updating roles when they have been changed in the admin form.
temporary_invitation 5.x-1.8
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-1.8.tar.gz | 19.1 KB | 04a4e0bc6099584e0048e7c439bd4ba4 |
| temporary_invitation-5.x-1.8.zip | 23.03 KB | 7f3e72b4420c57a2eefbb502f1a75a7e |
Release notes
No changes except that I added a .pot file for translators.
Anyone can now easily contribute translations for Temporary Invitation!
temporary_invitation 5.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-1.7.tar.gz | 17.41 KB | b1f421f74ea8addea7eb311e972ff0f9 |
| temporary_invitation-5.x-1.7.zip | 20.44 KB | 9b14d197e028f2c5d01e9a53a0a02e27 |
Release notes
Yah, here comes a rather big one. Remember to run update.php after copying the new version to your module directory.
The main feature of this release is support for notification mails that are sent to invited users, in addition to the already supported notification mails for the host users. I needed to restructure some things here and there, so this feature comes with a load of modifications:
Read moretemporary_invitation 5.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-1.6.tar.gz | 15.33 KB | 1222dddc6c5bdc4b2722a36edd743dbd |
| temporary_invitation-5.x-1.6.zip | 18.25 KB | 92c9aa33df001006ceb38fd475e3e1cd |
Release notes
Eliminating an unnecessary warning when used with not-so-current PHP versions.
Thanks to drupal.org users the1who and ambrielangel for error reporting, testing and good advice.
temporary_invitation 5.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-1.5.tar.gz | 15.3 KB | 6822bec83ad58c099761ae45e28ffa13 |
| temporary_invitation-5.x-1.5.zip | 18.22 KB | f8a3cffe6a5d345bbe9d0028e9fa8e9a |
Release notes
This release introduces hook_temporary_invitation(), and lets the .inc file (containing the public API) be included without including the .module file as well.
temporary_invitation 5.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-1.4.tar.gz | 14.88 KB | e868314345356824ca99c72ba3637ba0 |
| temporary_invitation-5.x-1.4.zip | 17.61 KB | 9fd3b44e1469769457d0787f07c5d091 |
Release notes
Removing "Engine=InnoDB" from the database table creation code. It's not needed in any way, bad practice, and more likely to fail when selecting database engines is disallowed by the MySQL configuration. Thanks to drupal.org user the1who for making me notice this.
temporary_invitation 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-1.3.tar.gz | 14.86 KB | 0a614001f63254b01a6c40cad2ce05f6 |
| temporary_invitation-5.x-1.3.zip | 17.62 KB | 5a019fef9fbf13880588f300fc021101 |
Release notes
Now works with 'open_basedir restriction in effect', and/or PHP 4. This release is brought to you by drupal.org users joeblow and ambrielangel, thanks for the notifications and patches.
temporary_invitation 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| temporary_invitation-5.x-1.2.tar.gz | 14.47 KB | 971d2eafa3282f535ddebd86cf833bab |
| temporary_invitation-5.x-1.2.zip | 17.21 KB | 89b1fd045f30673e240e515e01a7dc88 |
Release notes
Small improvements after a code review from fago, and a switch from "temporary-invitation" to "temporary-invitation/uid" paths (so that an invitation admin can view & edit other users' invitations as well).