lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge lams2_3 to head (continuing...)

    • -530
    • +550
    ./lams/learning/web/action/LearnerAction.java
  1. … 50 more files in changeset.
LDEV-2374: Data flow between tools: framework and example for Q&A -> Vote.

    • -13
    • +16
    ./lams/learning/service/ILearnerService.java
    • -79
    • +103
    ./lams/learning/service/LearnerService.java
  1. … 83 more files in changeset.
Merge lams2_3 to head (including things not merged last time due to eclipse's merge wizard not handling the lams2_3 start point as expected)

    • -293
    • +296
    ./lams/learning/progress/ProgressEngine.java
    • -40
    • +113
    ./lams/learning/service/LearnerService.java
    • -2
    • +5
    ./lams/learning/web/action/NotebookAction.java
    • -264
    • +275
    ./lams/learning/web/util/LearningWebUtil.java
  1. … 162 more files in changeset.
LDEV-2254 Safari and VR Author fixed

LDEV-2286

VR tool now deployed as archived .war

LDEV-2281

Lessons with VR tool activities are now exported correctly

Author recordings are held locally on LAMS server

LDEV-2289

Popup now shown if EITHER media server settings are blank (both required for VR to work)

LDEV-2005

Export for learner/teacher working

Conditions tab removed

Author recordings added to FCK content folder

Preview images uploaded to own content folder for each VR session

  1. … 162 more files in changeset.
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.