Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
LDEV-5083 Make panels larger rather than having bigger gaps

It is a bad design to have too much empty space on the page. It is

better to make panels (sections) larger, even when there is little

content, rather have small panels and huge gaps.

    • -0
    • +1
    ./includes/javascript/monitorLesson5.js
LDEV-5083 Update lesson information on sequence tab display

Main goal is to display contribute activities correctly for now.

JS code requires refactorisation anyway.

    • -0
    • +1
    ./includes/javascript/monitorLesson5.js
Merge remote-tracking branch 'origin/v4.6' into LDEV-5083

    • -0
    • +1
    ./includes/javascript/monitorLesson.js
  1. … 2 more files in changeset.
LDEV-5317 Keep time limit widget open between refreshes

TBL monitoring auto refreshes its content to display updates of learner

progress. The time limit widget after refresh is always in it default,

collapsed state. This given bad user experience.

Now the time limit widget retains its collapsed/expanded state between

refreshes.

LDEV-5317 Fix time limit widget collapse in TBL monitoring

In TBL monitoring we import jQuery and Bootstrap multiple times as we

load various tabs. This should be cleaned up. Especially that it breaks

the Bootstrap functionality.

Since Monitoring UI 5 is coming, there is little point in doing it now.

Instead control collapse using JS and not HTML attributes.

LDEV-5317 Improve layout for TBL monitoring time limit widget

LDEV-5317 Add Cancel button to time limit widget

Also set expiration warning to 60 seconds and not 30 seconds.

LDEV-5317 Increase font size of time limit widget

LKC-89 Keep max-width and max-height between automatic LD refresh

LDEV-5317 Move timeLimit.jsp from its own directory

LDEV-5317 Add time limit widget to monitoring

  1. … 1 more file in changeset.
LDEV-5317 Move time limit panel to single source in monitoring

Each tool using time limits (Assessment, Scratchie, Doku, Whiteboard)

had it own code to display and operate time limits.

In preparations for time limit widget in monitoring the code was

refactored so there is single source of time limit feature.

    • -0
    • +558
    ./timelimit/timeLimit.jsp
  1. … 29 more files in changeset.
LDEV-5315 Refresh lesson & sequence tab in monitoring after gate toggle

    • -0
    • +1
    ./includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-5081 Make "regular monitoring" button show old monitoring UI