• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
xdcolet jar files are not needed for building

mysql-connection jar file has been changed

random grouping implemented and tested

    • -0
    • +48
    ./src/java/org/lamsfoundation/lams/learningdesign/Grouper.java
new test cases for url service methods

add helper method to add parameter to a url

added service method to setup tool session and tool content id for tool url

update apply grouping flag test data

Modified table lams_workspace:

made root_folder_id nullable

update java code against change in database

    • -104
    • +176
    ./db/sql/insert_test_data.sql
*** empty log message ***

move grouping support constants to grouping

onlineInstructions added to createCopy() method

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

to make it work for testing

create separate tool interface for core lams module and tool module

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

*** empty log message ***