lams_monitoring

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3555: Initial implementation of Flashless Live Edit: read-only activities, different layout.

Minor bug fixes.

    • -2
    • +1
    ./web/includes/javascript/monitorLesson.js
  1. … 14 more files in changeset.
LDEV-3543: Allow access to Flash Authoring from the main LAMS screen. Stick to Flash Authoring for Live Edit.

    • -1
    • +1
    ./web/includes/javascript/monitorLesson.js
  1. … 3 more files 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. … 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.