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.

    • -135
    • +0
    ./service/TestExportPortfolioService.java
  1. … 294 more files in changeset.
Updated address of FSF in copyright statement

    • -1
    • +1
    ./service/TestExportPortfolioService.java
  1. … 1392 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.

    • -7
    • +3
    ./service/TestExportPortfolioService.java
  1. … 24 more files in changeset.
Updated so that they compile - errors existed due to changes in the user service. Not tested - the test cases may be broken.

    • -2
    • +3
    ./service/TestExportPortfolioService.java
  1. … 1 more file in changeset.
Changed export portfolio to * reduce the number of error messages * move the html out of the I18N file and into jsps * use the learning design processor so that the activities are processed (and hence displayed) in the correct order.

    • -194
    • +1
    ./service/TestExportPortfolioService.java
  1. … 17 more files in changeset.
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
    • +1
    ./service/TestExportPortfolioService.java
  1. … 11 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.

    • -1
    • +1
    ./service/TestExportPortfolioService.java
  1. … 14 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
    • +1
    ./service/TestExportPortfolioService.java
  1. … 9 more files in changeset.
Updated copyright statement - only support GPL v 2.0

    • -3
    • +23
    ./service/TestExportPortfolioService.java
  1. … 66 more files in changeset.
updated to use new getOrderedActivityList(LearnerProgress)

    • -1
    • +1
    ./service/TestExportPortfolioService.java
*** empty log message ***

    • -92
    • +90
    ./service/TestExportPortfolioService.java
lams.war no longer exists so build task removed

    • -21
    • +7
    ./service/TestExportPortfolioService.java
  1. … 14 more files in changeset.
Testing export service bean

    • -0
    • +327
    ./service/TestExportPortfolioService.java