Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added content repository tables. There are a couple of other changes but these appear to be earlier changes to the clay model which haven't appeared in the create_tables_11: create_date in lams_role and activity_category_id in lams_learning_activity. lams_grouping has also changed location in the file.

Added content repository tables

upgrade mysql connector to 3.1.7

  1. … 3 more files in changeset.
made from_ui_id and to_ui_id in transition table nullable

added waiting flag to progress table

Transitions for childActivities of ComplexActivities removed.

activity strategy for calculating children activity completion status implemented and tested

  1. … 10 more files in changeset.
fix up the broken tool session code. As the new lesson attribute can not be null, it should go into the constructor

  1. … 5 more files in changeset.
Additional test-data for lams_learning_activity ,lams_learning_transition and lams_tool_content added

add test data for random grouping and fixed some broken test case due to the code merge

  1. … 1 more file in changeset.
Test data provided for additional columns help_text and run_offline_flag

added run_offline_flag to activity table

added grouping data into testing sql script

  1. … 2 more files in changeset.
test group based tool session

  1. … 7 more files in changeset.
get rid of the # comment which make ant call failure

default data for lams_copy_type table

*** empty log message ***

Latest test data

made from_ui_id and to_ui_id in transition table nullable

added changes for monitoring to gate activities (gate_open, gate_start_date_time, gate_end_date_time), plus changed lesson_copy_flag to copy_type_id and added lams_copy_type table, added help_text to lams_activity table, added supports_moderation_flag and contribute_url lams_tool table

added previous_activity_id to LearnerProgress

changed id to ui_id in activity and transition

added set foreign_key_checks

replaced lams11 with lams

updated license table to match lams community version, fixed typos/naming conventions. Added licenses to insert types

added license table and fields in ld table

added latest column changes from discussion with Dave, fixed create script to work with MySQL 4.1 (removed defaults)

tool session hibernate object and mapping file corrected. NonGroupedToolSession creation and deletion process tested.

  1. … 10 more files in changeset.
add some domain convenient methods, such as getAllLearners for a lesson, validate the type of an acitivity. change cascade to save-update between learningdesign and activity.

  1. … 11 more files in changeset.
add IF EXISTS to ensure it is always working