lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5083 Fix TBL buttons in side menu

    • -0
    • +3
    /lams_monitoring/web/css/components-monitoring.css
    • -16
    • +143
    /lams_monitoring/web/monitor5.jsp
LDEV-5083 Fix side menu height

    • -8
    • +5
    /lams_monitoring/web/css/components-monitoring.css
LDEV-5083 Add TBL navigation buttons to monitoring side menu

    • -11
    • +16
    /lams_monitoring/web/css/components-monitoring.css
LDEV-5083 Rewrite Scheduled/Archived Notifications dialog to new design

    • -0
    • +130
    /lams_monitoring/web/emailnotifications/archivedEmailList5.jsp
    • -0
    • +111
    /lams_monitoring/web/emailnotifications/scheduledEmailList5.jsp
LDEV-4440 Fix URL in Submit Files

LDEV-5083 Rewrite Notifications dialog to new design

    • -2
    • +1
    /lams_monitoring/web/css/components-monitoring.css
    • -0
    • +260
    /lams_monitoring/web/emailnotifications/lessonNotifications5.jsp
LDEV-5083 Improve layout and work of Schedule Reports dialog

    • -1
    • +1
    /lams_monitoring/web/css/components-monitoring.css
LDEV-5083 Rewrite Edit Class dialog to new design

    • -0
    • +5
    /lams_monitoring/web/css/components-monitoring.css
    • -41
    • +68
    /lams_monitoring/web/monitor5.jsp
LDEV-5083 Improve toasts' visibility

    • -0
    • +6
    /lams_monitoring/web/css/components-monitoring.css
LDEV-5083 Update to Bootstrap v5.2.0 (beta)

It has quite a few useful CSS variables.

    • -4
    • +18
    /lams_central/web/css/bootstrap/_alert.scss
    • -5
    • +16
    /lams_central/web/css/bootstrap/_badge.scss
    • -25
    • +72
    /lams_central/web/css/bootstrap/_buttons.scss
    • -37
    • +55
    /lams_central/web/css/bootstrap/_card.scss
    • -1
    • +1
    /lams_central/web/css/bootstrap/_close.scss
    • -3
    • +3
    /lams_central/web/css/bootstrap/_grid.scss
    • -0
    • +1
    /lams_central/web/css/bootstrap/_helpers.scss
    • -0
    • +54
    /lams_central/web/css/bootstrap/_maps.scss
  1. … 42 more files in changeset.
LDEV-5083 Rewrite View/Email Learners popup to new design

    • -13
    • +20
    /lams_monitoring/web/css/components-monitoring.css
    • -32
    • +46
    /lams_monitoring/web/monitor5.jsp
LDEV-5083 Allow 15px font for small buttons

LDEV-2714 Remove AssessmentQuestion when removing reference

LDEV-5218 Provide IDs and not UIDs when removing QB questions

    • -2
    • +11
    /lams_central/web/qb/collection.jsp
LDEV-5083 Improve Gradebook tab layout

    • -8
    • +11
    /lams_central/web/css/free.ui.jqgrid.custom.css
LDEV-5083 Trigger Flux update on each activity entrance

Till now the update was triggered on activity completion. It is a better

approach, but it only worked on finishing tool activities. Gates and,

for example, Leader Selection activity were skipped and would not

trigger learner progress update.

Now update gets triggered on learner joining a lesson and traversing

through each activity, which is good enough. Emitted items get throttled

anyway.

LDEV-5083 Supress warnings in FluxRegistry

This class has to be flexible enough to accommodate all kinds of

messages. Heavy static typing is not usable here. It is better to

suppress warnings and stay open.

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.

LDEV-5083 Add titles to navigation buttons

Merge remote-tracking branch 'origin/v4.6' into LDEV-5083

LDEV-5083 Use consistent sorting throughout monitoring

On LD SVG and in search box we use first name, then last name. In

Gradebook we used last name, then firs name.

This was fixed to always sort by first and then last name.

LDEV-5083 Add check icon to completed activities in progress time line

    • -8
    • +19
    /lams_central/web/css/vertical-timeline.css
LDEV-5083 Fix max activity score calculation

LDEV-5302 Assign correct privileges to Course Admin

LDEV-4440 Fix organisation edit screen links

LDEV-4078 Group manager should be able to save user details

LDEV-5083 Fix Live Edit button position

    • -1
    • +1
    /lams_monitoring/web/monitor-sequence-tab.jsp
LDEV-5083 Make LD thumbnail scrollable

    • -0
    • +1
    /lams_monitoring/web/css/components-monitoring.css
LDEV-5083 Fix suspend lesson date format

LDEV-5083 Make paging buttons in gradebook jqGrid more accessible

    • -10
    • +4
    /lams_central/web/css/free.ui.jqgrid.custom.css