Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

LDEV-3315, LDEV-3367: Refactor SecurityService methods. Improve security in several places.

  1. … 17 more files in changeset.
LDEV-3315, LDEV-3367: Refactor SecurityService methods. Improve security in several places.

  1. … 17 more files in changeset.
LDEV-3315: No need for own SecurityException as JRE already has got one.

  1. … 1 more file in changeset.
LDEV-3315: No need for own SecurityException as JRE already has got one.

  1. … 2 more files in changeset.
LDEV-3315: Temporarily skip security check if organisation is NULL (lesson preview).

LDEV-3315: Temporarily skip security check if organisation is NULL (lesson preview).

LDEV-3315, LDEV-3367: Refactor SecurityService methods. Replace Monitoring and Gradebook own security code with SecurityService checks.

  1. … 14 more files in changeset.