Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1664

When mode is teacher, we only update the title and instructions.

LDEV-1179: Export portfolio now displays a different msg for run offline activities. The screen comes from the learning war, and is called from the code on AbstractExportPortfolioServlet. Tools don't have to do anything, but they can override a new method in the servlet and supply the name of the activity (as per the tool's authoring screen) or do their own screen. Our tools will just display the name of the activity.

  1. … 15 more files in changeset.
LDEV-1362: Allows editing the activity even when users have already access the activity. Removes isContentInUse

  1. … 1 more file in changeset.
LDEV-1109: Fixing bugs in the authoring support for tool output based branching and getting the progress engine working. A rough implementation of the condition checking down for one MCQ condition for demonstration purposes. Two new methods added to the tool contract.

  1. … 36 more files in changeset.
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.
LDEV-1225: Page wasn't working if the learner had started the activity but hadn't saved their entry. Now if there isn't an entry, it shows the normal page but skips the entry section.

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

  1. … 239 more files in changeset.
LDEV-1097: Learner progress screen didn't cope when the learner had been force completed. Also, was showing buttons for finish when in monitoring mode. Hopefully the buttons are right now.

  1. … 1 more file in changeset.
Add file size validation.

  1. … 9 more files in changeset.
Fixed page when mode set to 'teacher'

LDEV-1007

  1. … 1 more file in changeset.
Removed synchronized from create user method. This is a carry over from the chat tool.

  1. … 1 more file 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.

  1. … 11 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

  1. … 12 more files in changeset.
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.
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.
Updated authoring pages. See LDEV-576

  1. … 4 more files in changeset.
Implementing/fixing 1.0.2 content import

  1. … 15 more files in changeset.
copyToolContent should be able to cope with fromToolContentID = null - if this occurs then use the default content.

  1. … 4 more files in changeset.
Modified code to use parameterised types for HashSet

Renamed variables for consistency.