lams_monitoring

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3490: Re-introduce methods for Live Edit. They have been accindentaly removed during an another commit.

    • -2
    • +1
    ./web/includes/javascript/monitorLesson.js
LDEV-3599: Load a batch of Learners in Learners tab in Monitoring interface using well-tailored SQL rather than Hibernate fetch and processing in Java.

  1. … 3 more files in changeset.
LDEV-3599: Load a batch of Learners in Learners tab in Monitoring interface using well-tailored SQL rather than Hibernate fetch and processing in Java.

  1. … 3 more files in changeset.
LDEV-3599: Load only first few learners for each activity and lesson completed. Count learners for each activity, including hidden children of Branching in Flash format. Fetch full learner list on demand.

Remove unnecessary methods.

    • -37
    • +50
    ./web/includes/javascript/monitorLesson.js
  1. … 2 more files in changeset.
LDEV-3490: Re-introduce methods for checking activity precedence. They have been accindentaly removed during an another commit.

LDEV-3599: Load only first few learners for each activity and lesson completed. Count learners for each activity, including hidden children of Branching in Flash format. Fetch full learner list on demand.

Remove unnecessary methods.

Load the really needed objects instead of using Hibernate to derive them from parent objects. Use SQL for counting instead of fetching full collection in Hibernate and checking its size.

Prepare for paging: add offset parameter to queries.

  1. … 7 more files in changeset.
LDEV-3599: Load the really needed objects instead of using Hibernate to derive them from parent objects. Use SQL for counting instead of fetching full collection in Hibernate and checking its size.

Prepare for paging: add offset parameter to queries.

  1. … 7 more files in changeset.
LDEV-3599: Load only first few learners for each activity and lesson completed. Count learners for each activity, including hidden children of Branching in Flash format. Fetch full learner list on demand.

Remove unnecessary methods.

    • -104
    • +116
    ./web/includes/javascript/monitorLesson.js
  1. … 7 more files in changeset.
LDEV-3421 jqGrid should all all available entries by default

  1. … 12 more files in changeset.
LDEV-3421 jqGrid should all all available entries by default

  1. … 13 more files in changeset.
LDEV-3561: Do not reset read-only flag for target activity on force uncomplete.

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-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.

    • -25
    • +21
    ./web/includes/javascript/monitorLesson.js
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.