Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5397 make sure all buttons have proper "type" attribute

  1. … 24 more files in changeset.
LDEV-5397 make required item label more prominent

  1. … 5 more files in changeset.
LDEV-5397 solve the problem with additional scrollbar in Brave browser

LDEV-5397 minor CSS fixes

  1. … 1 more file in changeset.
LDEV-5397 fix initialization of buttons when Assessment is shown in TBL's iRAT tab

  1. … 2 more files in changeset.
LDEV-5397 fix assessment monitoring by feeding it old bootstrap3 learning jsps

    • -0
    • +340
    ./resultsbootstrap3/allquestions.jsp
    • -0
    • +35
    ./resultsbootstrap3/confidencelevel.jsp
    • -0
    • +114
    ./resultsbootstrap3/essay.jsp
    • -0
    • +109
    ./resultsbootstrap3/historyresponses.jsp
    • -0
    • +21
    ./resultsbootstrap3/markandpenaltyarea.jsp
    • -0
    • +90
    ./resultsbootstrap3/markhedging.jsp
    • -0
    • +50
    ./resultsbootstrap3/matchingpairs.jsp
    • -0
    • +131
    ./resultsbootstrap3/multiplechoice.jsp
    • -0
    • +34
    ./resultsbootstrap3/numerical.jsp
    • -0
    • +41
    ./resultsbootstrap3/ordering.jsp
    • -0
    • +89
    ./resultsbootstrap3/truefalse.jsp
    • -0
    • +36
    ./resultsbootstrap3/vsa.jsp
  1. … 2 more files in changeset.
LDEV-5397 show warnings and nofications before activity's instructions

  1. … 14 more files in changeset.
LDEV-5397 switch from lams:errors to lams:errors5

  1. … 14 more files in changeset.
Merge v4.7 into LDEV-5397

  1. … 79 more files in changeset.
LDEV-5397 bootstrap5 related improvements and fixes

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

  1. … 12 more files in changeset.
LDEV-5397 show confidence levels' labels horizontally

  1. … 4 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-5414 Reattach message handlers to websocket after reconnect

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

  1. … 132 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 switch to using updated DefineLater.tag

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

  1. … 97 more files in changeset.
LDEV-5397 bootstrap5 discussion sentiment

  1. … 3 more files in changeset.
LDEV-5397 bootstrap5 Rating.tag

Also some minor modifications to Assessment learning

  1. … 4 more files in changeset.
LDEV-5397 further migration of Assessment's learning to Bootstrap 5

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

  1. … 20 more files in changeset.
LDEV-5397 switch to using DefineLater.tag

  1. … 6 more files in changeset.
LDEV-5397 remove obsolete jsps

  1. … 10 more files in changeset.
LDEV-5397 introduce submissionDeadline.tag

* switched to using this tag in all tools

* fixed a few existing issues with submissionDeadline feature in Vote and MCQ tools

  1. … 81 more files in changeset.
LDEV-5397 add hidden labels for all links

Also some other minor fixes

  1. … 3 more files in changeset.
LDEV 5397 remove href="#nogo" and similar nonexistant same-page link

Due to screenreader requirements we can no longer use links having href="#target" when a page does not have this corresponding target. There are a couple of techniques instead of it:

1. links' onclick event should end with "return false;" ("false" can be replaced with anything else but true)

It applies to onclick events specified as tag attributes as well as added with Javascript or jQuery

2. turn links into <button type="button">

3. <a data-bs-toggle="collapse"> having href="#nogo" are OK. presumably as their onclick events return false;

  1. … 7 more files in changeset.