lams_monitoring

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3599: Add paging to learner group dialogs.

Change icons from custom to ones provided with jQuery UI.

    • -63
    • +165
    ./web/includes/javascript/monitorLesson.js
  1. … 7 more files in changeset.
LDEV-3599: Add paging to learner group dialogs.

Change icons from custom to ones provided with jQuery UI.

    • -81
    • +183
    ./web/includes/javascript/monitorLesson.js
  1. … 7 more files in changeset.
LDEV-3021 Adding labels to i18n

LDEV-3600 and LDEV-3021 Adding labels to i18n

LDEV-3600 Adding labels to i18n

LDEV-3600: In Sequence and Learners tab allow searching for Learners who has not started the lesson yet.

    • -9
    • +16
    ./web/includes/javascript/monitorLesson.js
  1. … 10 more files in changeset.
LDEV-3600: In Sequence and Learners tab allow searching for Learners who has not started the lesson yet.

    • -10
    • +17
    ./web/includes/javascript/monitorLesson.js
  1. … 10 more files in changeset.
LDEV-3600: Set the arrow offset when it is already visible, otherwise it is misplaced.

Use red user icon instead of green.

    • -6
    • +9
    ./web/includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3600: Set the arrow offset when it is already visible, otherwise it is misplaced.

Use red user icon instead of green.

    • -6
    • +9
    ./web/includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3600: Search for a learner in Monitoring Sequence tab and highlight it afterwards.

    • -9
    • +86
    ./web/includes/javascript/monitorLesson.js
LDEV-3600: Search for a learner in Monitoring Sequence tab and highlight it afterwards.

    • -11
    • +89
    ./web/includes/javascript/monitorLesson.js
LDEV-3603: Remove obsolete labels.

LDEV-3603: Remove obsolete labels.

LDEV-3603: Remove obsolete labels.

LDEV-3603: Remove obsolete labels.

LDEV-3603: Add autocomplete for search in Learners tab.

Merge this and previous changes into the custom Monitoring for a client.

    • -39
    • +33
    ./web/includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3603: Add autocomplete for search in Learners tab.

Merge this and previous changes into the custom Monitoring for a client.

    • -41
    • +35
    ./web/includes/javascript/monitorLesson.js
  1. … 2 more files in changeset.
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