Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2913: Remove test sources and build tasks from LAMS projects.

    • -180
    • +0
    ./action/TestDisplayActivityAction.java
    • -126
    • +0
    ./action/TestGroupingAction.java
  1. … 288 more files in changeset.
LDEV-1558: Once a learner completes a lesson by hitting a "stop after activity" branch, it stays completed, irrespective of whether the user hits resume or if Live Edit is done and new activities are added to the end of the design.

    • -1
    • +1
    ./action/TestDisplayActivityAction.java
  1. … 9 more files in changeset.
LDEV-1051 and LDEV-1198: Fixed the break out of frames logic for parallels at the end of a design and inside an optional activity.

    • -1
    • +2
    ./action/TestDisplayActivityAction.java
  1. … 12 more files in changeset.
Updated address of FSF in copyright statement

    • -1
    • +1
    ./action/TestDisplayActivityAction.java
  1. … 1386 more files in changeset.
Moving from a tool activity to a grouped tool activity was throwing an exception as the "create tool session" code (which calls the tool to create the tool session details) was being called within the tool context.

Moved the call to create the tool session into LoadToolActivityAction so that it will always be run within the lams-learning war context and hence all the tools' beans are available in the Spring context.

To try to stop this sort of problem occuring again (ie a tool calling code that relies on all tools' beans being in the context) the ILearnerService has been split into two interfaces. ILearnerService now only contains the one method that should be called by tools (to complete a tool session). All other calls are in ICoreLearnerService. Any of the core modules may use the ICoreLearnerService but only tools should use the ILearnerService.

  1. … 23 more files in changeset.
Removing learnerProgress from the user's shared session. This should allow preview and learner to run without interfering with each other.

  1. … 23 more files in changeset.
Converted parameters to use the common name defined in AttributeNames

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. … 9 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. … 9 more files in changeset.
Updated copyright statement - only support GPL v 2.0

    • -21
    • +24
    ./action/AbstractTestAction.java
    • -21
    • +24
    ./action/TestDblSubmitAction.java
    • -5
    • +7
    ./action/TestDisplayActivityAction.java
  1. … 60 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.
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.
More changes to suit Hibernate 3

  1. … 19 more files in changeset.
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.

    • -0
    • +60
    ./action/AbstractTestAction.java
    • -21
    • +2
    ./action/TestDisplayActivityAction.java
  1. … 4 more files in changeset.
Switched project to use ear file format

  1. … 132 more files in changeset.
test cases changed according to the change of super test case

    • -2
    • +9
    ./action/TestDisplayActivityAction.java
  1. … 2 more files in changeset.
gate struts action implemented

    • -0
    • +159
    ./action/TestGateAction.java
  1. … 10 more files in changeset.
implemented complete activity for the completion of system driven activity. customized the Spring OpenSessionInViewFilter to resolve redundent hibernate session issue.

  1. … 14 more files in changeset.
view grouping done

  1. … 5 more files in changeset.
Tested grouping action servlet

    • -0
    • +156
    ./action/TestGroupingAction.java
  1. … 2 more files in changeset.
implemented the learner service layer and struts layer of grouping

    • -31
    • +43
    ./action/TestDisplayActivityAction.java
  1. … 16 more files in changeset.
get the learner web app prototype working

  1. … 25 more files in changeset.
get the flash to java method all working

  1. … 11 more files in changeset.
get most of the flash method up and running

  1. … 7 more files in changeset.
join lesson modified according to the discussion with Dave exit lesson service implemented. get progress data added

    • -1
    • +82
    ./action/TestDisplayActivityAction.java
  1. … 12 more files in changeset.
setup Structs test case get all ative lesson java flash interaction implemented and tested. join learner into lesson implemented and tested calculate progress action forward modified and tested

    • -0
    • +96
    ./action/TestDisplayActivityAction.java
    • -0
    • +107
    ./action/TestLearnerAction.java
  1. … 23 more files in changeset.
integrate web layer with service layer

  1. … 19 more files in changeset.
changed complete tool activity from loading the next tool directly to a lams learning loading page

  1. … 18 more files in changeset.
Replaced ActionMappings with ActivityMapping and ActivityMappingStrategy. Should now work properly with parallel activity waits

  1. … 15 more files in changeset.