Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5397 switch from lams:errors to lams:errors5

  1. … 15 more files in changeset.
LDEV-5397 copy-tags

  1. … 62 more files in changeset.
LDEV-5397 import bootstrap5.scss into components.scss

* Subsequently import components.scss into components-learner.scss

* It will allow using bootstrap5 CSS rules in components CSS classes

  1. … 49 more files in changeset.
LDEV-5397 Reintroduce websocket library to Page tag

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

  1. … 79 more files in changeset.
LDEV-5397 copy-tags

    • -15
    • +12
    ./WEB-INF/tags/NotebookReedit.tag
  1. … 123 more files in changeset.
LDEV-5397 copy-tags

  1. … 87 more files in changeset.
LDEV-5397 copy-tags

  1. … 275 more files in changeset.
LDEV-5397 bootstrap5 comments feature

  1. … 19 more files in changeset.
LDEV-5397 use lams:NotebookReedit

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

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

    • -30
    • +31
    ./WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
    • -4
    • +5
    ./WEB-INF/tags/AuthoringRatingCriteria.tag
  1. … 127 more files in changeset.
LDEV-5397 spread changes to tags across all projects

    • -0
    • +553
    ./WEB-INF/tags/StyledRating5.tag
  1. … 150 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 propagate tag changes to all tools

    • -30
    • +31
    ./WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
    • -4
    • +5
    ./WEB-INF/tags/AuthoringRatingCriteria.tag
    • -0
    • +70
    ./WEB-INF/tags/NotebookReedit.tag
  1. … 345 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. … 11 more files in changeset.
LDEV-5397 Boostrap 5 bundle already has got Popper included

  1. … 33 more files in changeset.
LDEV-5397 add icons to finish and refresh buttons

  1. … 64 more files in changeset.
LDEV-5397 add icons to finish and refresh buttons

  1. … 66 more files in changeset.
LDEV-5397 make SubmissionDeadline.tag call checkNextGateActivity()

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

    • -0
    • +117
    ./WEB-INF/tags/SubmissionDeadline.tag
  1. … 80 more files in changeset.
LDEV-5397 spread change to LeaderDisplay.tag to all tools

  1. … 32 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.
LDEV-5397 Introduce Notebook.tag

    • -0
    • +108
    ./WEB-INF/tags/Notebook.tag
    • -193
    • +153
    ./WEB-INF/tlds/lams/lams.tld
  1. … 70 more files in changeset.
LDEV-5397 center leader alert

  1. … 32 more files in changeset.
LDEV-5397 further bootstrap 5 related changes

Also

* change bootstrap classes from col-*-offset-* to offset-*-

* deprecated form-group

* .hidden-xs to .d-none .d-sm-block

* .pull-left to .float-start

* .pull-right to .float-end

* add class="activity-bottom-buttons"

  1. … 115 more files in changeset.
LDEV-5397 copy-tags across LAMS projects

    • -0
    • +48
    ./WEB-INF/tags/Errors5.tag
  1. … 34 more files in changeset.
LDEV-5397 add missing function preventLearnerAutosaveFromMultipleTabs(autosaveInterval)

  1. … 32 more files in changeset.
LDEV-5397 migrate defineLater tag and jsps to bootstrap 5

  1. … 41 more files in changeset.