Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5373 Make side headers sticky at teams' choices table

LDEV-5373 Display Teams student choices only with leaders enabled

    • -263
    • +265
    ./pages/monitoring/summary.jsp
LDEV-5083 Make answered questions chart tooltip always visible

When there are many students in a lesson, but only one left in a given bar of answered questions, they can not be hovered on to find out their name. In that case the cart switches to non-intersect mode, i.e. the tooltip is displayed even above the bar.

LDEV-5397 copy-tags

  1. … 87 more files in changeset.
LDEV-5397 miscellaneous minor UI fixes

  1. … 5 more files in changeset.
LDEV-5397 show question descriptions inside card-body instead of card-header

    • -9
    • +5
    ./pages/learning/parts/allquestions.jsp
    • -5
    • +5
    ./pages/learning/results/allquestions.jsp
  1. … 12 more files in changeset.
LDEV-5397 show confidence levels' labels horizontally

    • -3
    • +3
    ./pages/learning/parts/confidencelevel.jsp
  1. … 4 more files in changeset.
LDEV-5397 copy-tags

  1. … 275 more files in changeset.
LDEV-5397 replace "container-lg" with custom "container-main" class

so it will be easier switching between container's classes in the future if needed

  1. … 21 more files in changeset.
LDEV-5397 make CKEditor ARIA compliant

A new rule should be observed when CKEditor tag is used: either "ariaLabel" or "ariaLabelledby" attribute is required

  1. … 4 more files in changeset.
LDEV-5397 bootstrap5 Image Gallery tool

  1. … 12 more files in changeset.
LDEV-5414 Reattach message handlers to websocket after reconnect

  1. … 75 more files in changeset.
LDEV-5414 Refactor and improve resilience of websockets thorough LAMS

    • -535
    • +497
    ./pages/learning/learning.jsp
  1. … 130 more files in changeset.
LDEV-5397 make formActionUrl attribute non required

  1. … 6 more files in changeset.
LDEV-5397 switch to portrait5.js

  1. … 4 more files in changeset.
LDEV-5397 spread changes to tags across all projects

    • -0
    • +553
    ./WEB-INF/tags/StyledRating5.tag
  1. … 151 more files in changeset.
LDEV-5397 bootstrap5 MCQ tool

  1. … 8 more files in changeset.
LDEV-5397 Make Peerreview ARIA compliant

  1. … 11 more files in changeset.
Merge remote-tracking branch 'origin/v4.7' into SP-9

# Conflicts:

# lams_central/conf/language/lams/ApplicationResources.properties

# lams_monitoring/web/includes/javascript/monitorLesson.js

# lams_tool_assessment/web/pages/monitoring/summary.jsp

# lams_tool_assessment/web/pages/tblmonitoring/assessmentStudentChoices.jsp

    • -27
    • +18
    ./pages/monitoring/monitoring.jsp
    • -277
    • +275
    ./pages/monitoring/summary.jsp
  1. … 6 more files in changeset.
LDEV-5397 switch to using updated DefineLater.tag

  1. … 93 more files in changeset.
LDEV-5397 Propagade changes done to LAMS tags to all projects

    • -0
    • +230
    ./WEB-INF/tags/Rating5.tag
  1. … 310 more files in changeset.
LDEV-5397 Migrate old Bootstrap3 class names into Bootstrap5 in *all* tools' learning

* Did this following 2 guides:

https://getbootstrap.com/docs/4.1/migration/

https://getbootstrap.com/docs/5.2/migration/

* Apart from changing class names, also performed other updates required in aforementioned guides.

For instance, checkboxes, radios, selects have now proper Bootstrap5 structure; removed "media" objects.

* Replaced some outdated LAMS class names

    • -2
    • +2
    ./pages/learning/parts/markhedging.jsp
    • -1
    • +1
    ./pages/learning/parts/matchingpairs.jsp
    • -33
    • +33
    ./pages/learning/parts/multiplechoice.jsp
    • -22
    • +26
    ./pages/learning/parts/truefalse.jsp
    • -2
    • +2
    ./pages/learning/results/markhedging.jsp
    • -27
    • +32
    ./pages/learning/results/truefalse.jsp
  1. … 96 more files in changeset.
LDEV-5397 bootstrap5 discussion sentiment

    • -1
    • +1
    ./pages/learning/results/allquestions.jsp
  1. … 2 more files in changeset.
LDEV-5397 bootstrap5 Rating.tag

Also some minor modifications to Assessment learning

    • -1
    • +1
    ./pages/learning/results/matchingpairs.jsp
  1. … 2 more files in changeset.
LDEV-5397 further migration of Assessment's learning to Bootstrap 5

    • -2
    • +2
    ./pages/learning/parts/allquestions.jsp
    • -10
    • +9
    ./pages/learning/results/allquestions.jsp
    • -46
    • +41
    ./pages/learning/results/historyresponses.jsp
    • -2
    • +3
    ./pages/learning/results/markhedging.jsp
    • -3
    • +5
    ./pages/learning/results/truefalse.jsp
  1. … 1 more file in changeset.
LDEV-5397 propagate tag changes to all tools

  1. … 353 more files in changeset.
LDEV-5397 migrate Assessment's learning to Bootstrap 5

    • -55
    • +70
    ./pages/learning/parts/allquestions.jsp
    • -23
    • +27
    ./pages/learning/parts/confidencelevel.jsp
    • -83
    • +104
    ./pages/learning/parts/essay.jsp
    • -27
    • +25
    ./pages/learning/parts/markhedging.jsp
    • -26
    • +29
    ./pages/learning/parts/matchingpairs.jsp
    • -22
    • +32
    ./pages/learning/parts/multiplechoice.jsp
    • -15
    • +11
    ./pages/learning/parts/numerical.jsp
    • -17
    • +16
    ./pages/learning/parts/ordering.jsp
    • -68
    • +72
    ./pages/learning/parts/paging.jsp
    • -27
    • +41
    ./pages/learning/parts/truefalse.jsp
  1. … 20 more files in changeset.
LDEV-5397 introduce NotebookReedit.tag

    • -0
    • +70
    ./WEB-INF/tags/NotebookReedit.tag
  1. … 7 more files in changeset.
LDEV-5397 simplify .lcard related CSS classes

* lcard's header is .lcard-header-lg by default now

* move rules from .lcard-no-borders and .shadow into .lcard class

* remove not used .nextActivity class

  1. … 10 more files in changeset.
LDEV-5397 Boostrap 5 bundle already has got Popper included

  1. … 33 more files in changeset.