Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1594: Made the I18N code more generic so that tool's could get any arbitrary value (rather than having to access their message source directly). This was useful for the open vote option in voting, and may also be useful for custom conditions.

  1. … 2 more files in changeset.
LDEV-1584: The messageSource entry in Spring wasn't unique for the forum, rsrc and submit tools so when the messageSource was accessed in authoring (for tool conditions), the wrong resource was sometimes being returned. Now the messageSource bean's scope is within the messageService bean, so the tools can't get the wrong messageSource.

  1. … 2 more files in changeset.
LDEV-1530: Handling of sessionClones needed to be tweaked or import files without the sessionClone entries were throwing an exception. The export was also changed to not include the sessionClones as they are not appropriate for a design export.

LDEV-1530: To remove the Hibernate error occuring when two users in one tool session start forum together, I have modified how the content is updated so that cloned content is updated when an edit is done in Monitoring. See also LDEV-649.

  1. … 4 more files in changeset.
LDEV-1530: Rearranged code to avoid a HibernateException being thrown when two users try to clone the topic at the same time.

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.