Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1264 Forum postings have compile / install dates and also the dates're kept updated

  1. … 1 more file in changeset.
LDEV-1484: Removed error logging statement as this is normal case when forum content is first created in authoring.

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-1374: Exports filenames as content repository given names instead of native names.

Changes for Forum tool

LDEV-1135: Tweaking the output definition to suit the authoring client.

  1. … 3 more files in changeset.
LDEV-1134: Complete implementation of conditions in MCQ and Forum.

  1. … 8 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. … 35 more files in changeset.
See the posting you are replying to (LDEV-1305)

  1. … 2 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. … 18 more files in changeset.
LDEV-1165: Wasn't able to disable the character limit for non rich text editing in forum. Changed authoring to check the limit on/off flag before checking number of characters > 0, and at learner if the limit is off then sets num chars to 0, which the jsp interprets as "no check".

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

  1. … 239 more files in changeset.
Forbidden upload exe file in learner side.

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

  1. … 8 more files 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.
Implemented new reflection functionality. LDEV-1016

  1. … 3 more files in changeset.
Removed activity title validation

  1. … 3 more files in changeset.
Move mark button to view forum page.

  1. … 8 more files in changeset.
Update some transaction method define.

only one "Re:" for reply

Add version for optimistic lock for session.

  1. … 6 more files in changeset.
  1. … 2 more files in changeset.
Change validate message.

  1. … 1 more file in changeset.
Fix for LDEV-891 Clicking upload on instructions tab in authoring should do nothing

  1. … 1 more file in changeset.
A bug: getCreateBy() == null should not continue go next step to get user.

Converted all "identity" hibernate id generation entries to "native" - hopefully this will be a little more portable.

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

attachment fix (tested) LDEV-672

Add default tool content

  1. … 18 more files in changeset.
Fix duplicate topic bug : message DAO use session UID to read topics , it should be session ID:(