Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

LDEV-5083 Make LD thumbnail scrollable

LDEV-5083 Increase font size of lesson completion chart

    • -1
    • +2
    ./includes/javascript/monitorLesson5.js
LDEV-5083 Move Edit Lesson Name button to Lesson Properties panel

    • -5
    • +5
    ./includes/javascript/monitorLesson5.js
LDEV-5083 Increase font size to minimum of 16px

  1. … 2 more files in changeset.
LDEV-5083 Introduce a global custom font

  1. … 1 more file in changeset.
LDEV-5083 Apply LAMS colour palette to monitoring 5 UI

From Boostrap we keep gray colour.

Yellow does not have good contrast with white, but darker yellow looks

ugly. We need to make sure to use borders whenever we use yellow on

white background.

For Learning Design SVGs standard paletter is used with some opacity.

    • -8
    • +24
    ./includes/javascript/monitorLesson5.js
  1. … 11 more files in changeset.
LDEV-5083 Introduce LAMS custom colour palette to Bootstrap 5

  1. … 88 more files in changeset.