/[drupal]/contributions/modules/uts/uts.install
ViewVC logotype

Log of /contributions/modules/uts/uts.install

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.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 01:17:17 2009 UTC (10 months, 2 weeks ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-0-RC1, HEAD
Changes since 1.20: +4 -4 lines
Diff to previous 1.20
Hard-code node type option settings.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 5 19:26:47 2008 UTC (14 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.19: +11 -1 lines
Diff to previous 1.19
#290599: don't promote content types to front page.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 00:57:27 2008 UTC (15 months, 2 weeks ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA2
Changes since 1.18: +2 -4 lines
Diff to previous 1.18
Since studies are kept now we must remove all at unistall time instead of only non-completed sessions.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 00:56:25 2008 UTC (15 months, 2 weeks ago) by boombatower
Branch: MAIN
Changes since 1.17: +14 -2 lines
Diff to previous 1.17
Remove environments on uninstall.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 02:53:00 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: +5 -1 lines
Diff to previous 1.16
Remove variables on uninstall.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 02:27:22 2008 UTC (16 months ago) by boombatower
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
* Update help text.
* Use correct l() and t() convention per http://api.drupal.org/api/function/t/6.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 00:50:19 2008 UTC (16 months ago) by boombatower
Branch: MAIN
Changes since 1.14: +3 -2 lines
Diff to previous 1.14
Add link to INSTALL.txt in hook_requirements().

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 20 05:24:46 2008 UTC (16 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.13: +26 -1 lines
Diff to previous 1.13
* Clear uts_environment variable used in callbacks for added security.
* Update copy logic in uts_environment_create().
* Rename uts_get_like_tables() to uts_environment_get_like_tables() for readability.
* Add environmental management pages.
* Add base_environment field to study.
* Add uts_environment table to store environment prefix related to node.
* Add uts_environment content type.
* Add environment create/destory code in node hooks.
* Add link to open environment on content type.
* Updated node delete redirect.
* Adapted the proctor to handle environment administration.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 6 05:57:15 2008 UTC (16 months, 3 weeks ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1, DRUPAL-6--1-0-ALPHA2
Changes since 1.12: +5 -2 lines
Diff to previous 1.12
Remove environements for non-completed sessions.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 6 05:37:34 2008 UTC (16 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
Change study ative field to study status to allow for closed status and updated implementation code.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 3 06:41:10 2008 UTC (16 months, 3 weeks ago) by boombatower
Branch: MAIN
Changes since 1.10: +32 -1 lines
Diff to previous 1.10
Record task start and stop timestamps.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 29 07:37:12 2008 UTC (16 months, 4 weeks ago) by boombatower
Branch: MAIN
Changes since 1.9: +3 -9 lines
Diff to previous 1.9
Update study_data schema, add uts.data.inc for general data API functions, include uts.data.inc in module, add data collection plug-ins to study (view, insert, update).

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 29 05:47:24 2008 UTC (16 months, 4 weeks ago) by boombatower
Branch: MAIN
Changes since 1.8: +35 -1 lines
Diff to previous 1.8
Schema for storing data plug-ins for a study.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 29 05:42:42 2008 UTC (16 months, 4 weeks ago) by boombatower
Branch: MAIN
Changes since 1.7: +7 -1 lines
Diff to previous 1.7
Add schema for complete field in session.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 02:59:33 2008 UTC (17 months ago) by boombatower
Branch: MAIN
Changes since 1.6: +19 -1 lines
Diff to previous 1.6
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.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 02:43:21 2008 UTC (17 months ago) by boombatower
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Fixed incorrect index in schema.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 01:02:04 2008 UTC (17 months ago) by boombatower
Branch: MAIN
Changes since 1.4: +19 -1 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 04:46:28 2008 UTC (17 months ago) by boombatower
Branch: MAIN
Changes since 1.3: +35 -1 lines
Diff to previous 1.3
Initial session creation.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 23 21:04:38 2008 UTC (17 months ago) by boombatower
Branch: MAIN
Changes since 1.2: +7 -9 lines
Diff to previous 1.2
Fixed database structure by making vid the primary since it should mimic revisions table, changed related queries, and added studies_load function.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 23 18:55:14 2008 UTC (17 months ago) by boombatower
Branch: MAIN
Changes since 1.1: +7 -1 lines
Diff to previous 1.1
Add active field to study.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 23 04:18:05 2008 UTC (17 months ago) by boombatower
Branch: MAIN
Initial commit of renamed project.

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