Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
The main progress engine calculation completed and tested.

    • -1
    • +2
    ./WEB-INF/spring/learningApplicationContext.xml
  1. … 4 more files in changeset.
Replaced ActionMappings with ActivityMapping and ActivityMappingStrategy. Should now work properly with parallel activity waits

  1. … 15 more files in changeset.
Uses parallelWait flag

get calculate progress working.

    • -0
    • +1
    ./WEB-INF/spring/learningApplicationContext.xml
  1. … 3 more files in changeset.
Added actual user to sessionBean

removed TODO

    • -2
    • +0
    ./org/lamsfoundation/lams/DblSubmitTest.java
accomodate the change of tool session constructor

  1. … 7 more files in changeset.
all conditions of joining lesson tested.

    • -0
    • +1
    ./WEB-INF/spring/learningApplicationContext.xml
  1. … 13 more files in changeset.
get join lesson bit to work

  1. … 6 more files in changeset.
change the learner service Spring configuration file

    • -1
    • +19
    ./WEB-INF/spring/learningApplicationContext.xml
  1. … 2 more files in changeset.
Added GPL header

    • -4
    • +12
    ./WEB-INF/spring/learningApplicationContext.xml
    • -6
    • +22
    ./org/lamsfoundation/lams/BaseTestCase.java
    • -5
    • +20
    ./org/lamsfoundation/lams/DblSubmitTest.java
  1. … 50 more files in changeset.
DummyToolService to create a fake toolSessionId

Replaced activityId with toolSessionId

Added Tool to tool actions

Renamed getNextActivityURL to getProgressURL

  1. … 3 more files in changeset.
Updated to match the changes in LearnerProgress

Updated to match the changes made to URL mapping

change startLesson to joinLesson Refactor the progressEngin and LearnerService to Inverse of Control-constructor injection.

    • -1
    • +5
    ./WEB-INF/spring/learningApplicationContext.xml
  1. … 2 more files in changeset.
no longer using com.lams...

    • -63
    • +0
    ./com/lamsinternational/lams/BaseTestCase.java
Base test case for learning app

    • -0
    • +61
    ./org/lamsfoundation/lams/BaseTestCase.java
Double submit testing

Used by BaseTestCase

    • -63
    • +48
    ./WEB-INF/spring/applicationContext.xml
    • -1
    • +1
    ./WEB-INF/spring/dataAccessContext.xml
    • -1
    • +1
    ./WEB-INF/spring/learningApplicationContext.xml
Unit test for double submit

    • -0
    • +53
    ./org/lamsfoundation/lams/DblSubmitTest.java
Dummy actions and service

    • -0
    • +27
    ./org/lamsfoundation/lams/learning/web/form/DummyToolForm.java
*** empty log message ***

    • -0
    • +201
    ./WEB-INF/spring/applicationContext.xml
    • -0
    • +74
    ./WEB-INF/spring/dataAccessContext.xml
    • -0
    • +19
    ./WEB-INF/spring/dbConnection.properties
    • -0
    • +19
    ./WEB-INF/spring/learningApplicationContext.xml
    • -0
    • +63
    ./com/lamsinternational/lams/BaseTestCase.java