lams_monitoring

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3514: Use pretInterceptor instead of postInterceptor.

Create new transactions for service method retries.

Attach activity to Hibernate session in completeActivity() method.

  1. … 45 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-3499: Allow scrolling on mobile devices in Monitor sub-dialogs.

LDEV-3499: Allow scrolling on mobile devices in Monitor sub-dialogs.

LDEV-3506: Enable double tapping manually.

    • -19
    • +27
    ./web/includes/javascript/monitorLesson.js
LDEV-3506: Enable double tapping manually.

    • -19
    • +27
    ./web/includes/javascript/monitorLesson.js
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-3500: Use prop() jQuery method instead of attr().

    • -8
    • +8
    ./web/includes/javascript/monitorLesson.js
LDEV-3500: Use prop() jQuery method instead of attr().

    • -8
    • +8
    ./web/includes/javascript/monitorLesson.js
LDEV-3490: Group activity SVG elements in FLA.

Add force complete support for FLA-generated LD SVGs.

Fix permission gate missing feature.

    • -134
    • +164
    ./web/includes/javascript/monitorLesson.js
  1. … 5 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.

    • -134
    • +164
    ./web/includes/javascript/monitorLesson.js
  1. … 5 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-3467: Use proper way to switch to a tab.

    • -1
    • +1
    ./web/includes/javascript/monitorLesson.js
LDEV-3467: Use proper way to switch to a tab.

    • -1
    • +1
    ./web/includes/javascript/monitorLesson.js
LDEV-3490: Use Snap instead of Raphael in Learner progress bar.

  1. … 2 more files in changeset.
LDEV-3490: Use Snap instead of Raphael in Learner progress bar.

  1. … 2 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-3479: Fix dragging in Chrome and IE.

    • -8
    • +12
    ./web/includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3479: Fix dragging in Chrome and IE.

    • -8
    • +12
    ./web/includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3479: Use extra dialog buttons in Add Single Activity lesson screen. Fix cancelling of closing an unsaved LD in Flashless Authoring. Confirm if the user wants to close unsaved Activity Authoring. Remove Collapse button from extra dialog buttons.

  1. … 9 more files in changeset.
LDEV-3479: Use extra dialog buttons in Lesson and Course dialogs: Monitoring, Notifications, Gradebook, Conditions etc.

  1. … 9 more files in changeset.
LDEV-3466: Make several more course and lesson management windows non-modal.

    • -2
    • +1
    ./web/includes/javascript/monitorLesson.js
  1. … 6 more files in changeset.
LDEV-3466: Make several more course and lesson management windows non-modal.

    • -2
    • +1
    ./web/includes/javascript/monitorLesson.js
  1. … 6 more files in changeset.
LDEV-3453: Alert, confirm and prompt JS functions do not decode i18n labels properly (quotes are still HTML entities). This trick decodes the labels before setting them as JS variables.

  1. … 5 more files in changeset.
LDEV-3453: Alert, confirm and prompt JS functions do not decode i18n labels properly (quotes are still HTML entities). This trick decodes the labels before setting them as JS variables.

  1. … 5 more files in changeset.