/[drupal]/contributions/modules/uts/uts.session.inc
ViewVC logotype

Log of /contributions/modules/uts/uts.session.inc

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.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 12 20:52:52 2008 UTC (14 months, 1 week ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-0-RC1, HEAD
Changes since 1.18: +3 -2 lines
Diff to previous 1.18
Don't bother trying to use session length for cookie experation date.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 5 16:34:27 2008 UTC (15 months, 2 weeks ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA2
Changes since 1.17: +26 -8 lines
Diff to previous 1.17
#290271 - 5.1, 5.2, 5.3, 5.6: Add columns and remove description column from study overview page.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 00:25:12 2008 UTC (16 months ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA3, DRUPAL-6--1-0-BETA1
Changes since 1.16: +1 -5 lines
Diff to previous 1.16
* Clear all caches.
* Disable proctor and enable to ensure menu items diplay. Weird quirk.
* Don't remove environments after session is over. Which also fixes odd menu issue.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 22 03:50:03 2008 UTC (16 months ago) by boombatower
Branch: MAIN
Changes since 1.15: +8 -3 lines
Diff to previous 1.15
* Remove node_load calls.
* Remove node API dependecy.
* Add proctor menu hook to view studies and tasks.
* Add uts_proctor_load_node() to take the place of the node_load calls on base UTS installation.
* Create initial copy environment code.
* Reorder cache clearing.
* Clean up uts_environment_get_like_tables() query.
* Move proctor enable code to function with plug-in enables.
* Load copy_prefix in uts_session_create() in order to pass to environment creation function.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 5 23:03:25 2008 UTC (16 months, 2 weeks ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1, DRUPAL-6--1-0-ALPHA2
Changes since 1.14: +4 -1 lines
Diff to previous 1.14
Delete plug-in data when session is destroyed.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 5 22:56:13 2008 UTC (16 months, 2 weeks ago) by boombatower
Branch: MAIN
Changes since 1.13: +5 -3 lines
Diff to previous 1.13
Ensre that sessions are always displayed in same order when queried.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 5 22:46:42 2008 UTC (16 months, 2 weeks ago) by boombatower
Branch: MAIN
Changes since 1.12: +7 -25 lines
Diff to previous 1.12
* Remove session load code from uts.module.
* Transfer the active session load code to proctor.
* Simplified uts_session_load so that it can be re-used.
* Added thorough documentation of uts_proctor_session_load.
* Simplified uts_proctor_data_record.
* Implemented new session loading code in uts_procotor.module.
* Added error checking if session did not load properly.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 3 07:46:36 2008 UTC (16 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.11: +3 -1 lines
Diff to previous 1.11
Remove session task start and stop time record when session destroyed.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 3 05:42:26 2008 UTC (16 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.10: +22 -18 lines
Diff to previous 1.10
* Add live text interface template.
* Add live text stylesheet.
* Add live text schema and installer.
* Implement text feedback form and recording.
* Add proctor data include for common functions.
* Update uts_proctor_call_uts comment.
* Update uts_environment_rebuild_caches.
* Added enable/disable modules function to uts.environment.inc.
* Updated pages to use enable/disable code from uts.environment.inc
* Allow session load to be cached.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 28 23:55:35 2008 UTC (16 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.9: +2 -5 lines
Diff to previous 1.9
Cleaned up proctor interface template, provided task start screen, removed auto start on session restore, and provided link to task description.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 28 23:22:18 2008 UTC (16 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.8: +45 -5 lines
Diff to previous 1.8
Abstracted session_update, added complete field to session, added running field to loaded session, added session_close function, added checks for task out of time, added actions based on session state and implemented them.

This provides a basic working proctor!

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 28 07:31:11 2008 UTC (16 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.7: +14 -4 lines
Diff to previous 1.7
Make load_session do a bit of processing and implement time check.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 28 04:07:03 2008 UTC (16 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.6: +11 -1 lines
Diff to previous 1.6
Provide convenience function for check if active session.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 02:59:33 2008 UTC (16 months, 4 weeks ago) by boombatower
Branch: MAIN
Changes since 1.5: +23 -6 lines
Diff to previous 1.5
Added warning that session data will be deleted when a study deleted, refactored session_destory_all(), and added code to remove all UTS data on uninstall.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 01:02:04 2008 UTC (16 months, 4 weeks ago) by boombatower
Branch: MAIN
Changes since 1.4: +21 -4 lines
Diff to previous 1.4
Added code installation requirements, auto load UTS session if cookies found, and fixed cookie path.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 22:34:54 2008 UTC (16 months, 4 weeks ago) by boombatower
Branch: MAIN
Changes since 1.3: +19 -6 lines
Diff to previous 1.3
Environment create/destroy opperations run in different process to avoid effecting user experience.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 06:08:52 2008 UTC (17 months ago) by boombatower
Branch: MAIN
Changes since 1.2: +42 -6 lines
Diff to previous 1.2
Add environment mangement function, cleaned up session code, and added session destroy functions.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 04:54:35 2008 UTC (17 months ago) by boombatower
Branch: MAIN
Changes since 1.1: +26 -5 lines
Diff to previous 1.1
Cleaned up session code.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 04:46:28 2008 UTC (17 months ago) by boombatower
Branch: MAIN
Initial session creation.

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