Releases for Automated Logout
autologout 7.x-2.x-dev
First released: September 19, 2009 - 04:24
Size: 16.56 KB
md5_file hash: ce66e5562421856d3770f6e1f32e6757
Last updated: September 20, 2009 - 00:02
upgrading to 7.x
autologout 6.x-1.6
First released: September 7, 2009 - 23:26
Size: 16.29 KB
md5_file hash: 9c3c778f17ce135f5919f3c3cbfcf200
Last updated: September 7, 2009 - 23:30
- #268454, added 'You have been logged out' to the translation function.
- #268454, added more translations strings.
- update some translation strings
- fixed issue [#271519]
- Change strings for consistency in naming conventions as per issue [#268316]
- changed module name for better consistency
- coding standards, as per Code Review module
- added One Session Feature
- #326691 by deekayen - hook_user() being called without uid is throwing PHP notices
- #243016 by seals: Swedish translation updated.
- cleaned up the drupal-6--1 branch, removed eclipse editor cruft, removed new feature that was supposed to be in the drupal-6--2 branch.
- #440448, allow format, highlighting and timer threshold to be setting in global countdown timer settings.
- #546310, user messages should not mention drupal internals.
- #545284, uninstall should clear variables.
- One session feature should not be in this branch.
- #289612, db_num_rows error.
autologout 6.x-2.x-dev
First released: August 3, 2009 - 20:31
Size: 16.34 KB
md5_file hash: 5f400a5fb819f94862bef4dd5db18f0b
Last updated: September 19, 2009 - 12:03
dev snapshot release.
autologout 6.x-3.x-dev
First released: April 17, 2009 - 17:06
Size: 7.83 KB
md5_file hash: 1a637dae1b4af8c0f7ee6c75c9f01dee
Last updated: August 20, 2009 - 00:03
New automated logout lite.
autologout 6.x-2.2
First released: April 17, 2009 - 14:11
Size: 16.26 KB
md5_file hash: b41e9ed92755a5c09cf72f2e2f6a445e
Last updated: April 17, 2009 - 14:15
#362733 by redpuma, fixes call to undefined db_num_rows().
NOTE: This release is probably missing some translation strings. If you are using the translations, you probabaly want the --1 branch instead.
autologout 6.x-2.1
First released: October 27, 2008 - 18:14
Size: 19.23 KB
md5_file hash: 6edf8313ddcb12b43b5499bda00f5930
Last updated: October 27, 2008 - 18:15
Changes since DRUPAL-6--2-0:
- #326691 by deekayen - hook_user() being called without uid is throwing PHP notices
autologout 6.x-2.0
First released: July 10, 2008 - 16:56
Size: 19.22 KB
md5_file hash: eed4ce3609af4bf8b86dd3bfa517bf87
Last updated: July 10, 2008 - 17:00
New Feature "One Session"
One Session allows the Administrator to define by role which users can have multiple sessions at a time.
If One Session is enforced the User is restricted to one session. If a restricted user logs on the sessions table is checked, if the users is found to have other sessions: those sessions are set inactive, the user is notified and the event is written to the log.
If a user is in a restricted role and a role that is unrestricted, the One Session feature has no effect.
Minor bug fixes were also fixed, see CVS commit notes for details.
autologout 6.x-1.5
First released: April 19, 2008 - 22:21
Size: 18.1 KB
md5_file hash: 5254a1218a2d08e13844d9e703362080
Last updated: April 19, 2008 - 22:25
#248442, Polish translation from sir_kula.
autologout 6.x-1.4
First released: April 5, 2008 - 16:53
Size: 16.99 KB
md5_file hash: a711d3612c58e57ad056e9649d2580ac
Last updated: April 5, 2008 - 16:55
Swedish Translation and other misc items
autologout 6.x-1.3
First released: March 14, 2008 - 20:07
Size: 12.49 KB
md5_file hash: a7009a2d40ebc4f7aeace34baf33e072
Last updated: March 14, 2008 - 20:10
Support for new js countdown timer module. Added logout message and logout url.
autologout 6.x-1.2
First released: March 5, 2008 - 15:26
Size: 12.25 KB
md5_file hash: 89870d48d753fb850c91769aa264712f
Last updated: March 5, 2008 - 15:30
Added uninstall support.
autologout 5.x-2.2
First released: February 28, 2008 - 05:54
Size: 12.61 KB
md5_file hash: 619d2c019d5daf280c2852aaebce8070
Last updated: February 28, 2008 - 05:55
autologout 6.x-1.1
First released: February 21, 2008 - 21:20
Size: 12.4 KB
md5_file hash: 949097729f131fa65e67239c0229692a
Last updated: February 21, 2008 - 21:25
I think we have all the bugs out, it not let me know.
autologout 6.x-1.x-dev
First released: February 21, 2008 - 02:23
Size: 16.32 KB
md5_file hash: cf1b11045c447066607697ee75c8abb3
Last updated: September 19, 2009 - 12:03
dev snapshot
autologout 6.x-1.1-beta
First released: February 20, 2008 - 19:31
Size: 12.4 KB
md5_file hash: 1ee98f12fba99ec85cf5da885a854323
Last updated: February 20, 2008 - 19:35
added time sync between client and server for the latest countdown timer.
autologout 5.x-2.1
First released: February 20, 2008 - 15:21
Size: 12.67 KB
md5_file hash: 6b6a4b40e03e9915036f3153ab4c70ac
Last updated: February 20, 2008 - 15:25
Fixed install bug referenced in #224315
autologout 5.x-2.0
First released: February 16, 2008 - 18:31
Size: 12.6 KB
md5_file hash: f6239aecd4857c24af3a713505695bac
Last updated: February 16, 2008 - 18:35
Fixes IE compatibility problems with versions of IE before 7.0.5730.13 where the page cannot be loaded because 'The website encountered problems'. To do this we removed the javascript in the module and added compatibility with Javascript Countdown Timer as a helper module. Automated Logout will work without the helper module but will not be able to provide a countdown timer.
autologout 6.x-1.0-beta
First released: February 16, 2008 - 06:20
Size: 13.04 KB
md5_file hash: f793ce36a8ff16e94d8a5aae68367eaa
Last updated: February 16, 2008 - 06:25
Automated Logout has been ported to Drupal core 6. We have moved to using Javascript Countdown Timer for the countdown block, this has fixed the problem with IE not displaying the page. Therefore to view the countdown block you must have Javascript Countdown Timer installed and configured. We would appreciate hearing about any bugs you may find.
autologout 5.x-1.3
First released: May 3, 2007 - 22:44
Size: 11.7 KB
md5_file hash: 3d740e99bca97220578040219c0b8d60
Last updated: May 3, 2007 - 22:45
Round-up of issues. See CVS messages for details.
autologout 4.7.x-1.1
First released: February 12, 2007 - 01:43
Size: 11.37 KB
md5_file hash: d725544cf5c25d1a31fe682d07a501c4
Last updated: February 12, 2007 - 01:45
Minor bug fix release
