Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3565 Fixed wrong counting of total words number in assessment question type essay

LDEV-3564 session_id must be unique

LDEV-3561: Initial implemntation of re-setting read-only flag of Activities on force uncomplete. Each Tools' service has a method to report whether there is significant users' content left it the Activity. If so, it reports the Activity as read-only. Otherwise the flag can be re-set. Grouping, Gate and Complex activities also have their way of checking their immutability.

  1. … 42 more files in changeset.
LDEV-3546 Sort groups alphabetically (taking into account numbers) on monitoring pages

LDEV-3546 Sort groups alphabetically (taking into account numbers) on monitoring pages

LDEV-3545: Remove reference to Leader user from session when removing Learner content.

  1. … 3 more files in changeset.
LDEV-3545: Remove reference to Leader user from session when removing Learner content.

  1. … 3 more files in changeset.
LDEV-3514: Save Leader in Assessment even if it exists in unflushed cache as saving session earlier than the user causes exceptions.

LDEV-3514: Save Leader in Assessment even if it exists in unflushed cache as saving session earlier than the user causes exceptions.

LDEV-3455: Rest Support (Authoring). Added support for multiple choice question type.

LDEV-3455: Rest Support (Authoring)

LDEV-3514: Get rid of Scratchie's own transaction retry mechanism. Make Assessment aware that Leader's DB UID may not be set yet when checking. Try to recreate Hibernate session after it got closed because of an exception.

  1. … 3 more files in changeset.
LDEV-3514: Get rid of Scratchie's own transaction retry mechanism. Make Assessment aware that Leader's DB UID may not be set yet when checking. Try to recreate Hibernate session after it got closed because of an exception.

  1. … 3 more files in changeset.
LDEV-3514: Use pretInterceptor instead of postInterceptor. Create new transactions for service method retries.

Attach activity to Hibernate session in completeActivity() method.

  1. … 42 more files in changeset.
LDEV-3514: Use pretInterceptor instead of postInterceptor. Create new transactions for service method retries.

Attach activity to Hibernate session in completeActivity() method.

  1. … 43 more files in changeset.
LDEV-3530: Make the check for existing user a part of user creation transaction, so transaction retries are working on the latest data.

  1. … 2 more files in changeset.
LDEV-3530: Make the check for existing user a part of user creation transaction, so transaction retries are working on the latest data.

  1. … 2 more files in changeset.
LDEV-3514: Use postInterceptor instead of preInterceptor. PreInterceptor apparently runs before Hibernate transaction gets created. When an exception in the proxied method occurs, the transaction is canceled and is not re-created when retry is attempted. This leads to "no session" or "read only transaction on write" errors. PostInterceptor seems to work when the transaction is already created, so retries happen witin its scope.

  1. … 39 more files in changeset.
LDEV-3514: Use postInterceptor instead of preInterceptor. PreInterceptor apparently runs before Hibernate transaction gets created. When an exception in the proxied method occurs, the transaction is canceled and is not re-created when retry is attempted. This leads to "no session" or "read only transaction on write" errors. PostInterceptor seems to work when the transaction is already created, so retries happen witin its scope.

  1. … 39 more files in changeset.
LDEV-3522 Make adding justification textareas optional

  1. … 5 more files in changeset.
LDEV-3522 Make adding justification textareas optional

  1. … 5 more files in changeset.
LDEV-3520 Show correct right/wrong icons after short answer and numeric type of questions regardless of the scored mark

  1. … 2 more files in changeset.
LDEV-3522 Added justification textareas to the hedging marks question type

  1. … 3 more files in changeset.
LDEV-3522 Added justification textareas to the hedging marks question type

  1. … 4 more files in changeset.
LDEV-3520 Show correct right/wrong icons after short answer and numeric type of questions regardless of the scored mark

  1. … 2 more files in changeset.
LDEV-3516: When removing learner content, fetch all results, not just finished ones.

LDEV-3516: When removing learner content, fetch all results, not just finished ones.

LDEV-3514: Wrap all transactional methods with TransactionRetryInterceptor. Set number of attempts to 3. Remove previous safety mechanism for completeActivity() method.

  1. … 41 more files in changeset.
LDEV-3514: Wrap all transactional methods with TransactionRetryInterceptor. Set number of attempts to 3. Remove previous safety mechanism for completeActivity() method.

  1. … 42 more files in changeset.
LDEV-3507: Remove error message when Tool Content was not found. A simple getter method should not report errors.

  1. … 10 more files in changeset.