forked from JillElaine/jquery-idleTimeout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog
36 lines (30 loc) · 1.51 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Changelog - JillElaine/jquery-idleTimeout.js
--------------------------------------------
v1.0.6
+ Modify sessionKeepAliveTimer default to 10 minutes. Set user's current URL as URL to ping. Closes issue #7.
+ Add ability to detect activity within iframes within the same domain. Closes issue #5.
+ Upgrade all code to JSLint compliant
v1.0.5
+ Add 'Time remaining' countdown to warning dialog. Closes issue #6.
+ Change to MIT License
+ Fix bug in 'isDialogOpen' test
v1.0.4
+ Add modification of browser title(s) and tab(s) when warning dialog appears. Original browser title restored if warning dialog dismissed.
+ Remove trailing comma in 'defaults' array
v1.0.3
+ Clean up of code format to standards http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml
v1.0.2
+ Complete rewrite of script to support Internet Explorer
v1.0.1
+ Add clearTimeout(idleTimer) to storage_event_reactor
+ Reversed order of dialog buttons. 'Stay logged in' has focus.
+ Move private dialog variable to dialog function
+ Update index.html example page to reference Google hosted JQuery scripts and CSS
v1.0
+ First versioned version
+ Add support for disable of server pings. Closes issue #1.
+ Move 'event listener' to all windows & tabs, not just 'inactive' ones. Closes issue #3.
+ Modify custom callback support - does not override redirect url
+ Add support to disable redirect url
+ Create 'destroy & remove warning dialog' as separate function
+ Add testing version - jquery-idleTimeout-for-testing.js