• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3901: Derive course ID from lesson ID.

  1. … 2 more files in changeset.
LDEV-3901: Derive course ID from lesson ID.

  1. … 2 more files in changeset.
LDEV-3315: If there is an exception saving an object to DB via UserManagementService, do not hide the exception as the following code is not aware of the problem.

LDEV-3315: If there is an exception saving an object to DB via UserManagementService, do not hide the exception as the following code is not aware of the problem.

LDEV-3315: Prevent HTTP Response Splitting by sanitizing redirectURL parameter during authentication.

LDEV-3315: Prevent session fixation attack by changing session ID on authentication. The ID is changed even on failed auth, but changing it only after successful one prevents users from accessing secure content (old session ID is cached).

This patch will become obsolete once we upgrade to Undertow 1.1.10+.

LDEV-3656: When logging in from an another browser, do not clear credential cache. Otherwise current attempt to log in fails.

  1. … 2 more files in changeset.
LDEV-3884 Show median time taken instead of the average one in gradebook

  1. … 13 more files in changeset.
LDEV-3884 Show median time taken instead of the average one in gradebook

  1. … 13 more files in changeset.
LDEV-3884 Show median mark instead of the average one in gradebook

  1. … 10 more files in changeset.
LDEV-3839 removing utf8mb4 character set as this applies to the old mysql in jboss

LDEV-3839: Add "allow restart" an advanced option in lesson setup. Add restart button above learner progress bar.

  1. … 21 more files in changeset.
LDEV-3839: Add "allow restart" an advanced option in lesson setup. Add restart button above learner progress bar.

  1. … 22 more files in changeset.
LDEV-3877: increase default screen resolution

file patch2040065.sql was initially added on branch lams2_head_wildfly.

LDEV-3839: Add initial implementation of lesson retry.

  1. … 14 more files in changeset.
file LearnerProgressArchive.java was added on branch lams2_head_wildfly on 2016-06-21 10:25:32 +0000

file CompletedActivityProgressArchive.java was added on branch lams2_head_wildfly on 2016-06-21 10:25:32 +0000

file patch2040064.sql was added on branch lams2_head_wildfly on 2016-06-21 10:25:32 +0000

LDEV-3839: Add initial implementation of lesson retry.

    • -0
    • +220
    ./java/org/lamsfoundation/lams/lesson/LearnerProgressArchive.java
  1. … 14 more files in changeset.
LDEV-3837 Fixing exception thrown when trying to open sequence activity in monitor

LDEV-3834: Add course and branching groups mapping dialog.

  1. … 4 more files in changeset.
LDEV-3834: Add course and branching groups mapping dialog.

  1. … 4 more files in changeset.
LDEV-3750 Improve performance of pushing marks to gradebook

  1. … 31 more files in changeset.
LDEV-3826: Updating Admin for Bootstrap. Subcourses not able to be updated as they do not have folders so this code was throwing an exception.

file patch2040063.sql was initially added on branch lams2_head_wildfly.

LDEV-3826: Updating Admin for Bootstrap. The Cognitive Skills Wizard has been removed for so the admin page maintaining it is no longer needed.

  1. … 1 more file in changeset.
LDEV-3750 Added ability to request all available tool outputs per toolContentId instead of querying them one by one

  1. … 31 more files in changeset.
LDEV-3826: Configuration object wasn't transactional so the updates done in Admin were not saving.

LDEV-3829: Add transactions and move code to the service.