• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file patch20170101.sql was initially added on branch lams2_head_wildfly.

  1. … 24 more files in changeset.
LDEV-4058 Made Q&A to respect showOtherAnswers advanced setting

  1. … 6 more files in changeset.
LDEV-4015 * fixed Feedback that haven't been recorded

* Removed completely redundant QaGeneralAuthoringDTO.java and replaced its occurrences in jsps with formBean

    • -12
    • +1
    ./lamsfoundation/lams/tool/qa/util/QaUtils.java
    • -97
    • +19
    ./lamsfoundation/lams/tool/qa/web/QaAction.java
  1. … 4 more files in changeset.
LDEV-4007 Fix the issue when learners that haven't left any comments before finishing can't comment when revisiting activity

  1. … 6 more files in changeset.
LDEV-3952: updating scripts to be compatible with MySQL 5.7

  1. … 43 more files in changeset.
LDEV-3894 Display only leader's responses in Q&A (when leader enable is on)

  1. … 1 more file in changeset.
LDEV-3891: Images were not displaying in monitoring due to the double quoting done by escapeCSV.

LDEV-3890: Make sure content repository exists before getting a ticket.

Do not iterate over criteria if the collection does not exist.

  1. … 4 more files in changeset.
LDEV-3750 Added ability to request all available tool outputs per toolContentId instead of querying them one by one

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

    • -1
    • +1
    ./lamsfoundation/lams/tool/qa/Nullable.java
    • -1
    • +1
    ./lamsfoundation/lams/tool/qa/QaCondition.java
    • -1
    • +1
    ./lamsfoundation/lams/tool/qa/QaConfigItem.java
    • -1
    • +1
    ./lamsfoundation/lams/tool/qa/QaContent.java
    • -1
    • +1
    ./lamsfoundation/lams/tool/qa/QaQueContent.java
    • -1
    • +1
    ./lamsfoundation/lams/tool/qa/QaQueUsr.java
    • -1
    • +1
    ./lamsfoundation/lams/tool/qa/QaSession.java
    • -1
    • +1
    ./lamsfoundation/lams/tool/qa/QaUsrResp.java
  1. … 1015 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -8
    • +8
    ./lamsfoundation/lams/tool/qa/Nullable.java
    • -4
    • +4
    ./lamsfoundation/lams/tool/qa/QaCondition.java
    • -2
    • +2
    ./lamsfoundation/lams/tool/qa/QaConfigItem.java
    • -31
    • +30
    ./lamsfoundation/lams/tool/qa/QaContent.java
    • -21
    • +22
    ./lamsfoundation/lams/tool/qa/QaQueContent.java
    • -27
    • +32
    ./lamsfoundation/lams/tool/qa/QaQueUsr.java
    • -20
    • +27
    ./lamsfoundation/lams/tool/qa/QaSession.java
    • -25
    • +32
    ./lamsfoundation/lams/tool/qa/QaUsrResp.java
  1. … 2106 more files in changeset.
LDEV-3751 Prevent students from submitting questions but allow them to view responses

LDEV-3751 Prevent students from submitting questions but allow them to view responses

    • -1
    • +18
    ./lamsfoundation/lams/tool/qa/QaContent.java
  1. … 3 more files in changeset.
LDEV-3304 remove leading and trailing quotes

  1. … 5 more files in changeset.
LDEV-3738 Finalise response after learner gets to the "individual learner results" page

LDEV-3730 do not show NULL answers (these responses get created by autosave feature)

LDEV-3730 prevent autosave from overwriting submitted reponse while re-editing a question

    • -8
    • +27
    ./lamsfoundation/lams/tool/qa/QaUsrResp.java
  1. … 1 more file in changeset.
LDEV-3727 skip exporting RatingCriteria's toolContentId field. Also explicitly reset it to the new value on LD import (instead of relying on Hibernate to do it)

  1. … 2 more files in changeset.
LDEV-3619. Page the notebook entries.

  1. … 2 more files in changeset.
LDEV-3640: Generate only a warning when there is no foreign key to drop.

  1. … 28 more files in changeset.
LDEV-3640: Allow temprorary NULL value in QaUsrResp so DB can make a cascade on delete.

LDEV-3638: Remove lesson and all its resources on demand.

Files in content repository stay.

Clean up unnecessary code, format.

  1. … 48 more files in changeset.
LDEV-3640: Add cascades in tool tables.

  1. … 27 more files in changeset.
LDEV-3581: Name search now works by checking each token in the search string, and it will only match if all tokens exist in the fullname or username fields.

LDEV-3606 In monitor display the author of each feedback comment

  1. … 15 more files in changeset.
LDEV-3605: Code tidy

LDEV-3605 LDEV-3581 Sort by answer and rating in Learner, sort by full name and rating in monitoring.

  1. … 2 more files in changeset.
LDEV-3605: Sorting by Rating

LDEV-3605: Sorting by Rating

  1. … 1 more file in changeset.
LDEV-3581: Allowing monitor to search for particular learner by part of their full name. Changed sort in monitor to sort on the user's full name, to match the search.

  1. … 3 more files in changeset.