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

LDEV-5081 Reintroduce old monitoring code to compare with new one

    • -553
    • +304
    ./includes/javascript/monitorLesson.js
LDEV-5081 Merge changes made for monitor in LDEV-5083

    • -41
    • +2945
    ./includes/javascript/monitorLesson5.js
  1. … 34 more files in changeset.
Merge remote-tracking branch 'origin/v4.6' into LDEV-5083

Conflicts:

lams_build/3rdParty.userlibraries

lams_central/web/authoring/svgGenerator.jsp

    • -2
    • +9
    ./includes/javascript/monitorLesson.js
  1. … 8 more files in changeset.
LDEV-5314 Skip exclamation mark if some learners are grouped

Ticket LDEV-3225 introduced a rule that all learners need to be grouped

for a grouping activity to be considered complete. We need to relax this

approach as it produces unnecessary confusion. Now if there are at least

2 groups with learners in them the grouping is considered complete.

    • -2
    • +9
    ./includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-5083 Prevent jqGrid from being refreshed when cell is edited

    • -7
    • +13
    ./includes/javascript/monitorLesson5.js
  1. … 1 more file in changeset.
LDEV-5083 Set minimum height UI screen to 100% of browser height

  1. … 1 more file in changeset.
LDEV-5083 Use Tempus Dominus as date time picker instead of jQuery UI

    • -12
    • +34
    ./includes/javascript/monitorLesson5.js
  1. … 3 more files in changeset.
LDEV-5083 Replace JS confirm dialogs with Bootstrap confirmations

    • -59
    • +76
    ./includes/javascript/monitorLesson5.js
  1. … 2 more files in changeset.