Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix learning progress preview readonly mode.

  1. … 4 more files in changeset.
remove deprecated DAO reference , use baseDAO instead

Define later/run offline work.

  1. … 27 more files in changeset.
Define later and run offline implementation.

    • -0
    • +53
    ./org/lamsfoundation/lams/tool/sbmt/util/SbmtWebUtils.java
  1. … 27 more files in changeset.
Added reference to MODE.author so that preview mode works.

  1. … 1 more file in changeset.
Implement Import/Export tool content

  1. … 18 more files in changeset.
Remove userId parameter in importToolContent interface.

  1. … 1 more file in changeset.
Add userId parameter in importToolContent interface.

  1. … 11 more files in changeset.
Update import tool content interface.

  1. … 8 more files in changeset.
Update import tool content interface.

  1. … 10 more files in changeset.
Export tool content success.

  1. … 4 more files in changeset.
Update ToolContentManager API

  1. … 9 more files in changeset.
Changed name of export/import methods for the learning design export. Got the name wrong before.

  1. … 9 more files in changeset.
Added methods needed for design export

  1. … 11 more files in changeset.
Bug fix and page style imporment.

  1. … 23 more files in changeset.
close/save/cancel action in authoring page.

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

  1. … 172 more files in changeset.
Change properties file.

  1. … 1 more file in changeset.
Updated service using DateUtil to convert between UTC and local timezone

Moved the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

  1. … 49 more files in changeset.
Changed paths to suit the new locations of BaseDAO and IBaseDAO. See lams_common project for description of BaseDAO and IBaseDAO changes.

Added save/cancel labels for FCKEditor instance.

Added finished button key.

spelling check

Added some new properties. i.e. button values

Updated to handle new Tabbed env

Updated Action class now extends LamsDispatchAction (method parameter) and updated xdoclet config.

Remove Tool Content was trying to remove the submission details based on the tool content id. But the submission details are based on the tool session id, so changed the remove code to remove the submission details as part of remove tool session, not remove tool content.

Also fixed remove tool content so that it will remove the related tool sessions if required, and to stop it throwing an exception if no data is found (as per the interface definition).

  1. … 1 more file in changeset.
Major changes to doExport method

- added ability for learner to export portolio

- submitted files are written to disk for export

modified implementaion of getFileUploadedBySession to return a SortedMap instead of a Map.

The SortedMap is sorted using the LastNameAlphabeticComparator.