lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5083 Hide tour button for now

    • -0
    • +2
    /lams_gradebook/web/gradebookMonitorContent5.jsp
LDEV-5083 Fix authoring embedded CSS

    • -6
    • +7
    /lams_central/web/css/authoring-svg.css
LDEV-5083 Prevent WF from freezing on shutdown because of unclosed Flux

Open Fluxes prevent WF from shutting down as they are threads not

managed by the server lifecycle.

Now we force complete Sinks on Spring context destroy. It closes

underlying Flux threads.

The problem is that it occurs when most Spring beans are already

destroyed. Fluxes on close want to emit a signal to front end

subscribers. Spring tries to reinitialise controllers which should send

those signals. It fails as context basically does not exist anymore.

All in all we get some harmless errors on server shutdown.

The way to avoid would be to have more control over Spring bean destroy

order which does not seem easily achievable.

LDEV-5083 Prevent WF from freezing on shutdown because of c:import use

LDEV-5083 Rewrite TBL Peer Review tab to new UI

    • -1265
    • +207
    /lams_monitoring/web/css/components-monitoring.css
    • -0
    • +207
    /lams_tool_preview/web/pages/monitoring/summary5.jsp
LDEV-5083 Rewrite TBL Burnign Questions tab to new UI

LDEV-5083 Rewrite TBL RAT tabs' modals to new UI

LDEV-5083 Rewrite TBL tRAT & student choices tab to new UI

    • -0
    • +386
    /lams_tool_scratchie/web/pages/monitoring/studentChoices5.jsp
LDEV-5083 Rewrite TBL Doku AES tab to new UI

    • -0
    • +19
    /lams_central/web/css/jquery.tablesorter.pager5.css
    • -0
    • +587
    /lams_tool_doku/web/pages/monitoring/summary5.jsp
LDEV-5083 Rewrite TBL Assessment AES disclose and discussion element

    • -0
    • +297
    /lams_learning/web/discussion/monitor5.jsp
    • -0
    • +4
    /lams_monitoring/web/css/components-monitoring.css
LDEV-5083 Rewrite TBL Assessment AES tab to new UI

    • -0
    • +87
    /lams_monitoring/web/tblmonitor/aes5.jsp
LDEV-5320 rename output file

LDEV-5083 Add iRAT student choices button to main navigation bar

LDEV-5083 Rewrite TBL iRAT student choices and time limit tab to new UI

    • -1
    • +1
    /lams_monitoring/web/css/components-monitoring.css
    • -0
    • +709
    /lams_monitoring/web/timeLimit5.jsp
    • -0
    • +462
    /lams_tool_assessment/web/includes/javascript/chart5.js
    • -0
    • +122
    /lams_tool_assessment/web/pages/tblmonitoring/iraAssessmentStudentChoices5.jsp
LDEV-5083 Use same centering method in all TBL tabs

LDEV-5083 Rewrite TBL iRAT tab to new UI

Merge branch 'LDEV-5320' into v4.6

LDEV-5320 Give more details about course roles being added and removed

This approach uses logs in controllers rather than in services.

Revert "LDEV-5320 Give more details about course roles being added and removed"

This reverts commit bd5afdb894181e618bc5871783f7c621bbb1453f.

LDEV-4497 Transform legacy content folder IDs into multi-part version

LDEV-5320 Give more details about course roles being added and removed

LDEV-5083 Rewrite TBL Gates tab and modals to new UI

    • -0
    • +7
    /lams_monitoring/web/css/components-monitoring.css
    • -0
    • +36
    /lams_monitoring/web/gate/gateInfo5.jsp
    • -0
    • +61
    /lams_monitoring/web/gate/gateStatus5.jsp
    • -0
    • +104
    /lams_monitoring/web/gate/openGateSingleUser5.jsp
    • -0
    • +61
    /lams_monitoring/web/gate/permissionGateContent5.jsp
LDEV-5320 Audit user being locked out

LDEV-5320 Audit Login As feature

LDEV-5320 Rename security filter to audit filter

Merge branch 'v4.6' into LDEV-5320

LDEV-5235 Fix a typo in attribute building

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.