• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renaming applicationResources.properties to ApplicationResources.properties

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

  1. … 52 more files in changeset.
Display the activity title and description int the portfolio, rather than tool details, as the activity fields may be edited by the user but the tool values are system values. This action class is not used.

Display the activity title and description int the portfolio, rather than tool details, as the activity fields may be edited by the user but the tool values are system values. Moved the ordered list tags into the Servlet code, so that the code could completely replace the ordered list section with something else, without touching the translations.

  1. … 1 more file in changeset.
Display the activity title and description int the portfolio, rather than tool details, as the activity fields may be edited by the user but the tool values are system values.

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. … 35 more files in changeset.
Moved the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

  1. … 5 more files in changeset.
Split learner and export urls (in Tool) to have separate urls for teacher, learner and authoring modes.

  1. … 3 more files in changeset.
Add start date for learnerProgress.

  1. … 4 more files in changeset.
Basic config for i18n

  1. … 9 more files in changeset.
Add url construct method for sequence in one LearningProgress.

Change toolSessionManager interface to add new toolSessionName.

  1. … 9 more files in changeset.
moved HTML out of export into resource file

also has functionality to bundle the stylesheets along with export

some new constants

moved HTML out of export into resource file

LDEV-61 Fixing tool sessions - all users were getting separate tool sessions.

Modified learner service to suit changes to ToolActivity.createToolSessionForActivity()

Export portfolio was failing on linux - can't rely on the tmp directory having a trailing / \

Setup dummy learning functionality so that learner interface can be used in the Alpha version. Supports joining a lesson.

  1. … 15 more files in changeset.
renaming of Portfolio and ToolPortfolio objects

modified it so that if it detects that the array of ToolPortfolios is null, it will just generate a main page stating that the portfolio export is not supported

major change is replacing the previously known Portfolio objects to be ToolPortfolio objects

exportPortfolioFor* methods now return a Portfolio object, which contains the array of ToolPortfolio objects.

the member variable exportTmpDir is removed and placed in the Portfolio object instead.

In most cases, instead of throwing exceptions, an error message is written to a file, however the real error is logged.

updated some comments.

changed getOrderedActivityList(Long learnerProgressId) to getOrderedActivityList(LearnerProgress learnerProgress)

for some reason the failed to lazily initialize exception doesnt occur anymore

Previously known as the Portfolio object

    • -0
    • +119
    ./org/lamsfoundation/lams/learning/export/ToolPortfolio.java
A portfolio object, now holds the attribute exportTmpDir - the temporary directory in which this export will place its files.

and it contains an array of ToolPortfolio objects.

ToolPortfolio was previously known as a Portfolio object, now renamed to ToolPortfolio

*** empty log message ***

servlet which generates the main page "Export Portfolio not supported "

modified createPortfolio method

first checks the export url, if there isnt one, then the export url is points to the exportNotSupportedServlet

added new constant - the url that points to the ExportNotSupportedServlet

previously it was appending "toolContentId" and "toolSessionId", so now its changed so that it will get this parameter name from AttributeNames class.

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