• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Made the userlist in the GroupDTO optional, so that it isn't passed to authoring.

  1. … 2 more files in changeset.
Fixing up Grouping related code so it will cope with more cases during grouping, and so that groupingDAO can better find all the groups in a learning design.

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

  1. … 1 more file in changeset.
Added adminURL

LDEV-1256

LDEV-1134: Preview now lets the author run through multiple branches, but if a stop point is reached then it stops the lesson.

  1. … 1 more file in changeset.
LDEV-1134: Preview now lets the author select a branch to view, but the author can only do one branch. To view all branches, the author needs to run preview multiple times. Did some small refactoring to have only one piece of code that creates the branching mapping related to a group as we have many bits that need to do this (authoring, import, chosen branching in monitoring and now preview!)

  1. … 2 more files 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.
LDEV-1134: Branching: Added stopAfterActivity flag to activity, which will allow us to "end" a lesson at the end of the activity. Progress engine changes done.

  1. … 4 more files in changeset.
LDEV-1134: Branching: Added stopAfterActivity flag to activity, which will allow us to "end" a lesson at the end of the activity. Authoring changes done.

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

  1. … 2 more files in changeset.
LDEV-1134: Branching: View screen for the class export portfolio. Required refactoring of classes and moving the system tool link to move to an interface.

LDEV-1134: Branching: View screen for the class export portfolio. Required refactoring of classes and moving the system tool link to move to an interface.

  1. … 6 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.
LDEV-1256: Added admin_url column to tool and system tool tables

    • -1
    • +21
    ./java/org/lamsfoundation/lams/tool/Tool.java
  1. … 5 more files in changeset.
Branching: The start and end co-ordinates were missing during the import.

LDEV-1261: Fixing a lazy loading exception that started when we removed the hibernate session filter on the user role import. The organisation can't be passed in from the web layer as it isn't connected to the session, and so when it tries to get the user organisation from the organisation, it throws a lazy loading exception.

  1. … 4 more files in changeset.
Branching: Teacher chosen branch screen basically working. Still a bit of clean up on the messages to go.

  1. … 10 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.
Branching: Tweaking the branch objects so that the contribution flags are right for teacher chosen activities (and hence the button will appear to do the selection in monitoring) and some changes to make the teacher chosen screen logic easier.

  1. … 2 more files in changeset.
fixed wddxtags type (firstActivityUIID) + improvement in loading sequences for branching activity

  1. … 4 more files in changeset.
branching activity saves start/end connector coords

  1. … 4 more files in changeset.
Branching: Adding x and y co-ordinates for the start and stop points. This is to support to UI - the details are not used by the progress engine.

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

Branching: Added a new field firstActivity to the SequenceActivity, so Flash can easily indicate where to start in a sequence activity. That way, the logic works in the same way as it does in a learning design.

  1. … 2 more files in changeset.
file LessonFederation.java was initially added on branch shibboleth_2_0.