Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3319: Synchronize patch execution with an external monitor. Modules in WildFly can be loaded in parallel. AutoPatch is not ready for this as it uses static methods with unsynchronized collections. Each AutoPatchService instance should be run sequentially.

  1. … 32 more files in changeset.
LDEV-3307 Improve lesson gradebook export performance * speed up producing tool outputs in assessment tool

  1. … 1 more file in changeset.
LDEV-3307 Improve lesson gradebook export performance * speed up producing tool outputs in assessment tool

  1. … 1 more file in changeset.
LDEV-3274 fixed autopatch script so it also handles old existing entries properly

LDEV-3293: Rewrite Application Context configuration files for Spring 4.

  1. … 77 more files in changeset.
LDEV-3293: Use the new Spring's support for Hibernate 4 instead of Hibernate 3. Switch from using HibernateDaoSupport.getSession() to its getSessionFactory().getSession(). The latter is sure to close the session automatically while a session returned by the first method should be closed manually. Theoritecally we do it in OpenSessionInViewFilter, but it may not be always the case, leading to open Hibernate session being left behind.

  1. … 87 more files in changeset.
LDEV-3293: Cast DAO methods' results to their return type. Java 8 is more restrictive about generics. Hibernate find() methods returns List<?> and it can not be quietly cast to List<SomeClass>. Each occurence was explicitly casted and warnings about the type being unchecked were supressed.

  1. … 52 more files in changeset.
LDEV-3274 fixed autopatch script so it also handles old existing entries properly

LDEV-3277 mark notifyTeachers method as PROPAGATION_REQUIRED, to allow saving notification event in case of an error

LDEV-3274 Ability to set min and max amount of words limit for essay type of questions

  1. … 17 more files in changeset.
LDEV-3265 * the option to force answer a question in assessment is off by default * all checkboxes go next to the text rather than below * fixed import/export of QTI questions feature. it thrown exceptions when questions contain sequenceIds not 1,2,3 but rather with intervals (e.g. 1,3,4) * removed RequiredQuestionsDTO as it's appeared not to be used

  1. … 9 more files in changeset.
LDEV-3265 Ability to set questions required to be answered

  1. … 15 more files in changeset.
LDEV-3263 Add support for renaming field names on sequence import

  1. … 2 more files in changeset.
LDEV-3261filter questions shown in drop down list on summary page in monitor

  1. … 1 more file in changeset.
LDEV-3256 fixed the problem with "No answers show in Monitor"

LDEV-3252 Fixed Assessment individual mark showing incorrectly * moved CSS properties to separate file * slightly improved CSS

  1. … 18 more files in changeset.
LDEV-3249 Removing old redundant question answers that had left from the times when autopatch created new question answers on each save

LDEV-3244 Release define later flag after canceling edit tool in monitor

  1. … 62 more files in changeset.
LDEV-3224 Ability to change, add, remove questions even after student have reached it

  1. … 1 more file in changeset.
LDEV-3224 Ability to change, add, remove questions even after student have reached it

LDEV-3224 Ability to change, add, remove questions even after student have reached it

  1. … 8 more files in changeset.
LDEV-3225: Add better contribution management in Monitoring.

  1. … 41 more files in changeset.
LDEV-3173 * Prevent Assessment Tool from creating excessive amount of question and option results on doing autosave * renaming AssessmentQuestion.questionOptions --> AssessmentQuestion.options

  1. … 6 more files in changeset.
LDEV-3202 added reflections list to summary tab

  1. … 3 more files in changeset.
LDEV-3198 updated script which creates unique index so that it deletes duplicates first

  1. … 3 more files in changeset.
LDEV-3194: Support for all question types in Assessment tool.

  1. … 1 more file in changeset.
LDEV-3194: Support for several question types in Assessment tool.

  1. … 5 more files in changeset.
LDEV-3182 Include lesson and course information in email alerts sent to monitors

  1. … 26 more files in changeset.
LDEV-3178 Trim spaces in short answer responses

LDEV-3171: Remove users from activities. Fix several bugs.

  1. … 34 more files in changeset.