lams-github

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

    • -14
    • +14
    /lams_common/db/sql/insert_test_data.sql
add one more test case

latest database changes mapped

lesson_name field added to learning_design

    • -0
    • +1
    /lams_common/db/sql/create_lams_11_tables.sql
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
implementing get active lesson struts action method

    • binary
    /lams_learning/web/WEB-INF/lib/lams.jar
new algorithm in progress engine added to calculate completed activities list before move to next activity following transition.

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

integrate web layer with service layer

    • binary
    /lams_learning/lib/cglib/cglib-nodep-2.1-dev.jar
    • binary
    /lams_learning/lib/lams/src/lams-src.zip
  1. … 6 more files in changeset.
Rename Struts action from "xxxActivity" to "xxxActivityAction".

  1. … 3 more files in changeset.
enable bi-directional one-to-one relationship between activity and transition

modify test case to accomodate sorted activities.

changed complete tool activity from loading the next tool directly to a lams learning loading page

    • binary
    /lams_learning/web/WEB-INF/lib/antlr.jar
    • binary
    /lams_learning/web/WEB-INF/lib/aopalliance.jar
    • binary
    /lams_learning/web/WEB-INF/lib/ehcache-1.0.jar
    • binary
    /lams_learning/web/WEB-INF/lib/hibernate2.jar
  1. … 4 more files in changeset.
update method for tool session added

Corrected manifiest error - spaces where there should not have been.

Replace mock copy design service with Manpreet's real implementation

    • binary
    /lams_monitoring/lib/lams/lams-authoring.jar
    • binary
    /lams_monitoring/lib/lams/src/lams_authoring_src.zip
new property activityCategoryID added

test data for transition modified

    • -1
    • +1
    /lams_common/db/sql/insert_test_data.sql
add get tool session by id to toolService

*** empty log message ***

createCopy() method modified

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