cperfect in lams

added

    • binary
    /lams_documents/lams_tool_deploy/LAMSToolDeployUndeploy.doc
no message

no message

    • -9
    • +1
    /lams_common/conf/j2ee/application.xml
  1. … 11 more files in changeset.
Deploy working

    • -11
    • +11
    /lams_tool_deploy/test/file/deploy.properties
    • -1
    • +27
    /lams_tool_deploy/test/file/test.properties
Dev update

    • -0
    • +43
    /lams_tool_deploy/test/file/application.xml
    • -0
    • +84
    /lams_tool_deploy/test/file/sql/activity_insert.sql
    • -0
    • +52
    /lams_tool_deploy/test/file/sql/create_tool_tables.sql
    • -0
    • +148
    /lams_tool_deploy/test/file/sql/insert_test_records.sql
    • -0
    • +18
    /lams_tool_deploy/test/file/sql/library_insert.sql
    • -0
    • +31
    /lams_tool_deploy/test/file/sql/test_script.sql
    • -0
    • +50
    /lams_tool_deploy/test/file/sql/tool_insert.sql
  1. … 7 more files in changeset.
removed the "use lams" clause: makes testing very difficult

    • -2
    • +0
    /lams_common/db/sql/drop_lams_11_tables.sql
Dev update

Dev update

    • -6
    • +6
    /lams_tool_deploy/test/file/deploy.properties
    • -0
    • +13
    /lams_tool_deploy/test/file/test.properties
    • -0
    • +30
    /lams_tool_deploy/test/file/sql/test-script.sql
Dev update

Dev update

    • binary
    /lams_tool_deploy/lib/jakarta-commmons/commons-lang-2.0.jar
    • -2
    • +6
    /lams_tool_deploy/nbproject/project.xml
    • -43
    • +0
    /lams_tool_deploy/test/file/application.xml
    • -0
    • +39
    /lams_tool_deploy/test/file/deploy.properties
  1. … 6 more files in changeset.
no message

    • -0
    • +43
    /lams_tool_deploy/test/file/application.xml
no message

    • -0
    • +97
    /lams_tool_deploy/build.xml
    • binary
    /lams_tool_deploy/lib/ant/ant.jar
    • binary
    /lams_tool_deploy/lib/jakarta-commmons/commons-dbutils-1.0.jar
    • binary
    /lams_tool_deploy/lib/junit/junit.jar
    • binary
    /lams_tool_deploy/lib/mysql/mysql-connector-java-3.1.7-bin.jar
    • -0
    • +67
    /lams_tool_deploy/nbproject/project.xml
  1. … 5 more files in changeset.
filled in usage task!

changes for master build of ear

    • -0
    • +102
    /lams_common/master-build.xml
    • -0
    • +22
    /lams_common/conf/j2ee/application.xml
Modified table lams_workspace:

made root_folder_id nullable

    • -16
    • +16
    /lams_common/db/model/lams_11.clay
    • -1
    • +1
    /lams_common/db/sql/create_lams_11_tables.sql
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

    • -9
    • +134
    /lams_common/db/model/lams_11.clay
    • -53
    • +73
    /lams_common/db/sql/create_lams_11_tables.sql
    • -0
    • +10
    /lams_common/db/sql/drop_lams_11_tables.sql
    • -1
    • +12
    /lams_common/db/sql/insert_types_data.sql
altered table lams_learning_activity:

added apply_grouping_flag

    • -0
    • +2
    /lams_common/db/sql/create_lams_11_tables.sql
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

    • -2
    • +17
    /lams_common/db/sql/create_lams_11_tables.sql
    • -0
    • +5
    /lams_common/db/sql/drop_lams_11_tables.sql
    • -0
    • +8
    /lams_common/db/sql/insert_types_data.sql
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

    • -609
    • +605
    /lams_common/db/sql/insert_test_data.sql
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

    • -12
    • +169
    /lams_common/db/model/lams_11.clay
    • -36
    • +59
    /lams_common/db/sql/create_lams_11_tables.sql
    • -0
    • +5
    /lams_common/db/sql/drop_lams_11_tables.sql
    • -0
    • +31
    /lams_common/db/sql/insert_types_data.sql
made 2 ds: one for lams and one for tools

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

    • -21
    • +78
    /lams_common/db/model/lams_11.clay
    • -8
    • +11
    /lams_common/db/sql/create_lams_11_tables.sql
made from_ui_id and to_ui_id in transition table nullable

    • -0
    • +10
    /lams_common/db/sql/create_lams_11_tables.sql
    • -0
    • +1
    /lams_common/db/sql/drop_lams_11_tables.sql
    • -0
    • +7
    /lams_common/db/sql/insert_test_data.sql
added waiting flag to progress table

    • -0
    • +1
    /lams_common/db/sql/create_lams_11_tables.sql
added run_offline_flag to activity table

    • -40
    • +53
    /lams_common/db/model/lams_11.clay
    • -0
    • +1
    /lams_common/db/sql/create_lams_11_tables.sql
made from_ui_id and to_ui_id in transition table nullable

    • -2
    • +2
    /lams_common/db/sql/create_lams_11_tables.sql
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

    • -18
    • +95
    /lams_common/db/model/lams_11.clay
    • -3
    • +17
    /lams_common/db/sql/create_lams_11_tables.sql
    • -0
    • +5
    /lams_common/db/sql/drop_lams_11_tables.sql
    • -0
    • +9
    /lams_common/db/sql/insert_types_data.sql
added previous_activity_id to LearnerProgress

    • -0
    • +4
    /lams_common/db/sql/create_lams_11_tables.sql
updated license table to match lams community version, fixed typos/naming conventions. Added licenses to insert types

    • -17
    • +11
    /lams_common/db/model/lams_11.clay
    • -4
    • +3
    /lams_common/db/sql/create_lams_11_tables.sql
    • -0
    • +10
    /lams_common/db/sql/insert_types_data.sql
added license table and fields in ld table

    • -2
    • +101
    /lams_common/db/model/lams_11.clay
    • -0
    • +16
    /lams_common/db/sql/create_lams_11_tables.sql
    • -0
    • +5
    /lams_common/db/sql/drop_lams_11_tables.sql