Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2005 = VideoRecorder tool and FCKEditor video recorder updated - export portfolio fixed - export fck recordings fixed - conditions added - preview images are now produced and displayed - more feedback for rating - instructions highlighted - clicking delete button does not trigger viewing of recording - timer display corrected - prompt validation - misc bugs

LDEV-2197 = Presence Chat updated

- no longer stacking in ie7

- scrolling improved

- logged conversations are fetched on open new tab

- status messages no longer shown in chat boxes, user icons change instead

- minimize/maximize button shown on presence tab

iFrame fixed for ie6

  1. … 54 more files in changeset.
LDEV-2187 Put time taken for activities and lessons in gradebook.

Fixing up LearnerProgress.java so it stores both finish time and start time for all completed activities

  1. … 9 more files in changeset.
LDEV-2187 - Adding in time columns for gradebook

  1. … 9 more files in changeset.
merging improvements from lams2_3_spring_jboss_tune branch

  1. … 118 more files in changeset.
LDEV-2054: Added support for “viewStudentsBeforeSelection” option.

  1. … 8 more files in changeset.
LDEV-2005 - Voice recording tool - FCKEditor plugin present - Changes to configuration file for Red5 settings - Updates to VideoRecorderForFCK (Flex)

  1. … 76 more files in changeset.
LDEV-2141 Parallel (floating) activity is marked as completed when all children (both) are finished.

LDEV-2127 Fixed floating parallel acts behaviour affect finished - display close window msg.

  1. … 2 more files in changeset.
LDEV-2139 using a sync map with manually syncronize the method moveToActivity

Fixed error in copyFile method. Replaced copyFileToDirectory with copyFile since the destFilePath includes the required file name.

LDEV-2126

LDEV-2115 Timestamp (current date time) added to completed activity record (table: lams_progress_completed)

  1. … 8 more files in changeset.
Removed unused methods.

LDEV-2126

Modified bundleImages() to use the copyDirectory method from the commons-io library instead of copyFile() in Bundler

LDEV-2126

Modified copyFiles to use the copyFileToDirectory method from the commons-io library

LDEV-2094: Added missing argument in ExportPorfolioService so Shaun does not fail builds.

LDEV-2074 Improvements handle insert/merge of two designs with floating activities. Only set readOnly to true when value is not set in LearnerService (when moving to Floating Activities).

  1. … 1 more file in changeset.
LDEV-2074 Missing toActivity null check

LDEV-2074 Fixes progress related bugs found. No long set nextActivity when moving to a floating Activity (only set as attemped); Flags floating activities as readOnly (true) when they are attempted (LiveEdit).

LDEV-2074 Updated export for learners to include floating activities.

  1. … 2 more files in changeset.
LDEV-2074 Updated the Progress Engine to handle floating (reference) activities, activation from the progress bar and progress status of the activities. Display floating activities in non-flash progress bar with valid links to launch the activities (to-do: still need to fix window pop-up size).

  1. … 2 more files in changeset.
LDEV-1932: Added competences to export portfolio both for teacher and learner.

  1. … 4 more files in changeset.
LDEV-1971

From a tip from a Fiona, the context path "rams/" or "lams/' is actually stored in the db, so we can get it from there instead of getting it from the context of the request

LDEV-1971 : Main export server only adjusts image urls for lams, not in rams,

this is because "/lams/secure/www" was included in the regex

now the "lams" bit is retrieved from the request context using:

request.getContextPath().substring(0, 5);

Fixing up format of main export servlet

LDEV-1299: Backend for condition gates.

  1. … 24 more files in changeset.
LDEV-1950: Learner can no longer choose two groups using browser navigation.

LDEV-1534: If a deadlock occurs when trying to join a lesson, the attempt is repeated.

LDEV-1581: Addin final version of logic.

  1. … 9 more files in changeset.
LDEV-1299: Added some logic for the new "condition gate" that allows learners to pass depending on condition satisfaction.

  1. … 34 more files in changeset.
LDEV-1896: Extended permission gate. Teacher can now allow a single learner to pass the gate.

  1. … 13 more files in changeset.