• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 9 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.
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. … 1 more file 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.

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

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.hbm.xml was initially added on branch shibboleth_2_0.

file LessonFederation.java was initially added on branch shibboleth_2_0.

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.
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.

Clarifying comparison for group - will now work even if the groups have the same order id. Removed unneeded saving logic from the import code now that the comparison is fixed.

Branching: Getting the import working for grouped branching

Branching: Getting the progress engine working so it will display the branch activities if the sequence/branch contains one or no activities

  1. … 2 more files in changeset.
Updating version to 2.0.4 / 2.0.4 Dev

    • -5
    • +5
    ./db/sql/insert_lams_unix_config_data.sql
add wddx methods to service, and test jsp page for them

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

Fix to add the system tool entry has been moved to a separate script on the lams2_0_3_fixes tag.

Changed script to include all the edit on the fly changes

Fix to add the system tool entry has been moved to a separate script on the lams2_0_3_fixes tag.

Move the system tool table update to a 2.0.4 script as we'll mark the "fixed" upgraders 2.0.4

    • -5
    • +5
    ./db/sql/insert_lams_unix_config_data.sql
    • -5
    • +5
    ./db/sql/insert_lams_windows_config_data.sql
  1. … 1 more file in changeset.
file alter_204_editonfly.sql was initially added on branch lams2_0_3_fixes.

    • -0
    • +0
    ./db/sql/updatescripts/alter_204_editonfly.sql
Methods in the UserManagementService were missing from the transaction definitions, and this was causing issues in the roles import.

LDEV-1261 improve import user speed by running in separate thread (bypass hibernate filter), and update browser with progress every 5 seconds so it doesn't timeout.

  1. … 11 more files in changeset.