• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adjusted xdoclet for exit

Added "exitted lesson" screen and I18N'd the text of the welcome screen.

Made the Action more robust with respect to exceptions - most exceptions are now caught and a proper error message is sent back to Flash (rather than nothing being returned).

Changed the LearnerActions to not forward to page when the wddx packet is returned. We now have a Flash interface so forwarding to a page (rather than letting Flash bring up the next bad) is now bad. Had to change the dummy learner screen to still forward temporarily otherwise the dummy screen won't display the tool pages.

  1. … 5 more files in changeset.
Added real learner page back in (with a link from the dummy page) so that mitch can set up the Flash movie.

Also set the charset/encoding for these pages to UTF-8

  1. … 16 more files in changeset.
Fixed the export portfolio - when the resource files were renamed I missed a hardcoded entry in the constants.

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 "