Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3490: When performing force complete, check if target activity is before current activity using back-end instead of front-end SVG parsing. Branching is difficult to process.

  1. … 1 more file in changeset.
LDEV-3021: Find the closest braching activity to detect whether an activity is its child. Activities can be nested in complex activities withing branching.

LDEV-3021: Find the closest braching activity to detect whether an activity is its child. Activities can be nested in complex activities withing branching.

LDEV-3536: Use default value of 10px when a coordinate is NULL.

  1. … 2 more files in changeset.
LDEV-3536: Use default value of 10px when a coordinate is NULL.

  1. … 2 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-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-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-3502: Allow NULL value of gateOpen property, apparently set by Live Edit.

LDEV-3502: Allow NULL value of gateOpen property, apparently set by Live Edit.

LDEV-3490: Group activity SVG elements in FLA. Add force complete support for FLA-generated LD SVGs. Fix permission gate missing feature.

  1. … 8 more files in changeset.
LDEV-3490: Group activity SVG elements in FLA. Add force complete support for FLA-generated LD SVGs. Fix permission gate missing feature.

  1. … 8 more files in changeset.
LDEV-3486 Assign marks to learner in leader aware tools when he gets force completed

  1. … 33 more files in changeset.
LDEV-3486 Assign marks to learner in leader aware tools when he gets force completed

  1. … 32 more files in changeset.
LDEV-3315: Prevent double writing to HTTP response.

LDEV-3315: Prevent double writing to HTTP response.

LDEV-3430 Deleting lesson was showing a "true" message and no refreshing. It now only shows a message if an error occurs during deletion and refreshes the page on a successful removal.

LDEV-3430 Deleting lesson was showing a "true" message and no refreshing. It now only shows a message if an error occurs during deletion and refreshes the page on a successful removal.

  1. … 1 more file in changeset.
LDEV-3410 Add feature allowing disable export portfolio and live edit

  1. … 9 more files in changeset.
LDEV-3410 Add feature allowing disable export portfolio and live edit

  1. … 9 more files in changeset.
LDEV-3403: Fix coordinates of Floating Activities in Monitoring.

LDEV-3403: Fix coordinates of Floating Activities in Monitoring.

LDEV-3337: Update Quartz 1.5.2 -> 2.2.1

  1. … 284 more files in changeset.
LDEV-2265 Utilise URL Shortner to shorten lesson URL

  1. … 9 more files in changeset.
LDEV-2265 Utilise URL Shortner to shorten lesson URL. Now shortened URL starts with "{LAMS_SERVER}/lams/r/*"

  1. … 10 more files in changeset.
LDEV-2265 Utilise URL Shortner to shorten lesson URL

  1. … 5 more files in changeset.
LDEV-3315: Remove a reference to refactored security code.