• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
get active lessons implemented

Rename customized struts action from "action" to "LamsAction" to avoid naming duplication

with existing Struts API

*** empty log message ***

change activity comparator to use the order id field

added implementation of get tool session by learner

enable bi-directional one-to-one relationship between activity and transition

update method for tool session added

new property activityCategoryID added

test data for transition modified

add get tool session by id to toolService

*** empty log message ***

createCopy() method modified

cascade="save-update" added for <many-to-one> relationship between

Transition and Activity

<one-to-one> relationship between Activity and Transition made

uni-directional

fix up the truncation error caused by new MySql connector

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.

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.

    • -16
    • +87
    ./db/sql/create_lams_11_tables.sql
Added content repository tables

upgrade mysql connector to 3.1.7

    • binary
    ./lib/mysql/mysql-connector-java-3.0.16-ga-bin.jar
    • binary
    ./lib/mysql/mysql-connector-java-3.1.7-bin.jar
made from_ui_id and to_ui_id in transition table nullable

added helpers to get first activity in sequnence activity

added waiting flag for learner progress

added waiting flag to progress table

*** empty log message ***

Transitions for childActivities of ComplexActivities removed.

added helper method to get child from a complex activity by id.

*** empty log message ***

Additional comments added for

getTransitionTo() and getTransitionFrom()

methods

activity strategy for calculating next activity within a parent activity implemented and tested

activity strategy for calculating children activity completion status implemented and tested