Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5324 Get latest JS scripts when adding QB questions

LDEV-5324 Detect new question version as author changes its details

    • -6
    • +20
    ./includes/javascript/qb-question.js
    • -0
    • +10
    ./qb/authoring/addQuestionHeader.jsp
  1. … 2 more files in changeset.
LDEV-5083 Add custom JSP tags than will be used in next version

    • -0
    • +40
    ./WEB-INF/tags/Dropdown.tag
    • -0
    • +29
    ./WEB-INF/tags/PageComponent.tag
    • -0
    • +76
    ./WEB-INF/tags/Panel.tag
  1. … 93 more files in changeset.
LDEV-5083 Remove nav buttons labels on smaller screens

  1. … 2 more files in changeset.
LDEV-5083 Fix various layout issues

This patch covers most of issues raised the UX designer.

  1. … 8 more files in changeset.
LDEV-5323 Resize only main SVG in learner, not embedded activity SVGs

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

  1. … 4 more files in changeset.
LDEV-5083 Add missing custom JSP tags

    • -0
    • +45
    ./WEB-INF/tags/Input.tag
    • -0
    • +46
    ./WEB-INF/tags/Switch.tag
  1. … 62 more files in changeset.
LDEV-5083 Add missing custom JSP tags to TLD

  1. … 32 more files in changeset.
Merge remote-tracking branch 'origin/v4.6' into v4.7

  1. … 4 more files in changeset.
LDEV-5083 Fix popovers and rewrite tRAT tooltips to popovers

    • -38
    • +40
    ./includes/javascript/popover-tag.js
  1. … 35 more files in changeset.
LDEV-5083 Remember last opened tab when refreshing

  1. … 1 more file in changeset.
LDEV-5083 Fix authoring embedded CSS

LDEV-5083 Rewrite TBL Doku AES tab to new UI

    • -0
    • +19
    ./css/jquery.tablesorter.pager5.css
  1. … 2 more files in changeset.
LDEV-5320 Audit Login As feature

LDEV-5319 Replace invalid XML characters instead of throwing error

    • -0
    • +1
    ./META-INF/services/javax.xml.stream.XMLOutputFactory
  1. … 4 more files in changeset.
LDEV-5083 Rewrite Notifications dialog to new design

  1. … 5 more files in changeset.
LDEV-5083 Update to Bootstrap v5.2.0 (beta)

It has quite a few useful CSS variables.

    • -10
    • +24
    ./css/bootstrap/_breadcrumb.scss
    • -27
    • +44
    ./css/bootstrap/_list-group.scss
    • -0
    • +54
    ./css/bootstrap/_maps.scss
  1. … 42 more files in changeset.
LDEV-5083 Rewrite View/Email Learners popup to new design

  1. … 3 more files in changeset.
LDEV-5083 Allow 15px font for small buttons

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

LDEV-5083 Improve Gradebook tab layout

  1. … 1 more file in changeset.
LDEV-5083 Add check icon to completed activities in progress time line

  1. … 1 more file in changeset.
LDEV-5083 Make paging buttons in gradebook jqGrid more accessible

LDEV-5083 Increase font size to minimum of 16px

  1. … 1 more file 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.

  1. … 4 more files in changeset.
LDEV-5083 Introduce LAMS custom colour palette to Bootstrap 5

    • -0
    • +118
    ./css/bootstrap/_accordion.scss
    • -0
    • +57
    ./css/bootstrap/_alert.scss
    • -0
    • +29
    ./css/bootstrap/_badge.scss
    • -0
    • +28
    ./css/bootstrap/_breadcrumb.scss
    • -0
    • +139
    ./css/bootstrap/_button-group.scss
    • -0
    • +111
    ./css/bootstrap/_buttons.scss
    • -0
    • +216
    ./css/bootstrap/_card.scss
    • -0
    • +229
    ./css/bootstrap/_carousel.scss
    • -0
    • +40
    ./css/bootstrap/_close.scss
    • -0
    • +41
    ./css/bootstrap/_containers.scss
    • -0
    • +240
    ./css/bootstrap/_dropdown.scss
    • -0
    • +9
    ./css/bootstrap/_forms.scss
    • -0
    • +302
    ./css/bootstrap/_functions.scss
    • -0
    • +33
    ./css/bootstrap/_grid.scss
    • -0
    • +9
    ./css/bootstrap/_helpers.scss
  1. … 74 more files in changeset.
LKC-215 Do not show edit buttons if QB question comes from WA

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.

  1. … 2 more files in changeset.