• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2105 update to ordering question type

file VideoRecorderRecordingDTO.java was added on branch lams2_3 on 2009-04-17 08:21:29 +0000

file advanced.jsp was added on branch lams2_3 on 2009-04-17 08:21:46 +0000

file AuthoringForm.java was added on branch lams2_3 on 2009-04-17 08:21:47 +0000

file editActivity.jsp was added on branch lams2_3 on 2009-04-17 08:21:33 +0000

file VideoRecorderRecording.java was added on branch lams2_3 on 2009-04-17 08:21:39 +0000

file playerVolume.png was added on branch lams2_3 on 2009-04-17 08:21:28 +0000

file VideoRecorder.html was added on branch lams2_3 on 2009-04-17 08:21:31 +0000

file MonitoringAction.java was added on branch lams2_3 on 2009-04-17 08:21:43 +0000

file LearningAction.java was added on branch lams2_3 on 2009-04-17 08:21:43 +0000

file AuthoringAction.java was added on branch lams2_3 on 2009-04-17 08:21:43 +0000

file VideoRecorderSession.java was added on branch lams2_3 on 2009-04-17 08:21:39 +0000

LDEV-2005 - Voice recording tool

- FCKEditor plugin present

- Changes to configuration file for Red5 settings

- Updates to VideoRecorderForFCK (Flex)

    • binary
    /lams_build/lib/lams/lams-central.jar
    • binary
    /lams_build/lib/lams/lams-learning.jar
  1. … 62 more files in changeset.
Fixing up the format of some java files in QA

  1. … 41 more files in changeset.
LDEV-2143 Fixing the memory problem with QA tool QaQueUserDAO was fetching the entire user table in order to get a count

After the fix a jprofiler test with multiple users fixed the memory problem

Already committed to 2.2.1 branch so also committing to head

Fixing up the format of some qa java files

LDEV-2143 Fixing the memory problem with QA tool QaQueUserDAO was fetching the entire user table in order to get a count

After the fix a jprofiler test with multiple users fixed the memory problem

LDEV-2144 Save button disabled on click event (with loading icon) until response from server received. (2.3)

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-2144 Save button disabled on click event (with loading icon) until response from server received. (2.2.1)

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
Fixing up format for some qa java files

LDEV-2060 Preview button disabled until preview window loaded (with loading cursor icon while it loads)

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-2143 Vote tool causing heap memory leak. The VoteUsrAttemptDAO class was bringing the entire VoteUsrAttempt table into the memory space, then traversing it programatically which is very un-advisable.

I changed the hql queries to only get the rows needed for the processing and the memory leak seems to be at a much more acceptable level

Committing for head

LDEV-2105 New ordering question type

    • -0
    • +2
    /lams_tool_assessment/db/sql/create_lams_tool_assessment.sql
LDEV-2060 Preview button disabled until preview window loaded (with loading cursor icon while it loads)

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-2143 Vote tool causing heap memory leak. The VoteUsrAttemptDAO class was bringing the entire VoteUsrAttempt table into the memory space, then traversing it programatically which is very un-advisable.

I changed the hql queries to only get the rows needed for the processing and the memory leak seems to be at a much more acceptable level

Committing for 2.1.1 branch

LDEV-2054 Added flash support for View Students Before Selection option to learner chosen grouping in author

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
    • binary
    /lams_flash/src/central/flash/lams_authoring.fla
Putting back the labels for the planner in LAMS central

LDEV-2139 Merge for 2.2.1 - manual sync on the moveToActivity method.

LDEV-2078 Merge for 2.2.1

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-2141 Parallel (floating) activity is marked as completed when all children (both) are finished.