-
Updated format strings
-
Initial version running on WH.gov.
-
Added enhancement for onetime login from [#653606] with some changes to match other elements of the module's coding style. Thanks to jww2nc.
-
Took out the 5.x packaging info
-
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.
-
Updated to fix syntax errors to repair issue 492434 per patch by attymullins
-
Updated with query optimization from issue #264623.
-
Updated with query optimization in issue #264623.
-
-
Ported to 6.x based on deadwood transformation and updates from BenKewell and crdant