Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5083 Fix gates buttons on Sequence tab

    • -207
    • +1264
    ./css/components-monitoring.css
    • -54
    • +36
    ./includes/javascript/monitorLesson5.js
LDEV-5083 Prevent WF from freezing on shutdown because of c:import use

LDEV-5083 Rewrite TBL Peer Review tab to new UI

    • -1265
    • +207
    ./css/components-monitoring.css
    • -0
    • +11
    ./includes/javascript/monitorLesson5.js
  1. … 3 more files in changeset.
LDEV-5083 Rewrite TBL Burnign Questions tab to new UI

    • -0
    • +13
    ./includes/javascript/monitorLesson5.js
  1. … 2 more files in changeset.
LDEV-5083 Rewrite TBL RAT tabs' modals to new UI

    • -0
    • +31
    ./includes/javascript/monitorLesson5.js
  1. … 2 more files in changeset.
LDEV-5083 Rewrite TBL tRAT & student choices tab to new UI

    • -6
    • +21
    ./includes/javascript/monitorLesson5.js
  1. … 5 more files in changeset.
LDEV-5083 Rewrite TBL Assessment AES disclose and discussion element

    • -3
    • +8
    ./includes/javascript/monitorLesson5.js
  1. … 6 more files in changeset.
LDEV-5083 Rewrite TBL Assessment AES tab to new UI

    • -4
    • +23
    ./includes/javascript/monitorLesson5.js
    • -0
    • +87
    ./tblmonitor/aes5.jsp
  1. … 5 more files in changeset.
LDEV-5083 Add iRAT student choices button to main navigation bar

    • -1
    • +9
    ./includes/javascript/monitorLesson5.js
  1. … 2 more files in changeset.
LDEV-5083 Rewrite TBL iRAT student choices and time limit tab to new UI

    • -0
    • +5
    ./includes/javascript/monitorLesson5.js
  1. … 5 more files in changeset.
LDEV-5083 Use same centering method in all TBL tabs

LDEV-5083 Rewrite TBL iRAT tab to new UI

    • -0
    • +9
    ./includes/javascript/monitorLesson5.js
  1. … 5 more files in changeset.
LDEV-5083 Rewrite TBL Gates tab and modals to new UI

    • -0
    • +36
    ./gate/gateInfo5.jsp
    • -0
    • +61
    ./gate/gateStatus5.jsp
    • -0
    • +104
    ./gate/openGateSingleUser5.jsp
    • -0
    • +61
    ./gate/permissionGateContent5.jsp
    • -0
    • +11
    ./includes/javascript/monitorLesson5.js
  1. … 1 more file in changeset.
LDEV-5083 Rewrite TBL Teams tab modals to new UI

    • -2
    • +4
    ./includes/javascript/monitorLesson5.js
    • -0
    • +98
    ./tblmonitor/gates5.jsp
  1. … 6 more files in changeset.
LDEV-5083 Rewrite Teams tab to Bootstrap 5

    • -0
    • +710
    ./tblmonitor/teams5.jsp
  1. … 1 more file in changeset.
LDEV-5083 Fix TBL buttons in side menu

    • -44
    • +63
    ./includes/javascript/monitorLesson5.js
LDEV-5083 Fix side menu height

LDEV-5083 Add TBL navigation buttons to monitoring side menu

    • -1
    • +21
    ./includes/javascript/monitorLesson5.js
  1. … 2 more files in changeset.
LDEV-5083 Rewrite Scheduled/Archived Notifications dialog to new design

    • -0
    • +130
    ./emailnotifications/archivedEmailList5.jsp
    • -6
    • +6
    ./emailnotifications/lessonNotifications5.jsp
    • -0
    • +111
    ./emailnotifications/scheduledEmailList5.jsp
  1. … 1 more file in changeset.
LDEV-5083 Rewrite Notifications dialog to new design

    • -0
    • +39
    ./emailnotifications/additionalSettings5.jsp
    • -0
    • +260
    ./emailnotifications/lessonNotifications5.jsp
  1. … 2 more files in changeset.
LDEV-5083 Improve layout and work of Schedule Reports dialog

    • -47
    • +51
    ./includes/javascript/monitorLesson5.js
  1. … 1 more file in changeset.
LDEV-5083 Rewrite Edit Class dialog to new design

    • -19
    • +13
    ./includes/javascript/monitorLesson5.js
LDEV-5083 Improve toasts' visibility

LDEV-5083 Update to Bootstrap v5.2.0 (beta)

It has quite a few useful CSS variables.

  1. … 55 more files in changeset.
LDEV-5083 Rewrite View/Email Learners popup to new design

    • -33
    • +21
    ./includes/javascript/monitorLesson5.js
  1. … 1 more file in changeset.
LDEV-5083 Improve Gradebook tab layout

    • -2
    • +2
    ./includes/javascript/monitorLesson5.js
  1. … 1 more file in changeset.
LDEV-5083 Use only one opened EventSource at a time

Browsers limit number of connections to a single domain. It varies

between 2 and 10, but it always limited.

EventSources in LAMS were not closed on navigating away, but they got

opened on opening a monitoring tab. This quickly depleted available

connections.

Now EventSources get all closed on switching tabs and only then new ones

get opened.

    • -48
    • +62
    ./includes/javascript/monitorLesson5.js
LDEV-5083 Add titles to navigation buttons

  1. … 1 more file in changeset.
LDEV-5083 Add check icon to completed activities in progress time line

    • -2
    • +6
    ./includes/javascript/monitorLesson5.js
  1. … 1 more file in changeset.
LDEV-5083 Fix Live Edit button position