lams-monitoring.jar

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2489 updated monitoringService interface

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)

  1. … 214 more files in changeset.
Updated lams libs

  1. … 1 more file in changeset.
LDEV-2310 New custom Time Zone settings in Advanced tab of Wizard for scheduling lessons to a particular timezone, pre-selected to user's timezone from profile settings. Added common methods for timezone conversion to DateUtil. Using these methods to alternate Date times between client and server, and formatting for how they're presented to users based on locale/timezone.

  1. … 1 more file in changeset.
LDEV-1260 Local live edit now added to wizard, added dbUpdate for this as well

LDEV-1968 Several instances of one same lesson can now be started from the wizard module

Presence is back up and working, JHB needed to be recompiled with jdk 1.5 instead of 1.6

  1. … 37 more files in changeset.
LDEV-1299: Backend for condition gates.

  1. … 25 more files in changeset.
LDEV-1929 Recompiled lams libraries with JDK 1.5

Thanks Marcin :)

  1. … 2 more files in changeset.
LDEV-1929 Changed some classes to add the two extra boolean parameters needed for learner presence when initializing a lesson

  1. … 6 more files in changeset.
LDEV-1581: Addin final version of logic.

  1. … 9 more files in changeset.
LDEV-1299: Quick bug fix attempt - recompiled JARs with Java 1.5

  1. … 3 more files in changeset.
LDEV-1299: Quick bug fix attempt - commiting new JAR files.

  1. … 3 more files in changeset.
LDEV-1299: Quick bug fix attempt - monitoring does not compile because of a missing method in learning, which exists in the source code but maybe not in the JAR file.

  1. … 2 more files in changeset.
For LDEV-1784.

Updating lams jars for monitor, common and central so the tool adapter changes work

  1. … 2 more files in changeset.
LDEV-1819: Initialise branching activities properly after a live edit

  1. … 3 more files in changeset.
merge with lams2_0_3 tag on HEAD

  1. … 129 more files in changeset.
Merging RAMS and Edit On Fly changes from branch to the head.

  1. … 7 more files in changeset.
Split the scheduling of gates into a separate public method, so I can schedule gates from live edit.

  1. … 3 more files in changeset.
Merging 2.0.1 changes from the HEAD

  1. … 179 more files in changeset.
Merged 2.0.1 release changes from HEAD.

  1. … 204 more files in changeset.
Improving the permission tests on the main monitoring calls.

  1. … 1 more file in changeset.
LDEV-1042: Allow users to be added to staff group and learner group in a lesson class after the lesson has started. Code has been written for both the LAMS monitoring interface + integration. Neither set of code is tested yet - need the clients to test it.

  1. … 7 more files in changeset.
Changed initializeLesson to accomodate new export portfolio flag

Replaced getAllLessonsWDDX, getLessonData with getLessonDetails. Suits the change from listing all the lessons in the monitoring client to just working with a single lesson.

  1. … 5 more files in changeset.
Changing organisation structure to a simple root, course, class structure.

  1. … 37 more files in changeset.
Moving gate and group url support to a lams_system_tool table - the first "inch" towards making these pluggable tools in a later version of LAMS.

  1. … 20 more files in changeset.
Rejigging contribute activities list. Still have to do the urls for grouping and gates. Implemented getAllPotentialLearners.

  1. … 1 more file in changeset.
Added security to the monitoring calls - the calls to update a lesson now check that the user either the owner of the lesson or a staff member for the lesson.

  1. … 11 more files in changeset.
Fixed getAllLessons() to return all the lessons for which the user is in the lesson's staff group. Added organisationID to the basic lesson DTO returned to Flash.

  1. … 6 more files in changeset.
Renaming blahResources.properties to ApplicationResources.properties

  1. … 4 more files in changeset.
Changed learning design activities and transition collections to use all-delete-orphan cascade management. This will ensure that the secondary records are created and removed as required.

This required fixing code that trigger cascade problems and also highlighted some session problems with the learner cache created by Jacky.

  1. … 38 more files in changeset.