• 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.
add description field

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

    • -0
    • +1
    ./db/sql/create_sharedlesson_tables.sql
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

    • -7
    • +7
    ./db/sql/insert_lams_unix_config_data.sql
    • -7
    • +7
    ./db/sql/insert_lams_windows_config_data.sql
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
    • +3
    ./db/sql/insert_lams_unix_config_data.sql
    • -0
    • +2
    ./db/sql/insert_lams_windows_config_data.sql
  1. … 3 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
    • +2
    ./db/sql/insert_lams_unix_config_data.sql
    • -1
    • +2
    ./db/sql/insert_lams_windows_config_data.sql
  1. … 7 more files in changeset.
pre-select idp in lesson link for learner

    • -2
    • +4
    ./db/sql/insert_lams_unix_config_data.sql
    • -2
    • +4
    ./db/sql/insert_lams_windows_config_data.sql
  1. … 3 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)

    • -0
    • +1
    ./db/sql/create_sharedlesson_tables.sql
  1. … 1 more file in changeset.
added collection of external servers, since it's stored locally in new table (lams_lesson_fed)

changed lessonId property to lesson object, since it's on the local server

complete updateFederationRegistry so that outdated servers are deleted

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

    • -0
    • +12
    ./db/sql/create_sharedlesson_tables.sql
  1. … 2 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