• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2999 Include a rating option for reviewed resources (authored only). To make the grouped rating of authored resources work properly, session id was added to the rating and rating comments tables and all code using the shared jRating script and shared ratings updated to store the session code. DB script updates existing rating, rating comment records.

  1. … 37 more files in changeset.
LDEV-2999: Rating check was comparing the wrong ids - it was comparing the real user id with the uid of the qa user table. If you were unlucky and had a user id that was the uid of another user in qa, then you could not rate their answer.

LDEV-3982: Bring back user-defined conditions which have been mistakenly removed. Fix Forum conditions saving.

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

LDEV-4300 Audit logs when activity is modified in monitor

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

  1. … 29 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-4181: When sequences are imported if maxRating or ratingStyle is null, need to set them to appropriate values. Will happen when a sequence is imported from a server that did not have these fields.

  1. … 1 more file 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-4127: Remove default tool conditions.

Fix conditions refresh in Authoring.

  1. … 24 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. … 2 more files in changeset.
LDEV-4094: Don't try to get the ratings when no rated items exist!

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

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

  1. … 3 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

  1. … 3 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

  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. … 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-3982: Prevent complex outputs from being used as branching conditions. Remove complex outputs from suggestions when creating branching conditions.

Fix labels.

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

  1. … 43 more files in changeset.
LDEV-3907: Added timeago format to dates in monitor summary. Also formatted the tablesorter table so that it displays the columns properly and fixed the rating sort that had an sql error.

  1. … 2 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-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-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-3846: Odd empty line.

LDEV-3846: Switching from using DateUtil.PRETTY_FORMAT to convertToStringForJSON for date strings so that format will be localised.