lams_common

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
move grouping support constants to grouping

onlineInstructions added to createCopy() method

*** empty log message ***

*** empty log message ***

*** empty log message ***

comments added

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

    • -53
    • +73
    ./db/sql/create_lams_11_tables.sql
getToolUrlByMode method implemented and tested

add get tool url method to tool service so that it can be visible to monitor too

create separate tool interface for core lams module and tool module

to make it work for testing

helper methods added to enable flash java communication

change survey tool to real url add test user to group

altered table lams_learning_activity: added apply_grouping_flag

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

update learnerprogress dto

remove the default timestamp value 0000-00-00 generated by clay

*** empty log message ***

*** empty log message ***

latest db changes

test util method to create forward name from struts path

mapping requires restart

*** empty log message ***

data transfer object for remote communication

*** 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

    • -609
    • +605
    ./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

    • -36
    • +59
    ./db/sql/create_lams_11_tables.sql
made 2 ds: one for lams and one for tools

    • -7
    • +34
    ./conf/unix/jboss/service/mysql-ds.xml
    • -7
    • +34
    ./conf/windows/jboss/service/mysql-ds.xml
helper for struts added