Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
*** empty log message ***

workspaceFolder related data added

*** empty log message ***

testing sequence modified - schedule gate and permission gate added

  1. … 1 more file in changeset.
get rid of comments that cause the failure of ant run

Added test data for the content repository

removed the "use lams" clause: makes testing very difficult

new test data for gate activity

DB Changes: lams_tool: columns learning_library_id and default_tool_content_id made nullable (C Perfect's request). lams_user: column user_organisation_id removed (checked with F Yang)

  1. … 3 more files in changeset.
change some grouping data to make more sense.

table names alphabetically sorted

create tables and insert statementsd are out of date and removed

DEFAULT CHARACTER SET utf8 is added to CREATE DATABASE DEFAULT 0 is removed from AUTO_INCREMENT

update apply grouping flag test data

Modified table lams_workspace: made root_folder_id nullable

  1. … 1 more file in changeset.
update java code against change in database

  1. … 4 more files in changeset.
added table lams_log_event_type added table lams_log_event (includes fk to lams_log_event_type) modified table lams_tool: added create_date_time modified insert_types_data.sql: added values for lasm_log_event_type

  1. … 1 more file in changeset.
change survey tool to real url add test user to group

altered table lams_learning_activity: added apply_grouping_flag

  1. … 1 more file in changeset.
Added table: lams_grouping_support_type Modified table lams_tool: added supports_contribution_flag added supports_moderation_flag added grouping_support_type_id (fk to lams_grouping_support_type) Modifed table lams_learning_activity: added online_instructions added grouping_support_type_id (fk to lams_grouping_support_type) Modified insert_types_data.sql to include 3 values for lams_grouping_support: NONE, OPTIONAL, REQUIRED

  1. … 1 more file in changeset.
remove the default timestamp value 0000-00-00 generated by clay

*** empty log message ***

got rid of Duplicate column name 'lesson_name' in lams_learning_design

added table lams_workspace_folder_type (and values for it to insert_types sql) | lams_workspace_folder: added user_id (implicit fk to user table) added create_date_time added last_modified_date_time added lams_workspace_folder_type_id (fk to lasm_workspace_folder_type) | lams_learning_library: added valid flag | lams_tool: added valid_flag added learning_library_id (fk to lams_learning_library) | lams_learning_design: added last_modified_date_time | lams_lesson: made name mandatory | lams_learner_progress added requires_restart_flag | other: added values for workspace type to insert types | other moved values for auth method and activity category from insert test data to insert types data

added table lams_workspace_folder_type (and values for it to insert_types sql) | lams_workspace_folder: added user_id (implicit fk to user table) added create_date_time added last_modified_date_time added lams_workspace_folder_type_id (fk to lasm_workspace_folder_type) | lams_learning_library: added valid flag | lams_tool: added valid_flag added learning_library_id (fk to lams_learning_library) | lams_learning_design: added last_modified_date_time | lams_lesson: made name mandatory | lams_learner_progress added requires_restart_flag | other: added values for workspace type to insert types | other moved values for auth method and activity category from insert test data to insert types data

  1. … 1 more file in changeset.
added new lesson field and modify the problematic test data

*** empty log message ***

  1. … 2 more files in changeset.
lesson_name field added to learning_design

DB cahnges base don discussions about monitoring with james: learning design table: added columns: lesson_org_id lesson_org_name lesson_id lesson_start_date_time lesson_name (all implicit fks to org or lesson table) lesson table: added columns: schedule start date time schedule end date time modified: organisation_id now nullable class_grouping_id now nullable

  1. … 1 more file in changeset.
test data for transition modified