Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Random grouping now working. Changed to make learner service changes to stop a hibernate lazy initialisation exception when grouping has just been run. Also reduced the amount of data needed to be cached in the session - only the lesson id is needed not the complete lesson.

  1. … 10 more files in changeset.
Changed calls to update lesson to use the lessonId rather than the lesson. Change allowed us to reduce the amount cached in the context. This fixed various issues with Optional and Parallel activities.

Changed calls to update lesson to use the lessonId rather than the lesson. Change allowed us to reduce the amount cached in the context. This fixed various issues with Optional and Parallel activities.

  1. … 13 more files in changeset.
Replaced getActiveLessons with getLesson, to suit the change from listing all the lessons in the learner client to just working with a single lesson.

Also moved the logic to cache the lesson learners into the lams.jar (in the LessonService).

  1. … 8 more files in changeset.
Got the existing grouping and gate screens working from the learner interface. More work yet to be done on them.

  1. … 10 more files in changeset.
Worked on the learner progress. Was always going back to the first activity when we exited a lesson - the learner progress in the session was out of date (wasn't updated as the tool's called the complete tool method). The learner progress is now in the special LAMS session object and is updated when tool's call the complete method.

Also set up the string that will be used to inform Flash of the learner's progress. This string (attempted&=completed&=current) will be passed to Flash via passon.swf in the tool display jsp.

  1. … 7 more files in changeset.
Tool deployment utility has been changed to update the context path and class path when the tool is deployed. Conf versions of web-settings and manifest files modified to suit and the main tool context application file moved so that only the tool's have a context file classpath of /org/lamsfoundation/lams/tool.

  1. … 6 more files in changeset.
Updated copyright statement - only support GPL v 2.0

    • -140
    • +37
    ./web/WEB-INF/struts/struts-config.xml
    • -13
    • +13
    ./web/WEB-INF/struts/tiles-defs.xml
  1. … 37 more files in changeset.
Updated copyright statement - only support GPL v 2.0

  1. … 57 more files in changeset.
Changed learning design activities and transition collections to use all-delete-orphan cascade management. This will ensure that the secondary records are created and removed as required.

This required fixing code that trigger cascade problems and also highlighted some session problems with the learner cache created by Jacky.

  1. … 38 more files in changeset.
Upgraded to JSTL 1.1 library

  1. … 19 more files in changeset.
Setup dummy learning functionality so that learner interface can be used in the Alpha version. Supports joining a lesson.

  1. … 17 more files in changeset.
updated to use new getOrderedActivityList(LearnerProgress)

Modified the "leaveToolSession" and related code to allow the tool to pass the userid (which it gets from UserDTO in the shared session) rather than pass User (which the tool doesn't have).

Rejigged the tool jars loaded on the classpath so suit the most "completed" tools.

  1. … 6 more files in changeset.
Fixed problem where the learner interface didn't start the first time the learner joined the lesson. This was due to the activity in the request being a proxy activity rather than a real activity. Fixed it by having some common code that puts it in the activity, and get Hibernate to load a "real" activity before putting it in the request.

  1. … 11 more files in changeset.
*** empty log message ***

More changes to suit Hibernate 3

    • -152
    • +0
    ./web/WEB-INF/spring/applicationContext.xml
    • -74
    • +0
    ./web/WEB-INF/spring/dataAccessContext.xml
    • -19
    • +0
    ./web/WEB-INF/spring/dbConnection.properties
  1. … 13 more files in changeset.
*** empty log message ***

    • -38
    • +19
    ./web/WEB-INF/struts/struts-config.xml
Update to Hibernate3

lams.war no longer exists so build task removed

    • -1
    • +1
    ./web/WEB-INF/spring/dataAccessContext.xml
  1. … 10 more files in changeset.
Removed ISOLATION_READ_COMMITTED from the transactions as it is not supported by the JTA transaction manager. We will have to rely on the database settings.

  1. … 7 more files in changeset.
included the export service bean

Testing export service bean

The common test code has been removed from lams.jar, which triggered the abstract lams test case class to change package. New version uses the "new" package.

  1. … 3 more files in changeset.
Added some comments and fixed exception declaration

Switched project to use ear file format

  1. … 120 more files in changeset.
test confs

    • -0
    • +93
    ./java/SurveyAnsContent.hbm.xml
    • -0
    • +168
    ./java/SurveyContent.hbm.xml
    • -0
    • +198
    ./java/SurveyQueContent.hbm.xml
    • -0
    • +61
    ./java/SurveyQueType.hbm.xml
    • -0
    • +117
    ./java/SurveyQueUsr.hbm.xml
    • -0
    • +103
    ./java/SurveySession.hbm.xml
    • -0
    • +102
    ./java/SurveyUsrResp.hbm.xml
test cases changed according to the change of super test case

  1. … 1 more file in changeset.
testing sequence modified - schedule gate and permission gate added

  1. … 1 more file in changeset.
gate struts action implemented

    • -1
    • +24
    ./web/WEB-INF/struts/struts-config.xml
  1. … 8 more files in changeset.