lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4346 return "No Lineitem object found" message when LAMS pushes the total lesson mark on finishing the lesson with turned off gradecenter option

    • -3
    • +8
    ./ld/integration/util/LineitemUtil.java
LDEV-4345 Prevent date parsing in case it's not needed when modifying a lesson

    • -25
    • +14
    ./ld/integration/blackboard/LessonManagerServlet.java
LDEV-4345 Prevent date parsing in case it's not needed when modifying a lesson

    • -25
    • +14
    ./ld/integration/blackboard/LessonManagerServlet.java
LDEV-4312 Allow POST requests

LDEV-4312 Allow POST requests

LDEV-4312 Minor code simplification

    • -5
    • +3
    ./ld/integration/util/LamsSecurityUtil.java
LDEV-4312 Minor code simplification

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

    • -15
    • +14
    ./ld/integration/blackboard/LessonManagerServlet.java
    • -10
    • +16
    ./ld/integration/util/LineitemUtil.java
LDEV-4328 On removing lineitem object also remove bbContentId -> lineitemid pair from the "LamsLineitemStorage" storage

    • -15
    • +14
    ./ld/integration/blackboard/LessonManagerServlet.java
    • -10
    • +16
    ./ld/integration/util/LineitemUtil.java
LDEV-3940 Stopped using deprecated API

    • -9
    • +8
    ./ld/integration/util/BlackboardUtil.java
    • -5
    • +5
    ./ld/integration/util/LamsSecurityUtil.java
    • -15
    • +12
    ./ld/integration/util/LineitemUtil.java
LDEV-3940 Stopped using deprecated API

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

    • -0
    • +135
    ./ld/integration/blackboard/ConfigServlet.java
    • -209
    • +0
    ./ld/integration/blackboard/ImportLessonsServlet.java
    • -0
    • +160
    ./ld/integration/blackboard/LearnerMonitorServlet.java
    • -10
    • +13
    ./ld/integration/blackboard/LessonManagerServlet.java
    • -0
    • +605
    ./ld/integration/blackboard/LinkToolsServlet.java
  1. … 22 more files in changeset.
LDEV-3940 Move Java code from jsps to proper util/service Java classes

    • -0
    • +135
    ./ld/integration/blackboard/ConfigServlet.java
    • -209
    • +0
    ./ld/integration/blackboard/ImportLessonsServlet.java
    • -0
    • +160
    ./ld/integration/blackboard/LearnerMonitorServlet.java
    • -10
    • +13
    ./ld/integration/blackboard/LessonManagerServlet.java
    • -0
    • +605
    ./ld/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-4312 Setting "Access-Control-Allow-Origin" header so LAMS can access its response via Ajax

LDEV-4242 Delete lesson on LAMS, when it's deleted from the LMS (integration)

    • -1
    • +65
    ./ld/integration/util/LamsSecurityUtil.java
LDEV-4242 Delete lesson on LAMS, when it's deleted from the LMS (integration)

    • -1
    • +65
    ./ld/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
    ./ld/integration/blackboard/LessonManagerServlet.java
  1. … 8 more files in changeset.
LDEV-3940 Move Java code from jsps to proper util/service Java classes * Added support for jstl core taglib

    • -0
    • +301
    ./ld/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
    ./ld/integration/blackboard/OpenLamsPageServlet.java
    • -0
    • +94
    ./ld/integration/blackboard/StartLessonAjaxServlet.java
  1. … 13 more files in changeset.
LDEV-3940 Move Java code from jsps to proper util/service Java classes

    • -0
    • +247
    ./ld/integration/blackboard/OpenLamsPageServlet.java
    • -0
    • +94
    ./ld/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

    • -29
    • +17
    ./ld/integration/blackboard/GradebookSyncServlet.java
    • -0
    • +38
    ./ld/integration/util/LineitemUtil.java
LDEV-4211 * Make GradebookSyncServlet store learnerElements with empty scores * pull up common code to the util method

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

    • -20
    • +36
    ./ld/integration/util/LamsSecurityUtil.java
  1. … 3 more files in changeset.
LDEV-4178 Escape commas when pre-adding users to a lesson

    • -20
    • +36
    ./ld/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-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
    ./ld/integration/util/LamsSecurityUtil.java
  1. … 2 more files in changeset.
LDEV-4171 Remove obsolete svgFormat parameter that is no longer used in WF as long as it produces only SVGs (no PNGs)

    • -5
    • +3
    ./ld/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
    ./ld/integration/util/BlackboardUtil.java