• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
handle exceptions at the end of the call stack so that errors can be shown to the user

  1. … 1 more file in changeset.
fixed for lessons call on service + desc value changes in flash

  1. … 4 more files in changeset.
fixed up service - missing methods

adding description field to extLessonDTO received from remote lams server

  1. … 1 more file in changeset.
removing unused methods

adding field for lesson description of remote shared lessons

  1. … 1 more file in changeset.
complete toString method

adding saveLessonFed servlet, for saving external lessons

  1. … 1 more file in changeset.
adding saveFedLessons servlet for flash

  1. … 18 more files in changeset.
adding orgCode field to extLessonDTO

  1. … 3 more files in changeset.
change call to update local list of federation servers to pass key as request header rather than get parameter

  1. … 2 more files in changeset.
adding getFedServerIds servlet to allow flash to read locally the names and ids of each lams server in 'federation'

  1. … 3 more files in changeset.
updated organisation DTO for new boolean fields (joint lessons) and tested access to values in flash

  1. … 3 more files in changeset.
add results text when federation server list is updated

  1. … 1 more file in changeset.
The Edit Class button didn't work in monitoring for Shibboleth users - they don't have a role in the organisation that backs the lesson, so they couldn't get the organisation details. Changed the getOrganisationsForUserWithRole call so that if they don't have a role in the org, it still returns the basic details such as the name, etc.

adding ShibAttrEmail to lams_configuration, removing ShibIdpEntityId

  1. … 2 more files in changeset.
added new shib attribute for the ServerURL of the origin LAMS server to help determine whether user is local or not; added roles for shib users in ShibLoginServlet

  1. … 5 more files in changeset.
switch from getting user from SessionManager to using shib username attribute

  1. … 2 more files in changeset.
fix getFedServerByURLHost to enclose search parameter with '%'

changing shib authentication to 'on/off' rather than try to have db/shib authentication happening at the same time

  1. … 10 more files in changeset.
pre-select idp in lesson link for learner

  1. … 5 more files in changeset.
add 2 servlets at /servlet/getFedServerGroups and /servlet/getFedServerLessons for flash to use

  1. … 2 more files in changeset.
add new column to lams_lesson_fed to store local lesson state of external lessons (for later)

  1. … 3 more files in changeset.
complete updateFederationRegistry so that outdated servers are deleted

added new table to record list of external lessons joined by local groups

  1. … 4 more files in changeset.
add wddx methods to service, and test jsp page for them

  1. … 2 more files in changeset.
clarify methods covered by spring transaction

merge with lams2_0_3 tag on HEAD

  1. … 115 more files in changeset.
update list of federation servers from registry

  1. … 6 more files in changeset.
implement getFedServerGroups and getFedServerLessons, methods to call remote server

  1. … 3 more files in changeset.