/[drupal]/contributions/modules/loginticket/loginticket.module
ViewVC logotype

Log of /contributions/modules/loginticket/loginticket.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 28 02:16:54 2009 UTC (5 months ago) by crdant
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +37 -13 lines
Diff to previous 1.3
Added alter hook to allow modules to modify the ticket that was generated.  Used on a client site to create a more secure ticket rather than the one in the module that seemed to be focused on usability/readability.  Also refactored ticket expiration into it's own function so that it could be called by other modules.  Need to backport these changes to 5.x and roll a release for 5.x as well.

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 28 02:04:12 2009 UTC (5 months ago) by crdant
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-7
Changes since 1.1.2.11: +2 -2 lines
Diff to previous 1.1.2.11 , to branch point 1.1 , to next main 1.4
Updated to fix syntax errors to repair issue 492434 per patch by attymullins

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 02:52:21 2009 UTC (6 months, 4 weeks ago) by crdant
Branch: DRUPAL-5
Changes since 1.1.2.10: +2 -2 lines
Diff to previous 1.1.2.10 , to branch point 1.1
Updated with query optimization from issue #264623.

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 02:51:05 2009 UTC (6 months, 4 weeks ago) by crdant
Branch: DRUPAL-6--1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 , to next main 1.4
Updated with query optimization in issue #264623.

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 21:33:11 2009 UTC (6 months, 4 weeks ago) by crdant
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-6
Changes since 1.1.2.9: +24 -10 lines
Diff to previous 1.1.2.9 , to branch point 1.1
Updated with patches for issues #436694, #436674, #229797

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 15:38:13 2009 UTC (6 months, 4 weeks ago) by crdant
Branch: MAIN
CVS Tags: DRUPAL-6--1-6
Branch point for: DRUPAL-6--1
Changes since 1.2: +72 -47 lines
Diff to previous 1.2
Ported to 6.x based on deadwood transformation and updates from BenKewell and crdant

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 4 19:45:36 2008 UTC (20 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.1.2.8: +2 -5 lines
Diff to previous 1.1.2.8 , to branch point 1.1
Other part of #229797 by vgarvardt: Use strtotime('-2 months')
instead of a more complicated four-liner. Neat trick, I love it.

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 4 19:31:42 2008 UTC (20 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5
Changes since 1.1.2.7: +7 -5 lines
Diff to previous 1.1.2.7 , to branch point 1.1
Part of #229797 by vgarvardt, with only small modifications:
Use a "passcode_md5 IN (..., ...)" query statement instead of
the more unwieldy "passcode_md5 = ... OR passcode_md5 = ... OR ...".

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 4 19:25:25 2008 UTC (20 months, 3 weeks ago) by jpetso
Branch: DRUPAL-5
Changes since 1.1.2.6: +8 -1 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Make sure there is a session, even if none has been created yet and
no data has been stored in the $_SESSION variable. That case requires us
to store something by ourselves, so that the session will be remembered.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 15 22:59:01 2007 UTC (2 years ago) by jpetso
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.1.2.5: +3 -4 lines
Diff to previous 1.1.2.5 , to branch point 1.1
I have no idea where that came from, but uid must be %d and not '%s'.
Requires another bug fix release, I guess.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 15 21:14:32 2007 UTC (2 years ago) by jpetso
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.1.2.4: +3 -2 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Fix login functionality when the target user is already logged in:
Return the user object as specified in the apidox,
and call hook_loginticket($op='login').

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 8 00:20:01 2007 UTC (2 years ago) by jpetso
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.1.2.3: +5 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Improving the apidox a little bit.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 8 00:08:12 2007 UTC (2 years ago) by jpetso
Branch: DRUPAL-5
Changes since 1.1.2.2: +8 -5 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Add a new hook_loginticket() op: 'login'.
Called when a user logs in using a login ticket.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 7 23:50:05 2007 UTC (2 years ago) by jpetso
Branch: DRUPAL-5
Changes since 1.1.2.1: +12 -11 lines
Diff to previous 1.1.2.1 , to branch point 1.1
* Don't delete tickets of the same user when a new one is created.
* Don't attempt to log in if the target user is the current one already.
* Remove quotes from '%d' SQL placeholders.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 11 13:11:47 2007 UTC (2 years, 6 months ago) by jpetso
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.1: +6 -8 lines
Diff to previous 1.1
Fix incorrect API documentation and the $Id$ placeholders.

Revision 1.2
Fri Mar 30 22:13:36 2007 UTC (2 years, 7 months ago) by jpetso
Branch: MAIN
Changes since 1.1: +0 -0 lines
FILE REMOVED
Remove files from HEAD, and only leave the README.txt pointing to the DRUPAL-5 branch.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 30 21:10:38 2007 UTC (2 years, 7 months ago) by jpetso
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Initial commit of the Login Ticket API module. Provides facilities for other modules let people log in as Drupal user as long as their login ticket is valid.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2