• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4352: Adding the Use Leader version of the Mark Charts to Assessment and fixing an update issue with ToolOutput settings.

    • -0
    • +38
    ./lamsfoundation/lams/tool/mc/dto/SessionDTO.java
  1. … 6 more files in changeset.
file LeaderResultsDTO.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./lamsfoundation/lams/tool/mc/dto/LeaderResultsDTO.java
  1. … 1 more file in changeset.
LDEV-4356 Avoid modifying Hibernate's FlushMode inside of the tools

  1. … 7 more files in changeset.
file McSessionMarkDTO.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./lamsfoundation/lams/tool/mc/dto/McSessionMarkDTO.java
file McPedagogicalPlannerForm.java was initially added on branch lams2_head_wildfly.

file McLearningForm.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./lamsfoundation/lams/tool/mc/web/form/McLearningForm.java
file McAuthoringForm.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./lamsfoundation/lams/tool/mc/web/form/McAuthoringForm.java
file McStringComparator.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./lamsfoundation/lams/tool/mc/util/McStringComparator.java
file McComparator.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./lamsfoundation/lams/tool/mc/util/McComparator.java
file AnswerDTO.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./lamsfoundation/lams/tool/mc/dto/AnswerDTO.java
file ReflectionDTO.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./lamsfoundation/lams/tool/mc/dto/ReflectionDTO.java
file McUserMarkDTO.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./lamsfoundation/lams/tool/mc/dto/McUserMarkDTO.java
file McQuestionDTO.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./lamsfoundation/lams/tool/mc/dto/McQuestionDTO.java
file McOptionDTO.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./lamsfoundation/lams/tool/mc/dto/McOptionDTO.java
file McGeneralMonitoringDTO.java was initially added on branch lams2_head_wildfly.

file McGeneralLearnerFlowDTO.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./lamsfoundation/lams/tool/mc/dto/McGeneralLearnerFlowDTO.java
LDEV-2866 Authoring code refactoring

    • -224
    • +0
    ./lamsfoundation/lams/tool/mc/AnswerDTO.java
    • -50
    • +0
    ./lamsfoundation/lams/tool/mc/McComparator.java
    • -110
    • +0
    ./lamsfoundation/lams/tool/mc/McOptionDTO.java
    • -158
    • +0
    ./lamsfoundation/lams/tool/mc/McQuestionDTO.java
    • -208
    • +0
    ./lamsfoundation/lams/tool/mc/McUserMarkDTO.java
    • -137
    • +0
    ./lamsfoundation/lams/tool/mc/ReflectionDTO.java
  1. … 42 more files in changeset.
file McApplicationException.java was initially added on branch lams2_head_wildfly.

LDEV-4344 Handle pass mark option correctly in authoring

    • -92
    • +3
    ./lamsfoundation/lams/tool/mc/web/McAction.java
  1. … 3 more files in changeset.
LDEV-2866 Code refactoring

    • -107
    • +0
    ./lamsfoundation/lams/tool/mc/McAllGroupsDTO.java
    • -209
    • +1
    ./lamsfoundation/lams/tool/mc/McAppConstants.java
    • -1
    • +0
    ./lamsfoundation/lams/tool/mc/McComparator.java
    • -214
    • +0
    ./lamsfoundation/lams/tool/mc/McUtils.java
    • -39
    • +0
    ./lamsfoundation/lams/tool/mc/Nullable.java
  1. … 33 more files in changeset.
LDEV-4320 By default users should be listed in alphabetical order

  1. … 3 more files in changeset.
LDEV-4300 Audit logs when activity is modified in monitor

  1. … 86 more files in changeset.
LDEV-4291 Move getAccessMode method to WebUtil

    • -19
    • +2
    ./lamsfoundation/lams/tool/mc/web/McAction.java
  1. … 29 more files in changeset.
LDEV-4258: Protecting the export download from multiple triggers by disabling the button until the file is downloaded. Uses the new generic javascript method based on previous Peer Review download implementation. Uses a cookie to track when the file download is complete.

  1. … 4 more files in changeset.
LDEV-4180: Make DB patches produce up-to-date structure during build instead of applying multiple patches.

Get rid of unnecessary tables and keys.

Modify boolean columns to tinyint(1)

Simplify patches where possible.

  1. … 223 more files in changeset.
file patch20170101.sql was initially added on branch lams2_head_wildfly.

  1. … 24 more files in changeset.
LDEV-4187: Get an learner's status from the tool for a particular tool session, which can be used to regenerate learner progress.

  1. … 24 more files in changeset.
LDEV-4092: Date passed back by server was reconverting time for Daylight Saving, making it an hour out, as the convertToStringForJSON takes the timezone into account. Therefore convert the already timezone converted time (which gets converted back again) rather than the original time.

  1. … 13 more files in changeset.
LDEV-4092: Support the server supplying a localised date string for the submission deadline (datetimepicker does not have localisation of the format, just the language).

  1. … 34 more files in changeset.
LDEV-4038: Exclude from import fields that have been removed during work on another JIRA.