Releases for Login Ticket API

loginticket 5.x-1.7

crdant - June 28, 2009 - 02:08
Official release from CVS tag: DRUPAL-5--1-7
First released: June 28, 2009 - 02:08
Download: loginticket-5.x-1.7.tar.gz
Size: 10.16 KB
md5_file hash: f64600b05156f0e1648ed850ea6d5b6f
Last updated: June 28, 2009 - 02:10
View usage statistics for this release

Repaired syntax reported by attymullins in #492434: Syntax errors in loginticket.install and loginticket.module.

loginticket 5.x-1.6

crdant - April 29, 2009 - 21:36
Official release from CVS tag: DRUPAL-5--1-6
First released: April 29, 2009 - 21:36
Download: loginticket-5.x-1.6.tar.gz
Size: 10.15 KB
md5_file hash: dfcfdf1d1875f8c1bce3eb1fb8752982
Last updated: April 29, 2009 - 21:41
View usage statistics for this release

Updated with patches for issues #436694: Allows multiple valid tickets per (users, purpose) pair, #436674: Uninstall hook calls loginticket hook unnecessarily, #229797: Introduce an autoincrement integer id

loginticket 6.x-1.6

crdant - April 29, 2009 - 16:10
Official release from CVS tag: DRUPAL-6--1-6
First released: April 29, 2009 - 16:10
Download: loginticket-6.x-1.6.tar.gz
Size: 10.12 KB
md5_file hash: f5e46f9d3b692d924950ae4441704ec1
Last updated: April 29, 2009 - 16:16
View usage statistics for this release

Initial release for Drupal 6. Includes patches from issues #264816: Drupal 6 port, #229797: Introduce an autoincrement integer id, and #436674: Uninstall hook calls loginticket hook unnecessarily.

loginticket 5.x-1.5

jpetso - March 4, 2008 - 19:54
Official release from CVS tag: DRUPAL-5--1-5
First released: March 4, 2008 - 19:54
Download: loginticket-5.x-1.5.tar.gz
Size: 9.99 KB
md5_file hash: a1b76a7d84c19a7ec04991188249b578
Last updated: March 4, 2008 - 19:55
View usage statistics for this release

Another bug fix release, including the following small improvements:

  • It is now made sure that logins happen even if no session exists and no other part of Drupal intends to create one, either. For users who are completely new to the site and use a direct login link (without visiting another page of the site before), this might have been problematic. *Fixed.*
  • Also, improvements by contributor vgarvardt from issue #229797: Introduce an autoincrement integer id. Should make the module a bit faster. (I haven't benchmarked it, though.)

Especially considering the first point, it is suggested (and safe - no incompatible changes) to upgrade. Thanks for reading, have fun.

loginticket 5.x-1.4

jpetso - November 15, 2007 - 23:01
Official release from CVS tag: DRUPAL-5--1-4
First released: November 15, 2007 - 23:01
Download: loginticket-5.x-1.4.tar.gz
Size: 9.93 KB
md5_file hash: 0b03f600f577e8982e7cbb1b7029f271
Last updated: November 15, 2007 - 23:05
View usage statistics for this release

I hate it when I have to put out two bugfix releases in short intervals, but uid in an SQL query must be %d and not '%s'. I have no idea where that came from, hope it was in the original user_login_submit() where it's correct as well currently.

loginticket 5.x-1.3

jpetso - November 15, 2007 - 21:33
Official release from CVS tag: DRUPAL-5--1-3
First released: November 15, 2007 - 21:33
Download: loginticket-5.x-1.3.tar.gz
Size: 9.93 KB
md5_file hash: 4e7d23ac8ef49e4a1da1388a270a1f36
Last updated: November 15, 2007 - 21:35
View usage statistics for this release

Follow-up release: fix the (newly introduced) feature that keeps the user logged in if she's the target (passcode-matching) user. The fix is twofold: a) it calls hook_loginticket($op='login') also for this case, and b) it returns the user object instead of TRUE, which is what the apidox say.

loginticket 5.x-1.2

jpetso - November 8, 2007 - 04:23
Official release from CVS tag: DRUPAL-5--1-2
First released: November 8, 2007 - 04:23
Download: loginticket-5.x-1.2.tar.gz
Size: 9.92 KB
md5_file hash: dde26a4ba2b427a084a1085d212b2e44
Last updated: November 8, 2007 - 04:25
View usage statistics for this release

Nevermind large changes in Temporary Invitation, this module seems to be well-designed enough to survive nearly without changes.
So this is mainly a bug fix release, with only one minor "feature". Here's what changed:

  • Bug fix: Don't delete tickets of the same user when a new one is created.
  • Usability: Don't attempt to log in if the target user is the current one already. (Most of all, this has the benefit of not destroying the session.)
  • Feature: Added a new hook_loginticket() op, 'login'. Called when a user logs in using a login ticket.
  • Coding guidelines: Default values for database columns, and some other minor style improvements.

That's it. I could say this module definitely goes well for my purposes, so I need your input where it's still lacking and how it could be improved. Don't be scared of posting issues, they can only help :)

loginticket 5.x-1.1

jpetso - May 11, 2007 - 13:17
Official release from CVS tag: DRUPAL-5--1-1
First released: May 11, 2007 - 13:17
Download: loginticket-5.x-1.1.tar.gz
Size: 9.75 KB
md5_file hash: f9cb941469770fae25750b333e8c1501
Last updated: May 11, 2007 - 13:20
View usage statistics for this release

No changes in functionality, only a fix in the API documentation (a more recent, no longer existing version of the hook was incorrectly mentioned).

loginticket 5.x-1.0

jpetso - March 30, 2007 - 22:20
Official release from CVS tag: DRUPAL-5--1-0
First released: March 30, 2007 - 22:20
Download: loginticket-5.x-1.0.tar.gz
Size: 9.71 KB
md5_file hash: 3e604cc1c418848cc91a89b1ac7653b5
Last updated: March 30, 2007 - 22:25
View usage statistics for this release

The very first release of the Login Ticket API. Tell me what you think, and use it in your own modules.

loginticket 5.x-1.x-dev

jpetso - March 30, 2007 - 22:18
Nightly development snapshot from CVS branch: DRUPAL-5
First released: March 30, 2007 - 22:18
Download: loginticket-5.x-1.x-dev.tar.gz
Size: 10.17 KB
md5_file hash: a842e9b361d47426b23dbcf171819377
Last updated: June 28, 2009 - 12:17
View usage statistics for this release
Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.