Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

    • -0
    • +52
    ./lamsfoundation/lams/tool/sbmt/web/ClearSessionAction.java
  1. … 9 more files in changeset.
Updated copyright statement - only support GPL v 2.0

    • -19
    • +23
    ./lamsfoundation/lams/tool/sbmt/Learner.java
    • -19
    • +24
    ./lamsfoundation/lams/tool/sbmt/dao/ILearnerDAO.java
  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.

modified method signature getFilesUploadedBySession to return a SortedMap instead of a Map.

This was done to ensure a consistent order when displaying files.

added field exportedURL and getter and setter methods.

This is used by export portfolio function to store the url of the submitted file in the archive

Service bean transaction definition was missing some of the ToolContentManager and ToolSessionManager methods, so these methods were not forming part of transactions.

  1. … 4 more files in changeset.
updated hbm files

  1. … 1 more file in changeset.