lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4163 Using new LessonManager method "checkLessonForNumericToolOutputs" instead of quering for SVGs to discover if learning design has numeric tool output

    • -6
    • +10
    ./ld/integration/util/BlackboardUtil.java
    • -38
    • +29
    ./ld/integration/util/LineitemUtil.java
  1. … 1 more file in changeset.
LDEV-3897 Update ldId parameter (stored in content's Url field) after running ImportLessonsServlet as otherwise it points to completely wrong ldId from the old LAMS server

LDEV-3897 Update ldId parameter (stored in content's Url field) after running ImportLessonsServlet as otherwise it points to completely wrong ldId from the old LAMS server

LDEV-4080 Fix the issue when Blackboard sends _course_id instead of courseId string to LAMS on creating new lessons

    • -2
    • +2
    ./ld/integration/util/BlackboardUtil.java
    • -3
    • +3
    ./ld/integration/util/LamsSecurityUtil.java
  1. … 1 more file in changeset.
LDEV-4080 Fix the issue when Blackboard sends _course_id instead of courseId string to LAMS on creating new lessons

    • -2
    • +2
    ./ld/integration/util/BlackboardUtil.java
    • -3
    • +3
    ./ld/integration/util/LamsSecurityUtil.java
  1. … 1 more file in changeset.
LDEV-4080 Fix the issue when Blackboard sends _course_id instead of courseId string to LAMS on creating new lessons

    • -5
    • +10
    ./ld/integration/util/BlackboardUtil.java
LDEV-4080 Fix the issue when Blackboard sends _course_id instead of courseId string to LAMS on creating new lessons

    • -5
    • +10
    ./ld/integration/util/BlackboardUtil.java
LDEV-4019 Create a util method to rebuild lessons after course copy

    • -0
    • +4
    ./ld/integration/util/BlackboardUtil.java
    • -5
    • +4
    ./ld/integration/util/LineitemUtil.java
LDEV-4019 Create a util method to rebuild lessons after course copy

    • -0
    • +4
    ./ld/integration/util/BlackboardUtil.java
    • -5
    • +4
    ./ld/integration/util/LineitemUtil.java
LDEV-3666 Change the API that gradebook servlet uses to get individual marks from LAMS

LDEV-3666 Change the API that gradebook servlet uses to get individual marks from LAMS

LDEV-3940 Move Java code from jsps to proper util Java classes

    • -160
    • +12
    ./ld/integration/blackboard/StartLessonServlet.java
    • -1
    • +179
    ./ld/integration/util/BlackboardUtil.java
    • -54
    • +11
    ./ld/integration/util/LamsSecurityUtil.java
    • -5
    • +5
    ./ld/integration/util/LineitemUtil.java
  1. … 3 more files in changeset.
LDEV-3940 Move Java code from jsps to proper util Java classes

    • -160
    • +12
    ./ld/integration/blackboard/StartLessonServlet.java
    • -1
    • +179
    ./ld/integration/util/BlackboardUtil.java
    • -54
    • +11
    ./ld/integration/util/LamsSecurityUtil.java
    • -5
    • +5
    ./ld/integration/util/LineitemUtil.java
  1. … 3 more files in changeset.
LDEV-3958 A bit of a code refactoring

    • -83
    • +49
    ./ld/integration/blackboard/ImportLessonsServlet.java
    • -3
    • +52
    ./ld/integration/util/BlackboardUtil.java
LDEV-3958 A bit of a code refactoring

    • -83
    • +49
    ./ld/integration/blackboard/ImportLessonsServlet.java
    • -3
    • +52
    ./ld/integration/util/BlackboardUtil.java
LDEV-3958 Add a button to admin page that can fix grade center columns

    • -0
    • +189
    ./ld/integration/blackboard/CorrectLineitemsServlet.java
    • -0
    • +49
    ./ld/integration/util/BlackboardUtil.java
    • -74
    • +18
    ./ld/integration/util/LamsSecurityUtil.java
  1. … 3 more files in changeset.
LDEV-3958 Add a button to admin page that can fix grade center columns

    • -0
    • +189
    ./ld/integration/blackboard/CorrectLineitemsServlet.java
    • -0
    • +49
    ./ld/integration/util/BlackboardUtil.java
    • -74
    • +18
    ./ld/integration/util/LamsSecurityUtil.java
  1. … 3 more files in changeset.
LDEV-3939 * Grade center column now gets created on course copy/import * Refactoring of Java code * All util classes moved to org.lamsfoundation.ld.integration.util package

    • -79
    • +16
    ./ld/integration/blackboard/GradebookSyncServlet.java
    • -0
    • +171
    ./ld/integration/util/CSVUtil.java
  1. … 7 more files in changeset.
LDEV-3939 * Grade center column now gets created on course copy/import * Refactoring of Java code * All util classes moved to org.lamsfoundation.ld.integration.util package

    • -79
    • +16
    ./ld/integration/blackboard/GradebookSyncServlet.java
    • -0
    • +171
    ./ld/integration/util/CSVUtil.java
  1. … 7 more files in changeset.
LDEV-3897 Ability to fix LAMS lessons in imported courses

    • -0
    • +276
    ./ld/integration/blackboard/ImportLessonsServlet.java
    • -0
    • +34
    ./ld/util/LamsServerException.java
  1. … 3 more files in changeset.
LDEV-3897 Ability to fix LAMS lessons in imported courses

    • -0
    • +276
    ./ld/integration/blackboard/ImportLessonsServlet.java
    • -0
    • +34
    ./ld/util/LamsServerException.java
  1. … 3 more files in changeset.
LDEV-3399 Added special button that will update all LAMS links with the new lesson ids

    • -187
    • +0
    ./ld/cxcomponent/CxComponentImpl.java
    • -0
    • +239
    ./ld/integration/blackboard/CloneLessonsServlet.java
  1. … 9 more files in changeset.
LDEV-3399 Added special button that will update all LAMS links with the new lesson ids

    • -187
    • +0
    ./ld/cxcomponent/CxComponentImpl.java
    • -0
    • +239
    ./ld/integration/blackboard/CloneLessonsServlet.java
  1. … 9 more files in changeset.
LDEV-3880 Notification ON by default with Blackboard integration

  1. … 1 more file in changeset.
LDEV-3880 Notification ON by default with Blackboard integration

  1. … 1 more file in changeset.
LDEV-3776: Remove $Id CVS keyword.

    • -1
    • +1
    ./ld/integration/dto/LearnerProgressDTO.java
  1. … 1068 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

    • -1
    • +1
    ./ld/integration/dto/LearnerProgressDTO.java
LDEV-3704: Ability to modify BB lessons' URL host name

    • -0
    • +147
    ./ld/integration/blackboard/UpdateServerUrlServlet.java
  1. … 2 more files in changeset.
LDEV-3704: Ability to modify BB lessons' URL host name

    • -0
    • +147
    ./ld/integration/blackboard/UpdateServerUrlServlet.java
  1. … 2 more files in changeset.
LDEV-3399 Support Course Copy feature in Blackboard

    • -0
    • +187
    ./ld/cxcomponent/CxComponentImpl.java
  1. … 5 more files in changeset.