Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1677: Changing the tools so that clicking Close on the authoring confirmation window will both refresh the tool's monitoring window AND take the user back to the current tab on the monitoring window (ie the same tab it was on before it was refreshed). Normally this will be the edit activity tab.

  1. … 3 more files in changeset.
LDEV-1664

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

  1. … 1 more file in changeset.
LDEV-1664

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

  1. … 1 more file in changeset.
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-1318: The reports for other groups may now be displayed using the show Aggregated Reports option in authoring.

    • -0
    • +65
    ./org/lamsfoundation/lams/tool/scribe/web/actions/DTOUtil.java
  1. … 11 more files 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.
Merging RAMS and Edit On Fly changes from branch to the head.

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

  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.
Removed unused imports.

  1. … 14 more files in changeset.
To fix define it later foreign key constraint excetption.

  1. … 1 more file in changeset.
Removed unused import statements.

Removed lockOnFinished Option

  1. … 1 more file in changeset.
Added force complete to monitoring summary page.

LDEV-811

  1. … 1 more file in changeset.
Import failed sometimes - the export file contained not only the headings but also a hibernate version of the original Scribe and that didn't match the newly created scribe, causing a problem sometimes on import.

Now the export file doesn't have any hibernate references and seems to work okay.

Fix for LDEV-809

Added report_submitted field to the scribe session table.

The learner and scribe cannot agree until a report has been submitted.

If scribe submits an empty report, it is ignored.

Fix for LDEV-809

Added report_submitted field to the scribe session table.

The learner and scribe cannot agree until a report has been submitted.

If scribe submits an empty report, it is ignored.

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

  1. … 2 more files in changeset.
Added 'version' field. This is used to add versioning when saving scribe session objects.

Fix for LDEV-876

  1. … 2 more files in changeset.
Fix for LDEV-876.

Added try catch block to detect when updating old scribe session version.

Add from and to Version parameter to new importContent API.

  1. … 11 more files in changeset.
LDEV-801 Instructions page.

Added instructions page prior to start of activity.

  1. … 6 more files in changeset.
Added refresh button to monitoring page. Renamed toolContentId to toolContentID for consistency.

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

  1. … 12 more files in changeset.
Added contentFolderID to monitoring

  1. … 3 more files in changeset.
Added force complete.

  1. … 7 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 bug in learner export