Releases for Temporary Invitation

temporary_invitation 5.x-2.3

fago - November 4, 2009 - 10:34
Download Size md5 hash
temporary_invitation-5.x-2.3.tar.gz 25.54 KB 12312aae0ea9811b099d1b4ec5cd18dc
Official release from CVS tag: DRUPAL-5--2-3
Last updated: November 4, 2009 - 22:01

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

jpetso - December 31, 2007 - 13:20
Download Size md5 hash
temporary_invitation-5.x-2.2.tar.gz 24.28 KB 05c4e278bcf805dc37393c692e2ce896
Official release from CVS tag: DRUPAL-5--2-2
Last updated: December 31, 2007 - 13:25

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

jpetso - December 14, 2007 - 19:42
Download Size md5 hash
temporary_invitation-5.x-2.1.tar.gz 24.23 KB d76daed515bc44372ea6a05dcd5996eb
Official release from CVS tag: DRUPAL-5--2-1
Last updated: December 14, 2007 - 19:45

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

jpetso - December 5, 2007 - 15:38
Download Size md5 hash
temporary_invitation-5.x-2.0.tar.gz 23.64 KB 24bea53c06770c00f7812c357b999433
Official release from CVS tag: DRUPAL-5--2-0
Last updated: December 5, 2007 - 15:40

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

jpetso - November 28, 2007 - 14:39
Download Size md5 hash
temporary_invitation-5.x-2.0-rc7.tar.gz 23.33 KB b9834b726eb1ffa42857064e8a1faa2a
Official release from CVS tag: DRUPAL-5--2-0-RC7
Last updated: November 28, 2007 - 14:40

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

jpetso - November 28, 2007 - 13:03
Download Size md5 hash
temporary_invitation-5.x-2.0-rc6.tar.gz 23.29 KB d5a6a82af666df872a318a769d0bd82d
Official release from CVS tag: DRUPAL-5--2-0-RC6
Last updated: November 28, 2007 - 13:05

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

jpetso - November 21, 2007 - 15:01
Download Size md5 hash
temporary_invitation-5.x-2.0-rc5.tar.gz 23.26 KB 22b79d5a29832213c1d8742401106dbf
Official release from CVS tag: DRUPAL-5--2-0-RC5
Last updated: November 21, 2007 - 15:05

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

jpetso - November 15, 2007 - 23:43
Download Size md5 hash
temporary_invitation-5.x-2.0-rc4.tar.gz 23.14 KB 269646bbcf2d0ec907a474dacc17c49f
Official release from CVS tag: DRUPAL-5--2-0-RC4
Last updated: November 15, 2007 - 23:45

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

jpetso - November 15, 2007 - 22:14
Download Size md5 hash
temporary_invitation-5.x-2.0-rc3.tar.gz 23.13 KB 3ea811b4176070eb2e48563ada2a926a
Official release from CVS tag: DRUPAL-5--2-0-RC3
Last updated: November 15, 2007 - 22:15

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

jpetso - November 11, 2007 - 02:40
Download Size md5 hash
temporary_invitation-5.x-2.0-rc2.tar.gz 19.93 KB e157105a9be39024071394c776fbb46b
Official release from CVS tag: DRUPAL-5--2-0-RC2
Last updated: November 11, 2007 - 02:45

(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

jpetso - November 8, 2007 - 04:37
Download Size md5 hash
temporary_invitation-5.x-2.0-rc1.tar.gz 19.9 KB b46777604dfc6a6ad511ce037a812c09
Official release from CVS tag: DRUPAL-5--2-0-RC1
Last updated: November 8, 2007 - 04:40

"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

jpetso - June 15, 2007 - 16:03
Download Size md5 hash
temporary_invitation-5.x-1.10.tar.gz 19.37 KB 4edd2b3147f10eb9a96ba8afe01a49c0
Official release from CVS tag: DRUPAL-5--1-10
Last updated: June 15, 2007 - 16:05

This release fixes the rather grave bug #149700. Thanks to user danmurf for reporting this.

temporary_invitation 5.x-1.9

jpetso - May 23, 2007 - 13:03
Download Size md5 hash
temporary_invitation-5.x-1.9.tar.gz 19.33 KB 969a3d6fb66c5087d4a43771638e0d2f
Official release from CVS tag: DRUPAL-5--1-9
Last updated: May 23, 2007 - 13:05
  • 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

jpetso - May 18, 2007 - 14:35
Download Size md5 hash
temporary_invitation-5.x-1.8.tar.gz 19.1 KB 04a4e0bc6099584e0048e7c439bd4ba4
Official release from CVS tag: DRUPAL-5--1-8
Last updated: May 18, 2007 - 14:40

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

jpetso - May 17, 2007 - 16:10
Download Size md5 hash
temporary_invitation-5.x-1.7.tar.gz 17.41 KB b1f421f74ea8addea7eb311e972ff0f9
Official release from CVS tag: DRUPAL-5--1-7
Last updated: May 17, 2007 - 16:15

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:

temporary_invitation 5.x-1.6

jpetso - May 15, 2007 - 15:26
Download Size md5 hash
temporary_invitation-5.x-1.6.tar.gz 15.33 KB 1222dddc6c5bdc4b2722a36edd743dbd
Official release from CVS tag: DRUPAL-5--1-6
Last updated: May 15, 2007 - 15:30

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

jpetso - May 11, 2007 - 13:15
Download Size md5 hash
temporary_invitation-5.x-1.5.tar.gz 15.3 KB 6822bec83ad58c099761ae45e28ffa13
Official release from CVS tag: DRUPAL-5--1-5
Last updated: May 11, 2007 - 13:20

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

jpetso - April 28, 2007 - 11:46
Download Size md5 hash
temporary_invitation-5.x-1.4.tar.gz 14.88 KB e868314345356824ca99c72ba3637ba0
Official release from CVS tag: DRUPAL-5--1-4
Last updated: April 28, 2007 - 11:50

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

jpetso - April 25, 2007 - 12:33
Download Size md5 hash
temporary_invitation-5.x-1.3.tar.gz 14.86 KB 0a614001f63254b01a6c40cad2ce05f6
Official release from CVS tag: DRUPAL-5--1-3
Last updated: April 25, 2007 - 12:35

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

jpetso - April 3, 2007 - 23:47
Download Size md5 hash
temporary_invitation-5.x-1.2.tar.gz 14.47 KB 971d2eafa3282f535ddebd86cf833bab
Official release from CVS tag: DRUPAL-5--1-2
Last updated: April 3, 2007 - 23:50

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).

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.