click here for details... Sakai Executive Director Position Search now open
Issue Details (XML | Word | Printable)

Key: SAK-8152
Type: Task Task
Status: Closed Closed
Resolution: Incorporated
Priority: Major Major
Assignee: Joseph Rodriguez
Reporter: Kristol Hancock
Votes: 2
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
Sakai

Sakai should warn a user before the user's session times out and data is inadvertently lost

Created: 07-Feb-2006 15:44   Updated: 23-Oct-2008 10:33
Component/s: Global
Affects Version/s: 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.0, 2.3.1, 2.3.2, 2.4.0, 2.4.1, 2.5.0
Fix Version/s: None

Time Tracking:
Issue & Sub-Tasks
Issue Only
Not Specified

Issue Links:
Incorporate

2.6.x Status: None
2.5.x Status: None
2.4.x Status: None

Sub-Tasks  All   Open   

 Description  « Hide
Goals:
User can indicate he/she is still using Sakai before session times out

 All   Comments   Work Log   Change History   Subversion Commits   git Commits      Sort Order: Ascending order - Click to sort in descending order
Wytze Koopal added a comment - 22-Sep-2006 06:18
Seems not like a new tool to me. Might be a user preference, that could be defaulted perhaps by admin. And the User can override this by setting his or her preference for session time out if needed.

Lance Speelmon added a comment - 13-Dec-2007 13:45
Ian, we have tested this code locally and it is working well. We are ready for a branch merge back into trunk when you have reviewed the code. Thanks! L

Ian Boston added a comment - 13-Dec-2007 14:58
Could you merge the current trunk into your branch and test

in your branch working directory do
svn merge -r39089:HEAD https://source.sakaiproject.org/svn/portal/trunk .


There are some changes in trunk that might hit you. The code has moved from the $( notation to jQuery(

eg
- $('.more-tab').addClass('more-active');
+ jQuery('.more-tab').addClass('more-active');


I think you have $( in your branch.

Once that is done, it you should take it to someone from Fluid just to check the UI.

Other than that, Im cool to merge.

Ian

Ian Boston added a comment - 13-Dec-2007 14:59
see comments above.

Lance Speelmon added a comment - 13-Dec-2007 17:53
Joe - let me know if you need any assistance in Ian's first request. Thanks, L

Lance Speelmon added a comment - 14-Dec-2007 12:28
Colin,

Ian suggested that Fluid take a look at this new capability we have developed. We would like to get this merged back into trunk ASAP. We have this running on a test server if you would like to kick the tires. Thanks! L

Christine Doherty added a comment - 30-May-2008 11:49
Is there any news on this one? Stanford would like to have this very much. It would solve our dilemma with students timing out in the Tests & Quizzes tool.

Lance Speelmon added a comment - 30-May-2008 12:08
FYI - We have had this in production since January 1 and while not perfect, it is working well and serving the need. L

Peter A. Knoop added a comment - 30-May-2008 12:39
Let's aim to get this merged to trunk, once the bug/sub-task SAK-12473 is addressed.

Peter A. Knoop added a comment - 30-May-2008 12:41
Lance, do you still have the test server running with this on it? Could you post a screen shoot of what the UI looks like for someone encountering the time-out? Thanks.

Peter A. Knoop added a comment - 30-May-2008 12:42
Colin, do you think you or someone else on Fluid could review this anytime soon, as Ian requested? Thanks.

Colin Clark added a comment - 30-May-2008 12:45
I think someone on Fluid can probably have a peek at it. Do we have a working instance of it somewhere?

Peter A. Knoop added a comment - 24-Jun-2008 08:12
Lance (or someone from IU), is there a place one can look at this feature, or can you attach a screen shot to this issue? Thanks.

Jon Gorrono added a comment - 15-Aug-2008 12:40
Can't vote on closed issues so.....*bump*

Also, if needed, UCD can try to patch this in to one of our test tags so that Colin can take a look... We'd rather wait for a merge than to continue to rely on a patch, though.


Peter A. Knoop added a comment - 16-Aug-2008 10:42
I'm re-opening this issue as the branch never seems to have been merged to trunk (only to IU's local branches). Is the code indeed completed and working for this issue? (It looks like there is still one open sub-task.) If it is ready, can you merge it to trunk, or do you need Ian's help on that? Thanks.

Peter A. Knoop added a comment - 30-Aug-2008 11:43
This branch has been abandoned in favour of the work associated with SAK-13987. See that one for further progress on this issue.