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

Log of /contributions/modules/uts/uts.environment.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.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 17 00:59:10 2008 UTC (15 months, 1 week ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-RC1, HEAD
Changes since 1.14: +5 -5 lines
Diff to previous 1.14
Change $headers to $header.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 02:56:55 2008 UTC (16 months ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA3, DRUPAL-6--1-0-BETA1
Changes since 1.13: +4 -1 lines
Diff to previous 1.13
Add "empty list" messages.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 00:25:12 2008 UTC (16 months ago) by boombatower
Branch: MAIN
Changes since 1.12: +2 -5 lines
Diff to previous 1.12
* 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.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 22 04:58:52 2008 UTC (16 months ago) by boombatower
Branch: MAIN
Changes since 1.11: +8 -5 lines
Diff to previous 1.11
Place admin user and pass variable retrevial at top of environment creation function to get values before changing to new database.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 22 04:56:22 2008 UTC (16 months ago) by boombatower
Branch: MAIN
Changes since 1.10: +50 -29 lines
Diff to previous 1.10
* Add proctor for base installs since all it is used for is exitting setup.
* Add exceptions to copy database script.
* Revert cache order changes.

Revision 1.10 - (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.9: +69 -13 lines
Diff to previous 1.9
* 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.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 20 20:35:36 2008 UTC (16 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.8: +7 -8 lines
Diff to previous 1.8
Create admin user in base environment or default installation.

Revision 1.8 - (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.7: +95 -6 lines
Diff to previous 1.7
* 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.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 19 07:40:11 2008 UTC (16 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.6: +45 -28 lines
Diff to previous 1.6
* Rewrote uts_environment_destory() to get rid of all warnings/errors.
* Remove data before sessions since data plug-ins will need to query session table.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 19 07:14:42 2008 UTC (16 months, 1 week ago) by boombatower
Branch: MAIN
Changes since 1.5: +12 -2 lines
Diff to previous 1.5
* Don't enable dblog to avoid error messages after tables have been removed.
* Ignore uts tables when unistalling schema.

Revision 1.5 - (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
CVS Tags: DRUPAL-6--1-0-ALPHA1, DRUPAL-6--1-0-ALPHA2
Changes since 1.4: +70 -14 lines
Diff to previous 1.4
* 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.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 29 00:28:57 2008 UTC (16 months, 4 weeks ago) by boombatower
Branch: MAIN
Changes since 1.3: +22 -4 lines
Diff to previous 1.3
Insert node place holders to prevent conflict with main UTS database.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 28 06:37:55 2008 UTC (16 months, 4 weeks ago) by boombatower
Branch: MAIN
Changes since 1.2: +8 -1 lines
Diff to previous 1.2
Added proctor as required module, added original database prefix as variable for new environments, and created basic proctor interface.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 22:34:54 2008 UTC (17 months ago) by boombatower
Branch: MAIN
Changes since 1.1: +59 -1 lines
Diff to previous 1.1
Environment create/destroy opperations run in different process to avoid effecting user experience.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 06:08:52 2008 UTC (17 months ago) by boombatower
Branch: MAIN
Add environment mangement function, cleaned up session code, and added session destroy functions.

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