Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5397 Improve offcanvas progress bar + various other fixes as mentioned in the JIRA's comment

* Improved offcanvas progress bar:

icon for not completed activity should a hollow square, not a full one;

gate icons: hourglass icons replaced with locks;

support for long activity names;

tooltips on icon hover explaining what it means, for example “current activity”;

improved CSS

* Teams table should have maximum width and/or highlight on hover

* “Burning questions” button should have standard size (not small) and have the same primary colour as “Justification” button

* In burning questions summary the title does not have sufficient contrast

* In Chat the font should have standard and not reduced size

* In Daco there is an empty alert

* In Task List (and Share Resources) button to complete an item should say something like “Mark as completed” or “Complete” instead of “Completed”

* Admin pages: restored background colour to ghostly white

    • -1
    • +5
    ./includes/css/scratchie-learning.scss
  1. … 13 more files in changeset.
LDEV-5397 fix jgrowl text color

    • -0
    • +1
    ./includes/css/scratchie-learning.scss
  1. … 1 more file in changeset.
LDEV-5397 improvements to LeaderDisplay.tag

    • -11
    • +10
    ./WEB-INF/tags/LeaderDisplay.tag
  1. … 1 more file in changeset.
LDEV-5427 fix a typo

    • -1
    • +1
    ./pages/learning/parts/scratchieSvg.jsp
LDEV-5427 Start using new svgs for scatchie images

    • -5
    • +50
    ./includes/css/scratchie-learning.scss
    • binary
    ./includes/images/scratchie-correct-animation.gif
    • binary
    ./includes/images/scratchie-correct.png
    • binary
    ./includes/images/scratchie-wrong-animation.gif
    • binary
    ./includes/images/scratchie-wrong.png
  1. … 4 more files in changeset.
LDEV-5361 Fix "require all answers" and "double click to reveal" problem

    • -336
    • +337
    ./pages/learning/learning.jsp
LDEV-5397 improve CSS of autosave notification

* make it identical in Scratchie and Assessment

    • -2
    • +5
    ./includes/css/scratchie-learning.scss
  1. … 2 more files in changeset.
LDEV-5397 show warnings and nofications before activity's instructions

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

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

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

    • -559
    • +538
    ./pages/learning/learning.jsp
  1. … 77 more files in changeset.
LDEV-5397 copy-tags

    • -15
    • +12
    ./WEB-INF/tags/NotebookReedit.tag
  1. … 123 more files in changeset.
LDEV-5397 bootstrap5 related improvements and fixes

    • -1
    • +1
    ./includes/css/scratchie-learning.scss
  1. … 25 more files in changeset.
LDEV-5397 copy-tags

  1. … 87 more files in changeset.
LDEV-5397 free.ui.jqgrid.min.css is now included in free.ui.jqgrid.custom.css

Therefore pages need to reference only one .css file (free.ui.jqgrid.custom.css) instead of two as it used to be.

  1. … 6 more files in changeset.
LDEV-5404 Escaping title in jqGrid

E

LDEV-5417 escaping javascript for jqGrid

In v4.6, there seems to be an issue with escaping title headers.

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 fix a few bootstrap5 related issues

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

  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 some minor UI improvements

    • -12
    • +0
    ./includes/css/scratchie-learning.scss
  1. … 1 more file 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 updated version of tablesorter

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

  1. … 104 more files in changeset.