• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4348 Introduce servlet that is capable of removing marks scored by users that had not finished according LAMS lessons and nonetheless pushed to BB

    • -0
    • +219
    ./integration/blackboard/GradebookSyncFixServlet.java
  1. … 1 more file in changeset.
LDEV-4346 return "No Lineitem object found" message when LAMS pushes the total lesson mark on finishing the lesson with turned off gradecenter option

LDEV-4345 Prevent date parsing in case it's not needed when modifying a lesson

LDEV-4312 Allow POST requests

LDEV-4312 Minor code simplification

    • -5
    • +3
    ./integration/util/LamsSecurityUtil.java
LDEV-4328 On removing lineitem object also remove bbContentId -> lineitemid pair from the "LamsLineitemStorage" storage

    • -10
    • +16
    ./integration/util/LineitemUtil.java
LDEV-3940 Stopped using deprecated API

    • -9
    • +8
    ./integration/util/BlackboardUtil.java
    • -5
    • +5
    ./integration/util/LamsSecurityUtil.java
    • -15
    • +12
    ./integration/util/LineitemUtil.java
LDEV-3940 Move Java code from jsps to proper util/service Java classes

    • -0
    • +135
    ./integration/blackboard/ConfigServlet.java
    • -107
    • +0
    ./integration/blackboard/CorrectLineitemsServlet.java
    • -1
    • +0
    ./integration/blackboard/LamsLearningDesignDeleteServlet.java
    • -0
    • +160
    ./integration/blackboard/LearnerMonitorServlet.java
    • -0
    • +605
    ./integration/blackboard/LinkToolsServlet.java
  1. … 22 more files in changeset.
LDEV-4312 Setting "Access-Control-Allow-Origin" header so LAMS can access its response via Ajax

  1. … 1 more file in changeset.
LDEV-4242 Delete lesson on LAMS, when it's deleted from the LMS (integration)

    • -1
    • +65
    ./integration/util/LamsSecurityUtil.java
LDEV-3940 Move Java code from jsps to proper util/service Java classes

* Added support for jstl core taglib

    • -0
    • +301
    ./integration/blackboard/LessonManagerServlet.java
  1. … 8 more files in changeset.
LDEV-3940 Move Java code from jsps to proper util/service Java classes

    • -0
    • +247
    ./integration/blackboard/OpenLamsPageServlet.java
    • -0
    • +94
    ./integration/blackboard/StartLessonAjaxServlet.java
  1. … 13 more files in changeset.
LDEV-4211

* Make GradebookSyncServlet store learnerElements with empty scores

* pull up common code to the util method

    • -0
    • +38
    ./integration/util/LineitemUtil.java
LDEV-4178 Escape commas when pre-adding users to a lesson

    • -22
    • +38
    ./integration/util/LamsSecurityUtil.java
  1. … 3 more files in changeset.
LDEV-3666 Mark users as finished in Gradecenter in case of a lesson that doesn't have numeric scores

LDEV-4171 Remove obsolete svgFormat parameter that is no longer used in WF as long as it produces only SVGs (no PNGs)

    • -5
    • +3
    ./integration/util/LamsSecurityUtil.java
  1. … 2 more files in changeset.
LDEV-4164 assign LAMS lesson the last position number so it appears at the bottom of the list. Besides, it will allow lesson sorting

    • -3
    • +7
    ./integration/util/BlackboardUtil.java
LDEV-4163 Using new LessonManager method "checkLessonForNumericToolOutputs" instead of quering for SVGs to discover if learning design has numeric tool output

LDEV-4163 Using new LessonManager method "checkLessonForNumericToolOutputs" instead of quering for SVGs to discover if learning design has numeric tool output

    • -6
    • +10
    ./integration/util/BlackboardUtil.java
    • -37
    • +28
    ./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-4080 Fix the issue when Blackboard sends _course_id instead of courseId string to LAMS on creating new lessons

    • -2
    • +2
    ./integration/util/BlackboardUtil.java
    • -3
    • +3
    ./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
    ./integration/util/BlackboardUtil.java
LDEV-4019 Create a util method to rebuild lessons after course copy

    • -0
    • +4
    ./integration/util/BlackboardUtil.java
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

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

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

    • -0
    • +189
    ./integration/blackboard/CorrectLineitemsServlet.java
    • -0
    • +49
    ./integration/util/BlackboardUtil.java
    • -74
    • +18
    ./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

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

    • -0
    • +276
    ./integration/blackboard/ImportLessonsServlet.java
    • -0
    • +34
    ./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
    ./cxcomponent/CxComponentImpl.java
    • -0
    • +239
    ./integration/blackboard/CloneLessonsServlet.java
  1. … 9 more files in changeset.