Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3742 Show multiline burning questions properly

  1. … 2 more files in changeset.
LDEV-3742 Add Like feature for Scratchie * Implementation is a bit different for WF branch, as GET_BURNING_QUESTIONS_WITH_LIKES SQL query in ScratchieBurningQuestionDAOHibernate.java should be rewritten to comply with SQL92 standard introduced in MySQL 5.7.5

  1. … 3 more files in changeset.
LDEV-3742 Show likes count in excel export

LDEV-3742 Added Like feature for Scratchie

  1. … 4 more files in changeset.
LDEV-3735, LDEV-3674: Rewrite LD import using JDK XML tools. Remove cglib library which does not seem to be used by XStream anymore. Remove Axis and wsdl4j libraries, and several Java classes made obsolete by Flash removal. Fix LD import in FLA and several Tools.

  1. … 38 more files in changeset.
LDEV-3660: Remove export potfolio resources: Java classes, JPS, DB entries and labels. Remove localLinkPath attribute from CSS tag as it was only used for export portfolio.

  1. … 369 more files in changeset.
LDEV-3556: Remove LAMS 1 methods for importing Tool content.

  1. … 27 more files in changeset.
LDEV-3650 Include the burning questions in a new tab in the .xls export file

LDEV-3650 Include the burning questions in a new tab in the .xls export file

LDEV-3640: Generate only a warning when there is no foreign key to drop.

  1. … 28 more files in changeset.
LDEV-3638: Remove lesson and all its resources on demand. Files in content repository stay. Clean up unnecessary code, format.

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

  1. … 28 more files in changeset.
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-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-3548 Prevent Scratchie tool from storing duplicate scratches done by the same user

LDEV-3548 Prevent Scratchie tool from storing duplicate scratches done by the same user

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-3534 Sort groups alphanumerically (taking into account numbers) in monitoring and export

  1. … 2 more files in changeset.
LDEV-3534 Sort groups alphanumerically (taking into account numbers) in monitoring and export

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

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

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.