Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1707: Change marks to display 2 decimal places rather than 1.

  1. … 6 more files in changeset.
LDEV-1699

Added notebook entries to export portfolio

LDEV-1699

Added reflection to export portfolio.

  1. … 2 more files in changeset.
LDEV-1713

Modified copyToolContent such that when it copying the original content it does not reset the create date.

LDEV-1707: I18N'd the output of the marks so that they are shown as 1,234.5 or 1 234,5 depending on the user's locale.

  1. … 4 more files in changeset.
LDEV-1680 LDEV-1681 LDEV-1682

Fixed posting limitations for forum threads. Posting limits now apply to each to each thread topic rather than the forum as a whole.

Added posting limits info to forum and topic pages.

LDEV-1680 LDEV-1681 LDEV-1682

Fixed posting limitations for forum threads. Posting limits now apply to each to each thread topic rather than the forum as a whole.

Added posting limits info to forum and topic pages.

  1. … 4 more files in changeset.
LDEV-1676: Adding a new column in forun that shows if any of a learner's files have been marked.

Also fixed a problem with the view forum screen in teacher mode. When accessed from monitoring, the teacher was able to see and edit the learner's reflection. Now when the screen is accessed from the summary screen, the reflection cannot be seen (as this is primarily for marking). When the screen is accessed from the learner progress screen the reflection can be seen but not modified.

  1. … 15 more files in changeset.
LDEV-1039 You can upload the same offline/online instruction file now

fix affects:

chat

forum

rsrc

notebook

sbmt

scribe

survey

task list

  1. … 7 more files in changeset.
LDEV-1663 Rearranged "Instructions" Tab in Monitor (Forum tool)

  1. … 2 more files in changeset.
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-1679: adds locked when finished to the session map

LDEV-1679: new constant for locked when finished

LDEV-1562 I18N'd some hard-coded heading values for Excel sheet. Left sheet name hard-coded value.

LDEV-1562 Set encoding for each HSSF cell created and now non-english characters appear to be displaying correctly in the Excel Spreadsheet file.

  1. … 1 more file in changeset.
LDEV-1601: Run offline fixed - in a previous change I had moved some of the code to ty to make it more efficient, but broke it in the process.

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.