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

add one more test case

latest database changes mapped

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

lesson data transfer object implemented

added data holder to hold current completed activities list for flash

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