Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1134: Adding more support for the tool output based branching. Added a couple of simple tool output definitions for MCQ and Forum and added a class to the core to help tools create the tool output definitions (OutputDefinitionFactory), which required a change to MessageService. Also added the call to the core tool service to support calling the tools for their output definitions and new method call to ToolContentManager, requiring a change to all tools.

  1. … 20 more files in changeset.
Updated how jabber room names are allocated.

When a chat tool session is created, it is assigned a jabber room name.

A 'room_created' boolean field was added to the lachat11_session table. This indicated whether the room has been created on the jabber server.

  1. … 3 more files in changeset.
Merging RAMS and Edit On Fly changes from branch to the head.

  1. … 239 more files in changeset.
mix up with online/offline instructions ldev-1123

Add file size validation.

  1. … 1 more file in changeset.
Changed submitReflection action to update an existing notebook entry when possible rather than create a new entry everytime

  1. … 15 more files in changeset.
Fixed 'lock on finish'.

  1. … 2 more files in changeset.
Implemented new reflection functionality. LDEV-1016

  1. … 2 more files in changeset.
Changed doTeacherExport to private access only. Shouldn't be visible outside the class.

  1. … 1 more file in changeset.
Changed Boolean to boolean in model classes. This is consistent with other tools.

    • -21
    • +21
    ./org/lamsfoundation/lams/tool/chat/model/Chat.java
  1. … 5 more files in changeset.
Removed unused initialisation of HashSet.

  1. … 1 more file in changeset.
Moved contentFolderID and toolContentID from AuthoringForm to the SessionMap

  1. … 6 more files in changeset.
Removed unused imports.

  1. … 15 more files in changeset.
Updated uploadFile method to check for zero length file name.

  1. … 2 more files in changeset.
Add from and to Version parameter to new importContent API.

  1. … 11 more files in changeset.
attachment fix (tested) LDEV-672

Added contentFolderID to monitoring

  1. … 5 more files in changeset.
1.0.2 importer: convert newlines in instruction text to <BR/> as the matching field uses an FCKEditor

  1. … 10 more files in changeset.
Set define later = true only when authoring is launched from the monitoring screen.

  1. … 2 more files in changeset.
Set lock on finish based on the value in the 1.0.2 import file.

  1. … 1 more file in changeset.
Fixed import - should fall back to default content if requested content isn't found.

  1. … 7 more files in changeset.
Updated address of FSF in copyright statement

  1. … 1378 more files in changeset.
Renamed variable for consistency with other tools.

  1. … 1 more file in changeset.
Renamed variable for consistency with other tools.

Renamed 'chat_client' action-forward to 'learning'.

Cleaned up page names and structure. Added notebook entry page when a lesson is run offline and reflection is enabled.

  1. … 13 more files in changeset.
Removed redundant code

Updated javadoc comments.

Added contentFolderID parameter.

Added contentFolderID parameter.

Simplified SessionMap code.