lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
LDEV-5083 Increase font size of lesson completion chart

    • -1
    • +1
    /lams_monitoring/web/monitor-sequence-tab.jsp
LDEV-5083 Move Edit Lesson Name button to Lesson Properties panel

LDEV-5083 Increase font size to minimum of 16px

    • -13
    • +1
    /lams_monitoring/web/css/components-monitoring.css
LDEV-5083 Introduce a global custom font

    • -1
    • +7
    /lams_monitoring/web/css/components-monitoring.css
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.

    • -21
    • +33
    /lams_central/web/css/authoring-svg.css
    • -7
    • +10
    /lams_central/web/css/bootstrap5.custom.scss
    • -22
    • +5
    /lams_central/web/css/components.css
    • -2
    • +14
    /lams_central/web/css/vertical-timeline.css
    • -2
    • +2
    /lams_central/web/images/svg/gateOpen.svg
    • -34
    • +15
    /lams_monitoring/web/css/components-monitoring.css
LDEV-5083 Introduce LAMS custom colour palette to Bootstrap 5

    • -0
    • +118
    /lams_central/web/css/bootstrap/_accordion.scss
    • -0
    • +57
    /lams_central/web/css/bootstrap/_alert.scss
    • -0
    • +29
    /lams_central/web/css/bootstrap/_badge.scss
    • -0
    • +28
    /lams_central/web/css/bootstrap/_breadcrumb.scss
    • -0
    • +139
    /lams_central/web/css/bootstrap/_button-group.scss
    • -0
    • +111
    /lams_central/web/css/bootstrap/_buttons.scss
    • -0
    • +216
    /lams_central/web/css/bootstrap/_card.scss
    • -0
    • +229
    /lams_central/web/css/bootstrap/_carousel.scss
    • -0
    • +40
    /lams_central/web/css/bootstrap/_close.scss
    • -0
    • +41
    /lams_central/web/css/bootstrap/_containers.scss
    • -0
    • +240
    /lams_central/web/css/bootstrap/_dropdown.scss
    • -0
    • +9
    /lams_central/web/css/bootstrap/_forms.scss
    • -0
    • +302
    /lams_central/web/css/bootstrap/_functions.scss
    • -0
    • +33
    /lams_central/web/css/bootstrap/_grid.scss
  1. … 74 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.

    • -3
    • +13
    /lams_monitoring/web/css/components-monitoring.css
    • -4
    • +4
    /lams_monitoring/web/monitor-sequence-tab.jsp
LKC-215 Do not show edit buttons if QB question comes from WA

LDEV-5083 Update lesson information on sequence tab display

Main goal is to display contribute activities correctly for now.

JS code requires refactorisation anyway.

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

LDEV-5059 Fix thread preventing server from shutting down

Using <c:import> in cross-module context prevents WildFly from shutting

down properly. The mechanism was replaced with a direct code

duplication.

    • -6
    • +0
    /lams_gradebook/web/WEB-INF/jboss-web.xml
LDEV-5317 Fix thread preventing server from shutting down

Using <c:import> in cross-module context prevents WildFly from shutting

down properly. The mechanism was replaced with an Ajax call.

    • -6
    • +0
    /lams_tool_doku/web/WEB-INF/jboss-web.xml
LDEV-4769 Updating Chinese, English, Norwegian Greek, and Spanish

  1. … 17 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

Merge branch 'LDEV-5317' into v4.6

LDEV-5317 Add Cancel button to time limit widget

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

    • -15
    • +22
    /lams_monitoring/web/timeLimit.jsp
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 Move timeLimit.jsp from its own directory

    • -0
    • +714
    /lams_monitoring/web/timeLimit.jsp
LDEV-5317 Add time limit widget to monitoring