lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5320 Remove recently added logs in methods

They are covered by the new filter and such logs should not mix with

business logic anyway.

LDEV-5320 Add security logger

It logs calls to Spring controllers in Admin module.

    • -0
    • +21
    /lams_build/conf/slim/standalone.xml
LDEV-5320 Initial commits for audits

These are some initial commits that might change via Marcin's aspect approach.

Merge branch 'LDEV-5318' into v4.6

LDEV-5318 Fix paths and error messages in course edit form

Merge branch 'LDEV-5319' into v4.6

LDEV-5319 Replace invalid XML characters instead of throwing error

LDEV-4769 Updating Norwegian

LDEV-5083 Rewrite TBL Teams tab modals to new UI

    • -0
    • +98
    /lams_monitoring/web/tblmonitor/gates5.jsp
    • -0
    • +98
    /lams_tool_leader/web/pages/monitoring/changeLeaderDialog5.jsp
LDEV-5083 Rewrite Teams tab to Bootstrap 5

    • -7
    • +13
    /lams_monitoring/web/css/components-monitoring.css
    • -0
    • +710
    /lams_monitoring/web/tblmonitor/teams5.jsp
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