lams_monitoring

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3061: Add Email button on progress bars in Monitor.

    • -6
    • +11
    ./web/includes/javascript/monitorLesson.js
LDEV-3062: Add notifications link in Monitor.

Change notifications link on the main page to use same dialog as Monitor.

    • -4
    • +5
    ./web/includes/javascript/monitorLesson.js
  1. … 4 more files in changeset.
LDEV-3061: Allow emailing learners from Monitor.

Fix issues with EventNotificationService.

Move emailing module from Admin to Central.

    • -4
    • +41
    ./web/includes/javascript/monitorLesson.js
  1. … 32 more files in changeset.
LDEV-3069: Fix pop up names with white spaces, not accepted by IE.

    • -5
    • +3
    ./web/includes/javascript/monitorLesson.js
LDEV-3068: Reintroduce initializeLesson() method as it is used in TestHarness.

LDEV-3064: Add a flag to Flashless Monitor so it calls proper forceComplete method.

    • -4
    • +5
    ./web/includes/javascript/monitorLesson.js
LDEV-3021: Set character encoding to UTF-8, otherwise JSON responses are sometimes corrupted.

    • -26
    • +29
    ./web/includes/javascript/monitorLesson.js
LDEV-3021, LDEV-3030: Show branching contents in Sequence tab.

Allow forcing user into activities within branching.

Add Live Edit and Journal Entries buttons in Learners tab.

    • -61
    • +134
    ./web/includes/javascript/monitorLesson.js
  1. … 13 more files in changeset.
LDEV-3021: Fix the error when an user enters a page number too high.

LDEV-3021: Add learners search by given phrase in Learners tab.

Fix few bugs with Gate activity in Sequence tab.

    • -37
    • +118
    ./web/includes/javascript/monitorLesson.js
LDEV-3021: Add Learners tab paging.

Fix a bug in progress activity URL calculation.

    • -200
    • +368
    ./web/includes/javascript/monitorLesson.js
  1. … 4 more files in changeset.
LDEV-3008: Flash does not open pop-ups in Internet Explorer 10

  1. … 1 more file in changeset.
LDEV-3021: Fix Gate activity pop up not showing in Sequence tab.

Add "loading" animation when refreshing Monitor.

Add double refresh prevention measure.

    • -3
    • +24
    ./web/includes/javascript/monitorLesson.js
LDEV-3021: Learners tab initial implementation.

Move progress methods from Learner to Monitor modules.

Make Flashless Learner use common Raphael progress bar library.

    • -19
    • +53
    ./web/includes/javascript/monitorLesson.js
  1. … 6 more files in changeset.
LDEV-3036: Prevent cast errors by fetching real objects from DB, not just stubs.

LDEV-3030: Add special case for learning designs with only one activity.

LDEV-3036: Remove users from existing groups when forcing him to a preceding, completed activity.

LDEV-3030: In Flashless Monitor, allow forcing user to an activity after he finished the whole lesson.

    • -14
    • +34
    ./web/includes/javascript/monitorLesson.js
CNG-48: Initial impletementation of Delete and Reactivate services.

LDEV-3030: Remove finish date.

LDEV-3030: Improve behaviour for complex sequences, clear all inner progress.

LDEV-3030: Allow user to be moved to a previosly completed activity. Support for main sequence and complex activities.

    • -27
    • +8
    ./web/includes/javascript/monitorLesson.js
LDEV-3029: Fix field names.

LDEV-3021: Fix refresh button in Sequence tab.

LDEV-3021: Add "Lesson" tab features.

    • -142
    • +624
    ./web/includes/javascript/monitorLesson.js
LDEV-3010 added option to send emails with Html Content-type

  1. … 23 more files in changeset.
LDEV-3017, LDEV-3021: Sort users by first name and last name, same as displayed string.

    • -3
    • +2
    ./web/includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-3021: Initial implementation witm most of "Sequence" tab features.

    • -0
    • +114
    ./web/css/monitorLesson.css
    • -0
    • +506
    ./web/includes/javascript/monitorLesson.js
  1. … 6 more files in changeset.
LDEV-3012: Fix property name for Live Edit.

LDEV-3004: Reintroduce CreateLessonServlet used by Monitor, which was mistakenly removed for LDEV-2991.