lamsfoundation

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
    • +1
    ./lams/learning/web/util/LearningWebUtil.java
  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.

    • -275
    • +341
    ./lams/learning/service/ICoreLearnerService.java
    • -185
    • +195
    ./lams/learning/web/action/GroupingAction.java
  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.

    • -2
    • +5
    ./lams/learning/web/util/ActivityMapping.java
  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

    • -4
    • +4
    ./lams/learning/export/web/action/Bundler.java
LDEV-2115 Timestamp (current date time) added to completed activity record (table: lams_progress_completed)

    • -2
    • +2
    ./lams/learning/web/util/LearningWebUtil.java
  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

    • -156
    • +155
    ./lams/learning/export/web/action/ImageBundler.java
Modified copyFiles to use the copyFileToDirectory method from the commons-io library

    • -59
    • +26
    ./lams/learning/export/web/action/Bundler.java
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).

    • -6
    • +19
    ./lams/learning/web/action/LearnerAction.java
LDEV-2074 Updated export for learners to include floating activities.

    • -0
    • +14
    ./lams/learning/export/ActivityPortfolio.java
    • -1
    • +1
    ./lams/learning/web/util/LearningWebUtil.java
  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).

    • -0
    • +11
    ./lams/learning/web/bean/ActivityURL.java
    • -2
    • +5
    ./lams/learning/web/util/LearningWebUtil.java
  1. … 2 more files in changeset.
LDEV-1932: Added competences to export portfolio both for teacher and learner.

    • -110
    • +132
    ./lams/learning/export/ActivityPortfolio.java
    • -92
    • +107
    ./lams/learning/export/Portfolio.java
  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.

    • -129
    • +129
    ./lams/learning/web/action/GateAction.java
  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.

    • -1022
    • +1071
    ./lams/learning/service/LearnerService.java
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.

    • -0
    • +5
    ./lams/learning/web/action/GateAction.java
    • -0
    • +4
    ./lams/learning/web/bean/GateActivityDTO.java
  1. … 34 more files in changeset.
LDEV-1896: Extended permission gate. Teacher can now allow a single learner to pass the gate.

    • -106
    • +96
    ./lams/learning/web/action/GateAction.java
    • -15
    • +29
    ./lams/learning/web/bean/GateActivityDTO.java
  1. … 13 more files in changeset.