lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Session states are part of ToolSession

Added session states to ToolSession as ints

Uses the ToolSession sub-classes

*** empty log message ***

fixed the mapping between lessonClass and lesson

*** empty log message ***

*** empty log message ***

added extra columns to user insert

    • -3
    • +3
    /lams_common/db/sql/insert_test_data.sql
removed some defaults on fkeys updated lams_learner_progress with current and next activity

    • -28
    • +32
    /lams_common/db/sql/create_lams_11_tables.sql
replaced stub with hibernate code.

includes lesson and learningdesign daos

    • -0
    • +182
    /lams_common/test/java/applicationContext.xml
    • -0
    • +24
    /lams_common/web/WEB-INF/applicationContext.xml
Uses currentActivity and nextActivity instead of activity

*** empty log message ***

*** empty log message ***

*** empty log message ***

Rejigged the link from the child node to the parent to point from the child node (rather than child node version). This restricts us to a design where we always create new nodes for new versions of a parent. Also made the lookup of child nodes manual (rather than loaded automatically by hibernate). Doesn't use lazy loading - goes direct to database to find node. Not so nice. But the changes have almost doubled the throughput in my testing.

    • -10
    • +10
    /lams_contentrepository/db/sql/create_content_repository_tables.sql
Removed inverse on activity sets

Commited to remove compile errors

Removed references to old lesson stuff

removed usertoolsession refs

*** empty log message ***

*** empty log message ***

Latest versions of these files

*** empty log message ***

    • -6
    • +6
    /lams_learning/web/requestDisplayActivity.jsp
Added actions for message pages.

    • -0
    • +10
    /lams_learning/conf/xdoclet/struts-actions.xml
Added getNextActivityURL()

Matches new ILearnerService

Action for the dummy tool

*** empty log message ***

tool interface