Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2782: Move preceding lesson modification to service as all previous service calls are read-only, implying the save will be read-only too and leading to exceptions.

    • -21
    • +4
    ./lamsfoundation/lams/web/LessonConditionsAction.java
  1. … 3 more files in changeset.
LDEV-3635 Add integration API: remove users from lesson

LDEV-3636 Add integration API: remove lesson from course

LDEV-3919 LoginRequest should add user to lesson's staff when method=monitor is requested

    • -10
    • +16
    ./lamsfoundation/lams/web/LoginRequestServlet.java
  1. … 2 more files in changeset.
LDEV-3919 LoginRequest should add user to lesson's staff when method=monitor is requested

    • -14
    • +21
    ./lamsfoundation/lams/web/LoginRequestServlet.java
  1. … 2 more files in changeset.
LDEV-3637 Add integration API: clone a lesson based on a lessonID

  1. … 4 more files in changeset.
LDEV-3914: Replacing learner control frames with a div based sliding bar.

    • -13
    • +2
    ./lamsfoundation/lams/web/HomeAction.java
  1. … 28 more files in changeset.
LDEV-3912 Made LoginRequest work correctly with redirectURL parameters that point to the path outside of lams_central context

    • -0
    • +19
    ./lamsfoundation/lams/web/HomeAction.java
  1. … 1 more file in changeset.
LDEV-3902: Fix lesson intro edit saving. Fix lesson intro thumbnail.

  1. … 4 more files in changeset.
LDEV-3902: Bootstrapping the intro screen.

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

    • -14
    • +22
    ./lamsfoundation/lams/web/LoginRequestServlet.java
  1. … 3 more files in changeset.
LDEV-3901: Derive course ID from lesson ID.

    • -15
    • +23
    ./lamsfoundation/lams/web/LoginRequestServlet.java
  1. … 3 more files in changeset.
LDEV-3673: Bring back LearningDesignSVGServlet as it is still needed.

  1. … 1 more file in changeset.
NTU-9 Added the log entry for learning design import

LDEV-3315, LDEV-273: Switch from GET to POST form for security.

  1. … 2 more files in changeset.
LDEV-3315, LDEV-273: Switch from GET to POST form for security.

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

    • -6
    • +14
    ./lamsfoundation/lams/web/SessionListener.java
  1. … 3 more files in changeset.
LDEV-3739: Make "all" design type fetch also authored designs (their design type is NULL)

LDEV-3739: Make "all" design type fetch also authored designs (their design type is NULL)

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

    • -1
    • +2
    ./lamsfoundation/lams/web/HomeAction.java
  1. … 19 more files in changeset.
LDEV-3839: Add "allow restart" an advanced option in lesson setup. Add restart button above learner progress bar.

    • -8
    • +8
    ./lamsfoundation/lams/web/HomeAction.java
  1. … 19 more files in changeset.
LDEV-3834: Add course and branching groups mapping dialog.

    • -32
    • +86
    ./lamsfoundation/lams/web/OrganisationGroupAction.java
  1. … 5 more files in changeset.
LDEV-3834: Add course and branching groups mapping dialog.

    • -31
    • +92
    ./lamsfoundation/lams/web/OrganisationGroupAction.java
  1. … 5 more files in changeset.
LDEV-3656: Invalidate user's session before trying re-authentication. Move the solution back to SAML as LoginRequestServlet uses current session for authentication, so the session can not be invalidated there.

LDEV-3827 Remove JQM mobile interface

    • -11
    • +1
    ./lamsfoundation/lams/web/HomeAction.java
  1. … 19 more files in changeset.
LDEV-3824: Replace Eadventure with a stub. Make Authoring process, but hide invalid Tools (needed for LD import).

  1. … 217 more files in changeset.
LDEV-3656: Invalidate user's session before trying re-authentication, otherwise it results in a failed login page. Move the solution from SAML module to Central.

LDEV-3621 Ability to import and use groups from integrated server

    • -79
    • +52
    ./lamsfoundation/lams/web/OrganisationGroupAction.java
  1. … 2 more files in changeset.
LDEV-3809: Add an integrations interface to read organisation groupings.

    • -0
    • +133
    ./lamsfoundation/lams/webservice/xml/OrganisationGroupServlet.java
  1. … 1 more file in changeset.
LDEV-3808: Initiating user must be sysadmin.