Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5247 Fix user name parameter sent to Etherpad

LAMS allows apostrophes but not quotation marks in names, so it is safer

to use quotations when operating with javascript.

  1. … 33 more files in changeset.
LDEV-5238 Fix force complete in monitoring

    • -10
    • +13
    ./includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-5200 Align learner icons better in Monitoring

    • -3
    • +5
    ./includes/javascript/monitorLesson.js
LDEV-3506 Prevent single click propagation in monitoring

Propagation prevented double click from being detected correctly.

    • -1
    • +2
    ./includes/javascript/monitorLesson.js
LDEV-5200 Add missing apostrophes after attributes in monitoring JSP

LDEV-5155 Highlight rubrics row title

Make it more distinguished from selectable options in next columns

  1. … 33 more files in changeset.
LDEV-5155 Allow free flow of rubrics columns

Trying to calculate their width actually yields worse results.

  1. … 33 more files in changeset.
Merge remote-tracking branch 'origin/LDEV-5223' into v4.5

  1. … 3 more files in changeset.
LDEV-5220 Add missing bootstrap popover declaration

LDEV-5023 Refresh TBL gate tab after gate close

LDEV-5223 Prevent ep_resize from rendering short initial Etherpad

  1. … 34 more files in changeset.
LDEV-5220 Distribute the new popover tag

    • -0
    • +31
    ./WEB-INF/tags/Popover.tag
  1. … 62 more files in changeset.
LDEV-5223 Fix Etherpad resizing

  1. … 33 more files in changeset.
Merge branch 'LDEV-5155' into v4.0

  1. … 33 more files in changeset.
LDEV-5155 Add column with average rating for given rubrics row

  1. … 31 more files in changeset.
LDEV-5155 Always put rubrics column's value next to its description

  1. … 31 more files in changeset.
LDEV-5192 Limit maximum width of tool authoring content

For rubrics we may need a wider authoring window so their text areas are

not so squeezed. But having a super wide authoring windows does not look

good either. So now we have a container-fluid class, but limited to

1400px width.

    • -76
    • +319
    ./WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
  1. … 92 more files in changeset.
Merge branch 'LDEV-5200' into v4.5

  1. … 10 more files in changeset.
LDEV-5213 Add a missing JSTL library import

  1. … 32 more files in changeset.
LDEV-5213 Never show minus sign in hash code

  1. … 32 more files in changeset.
LDEV-5213 Replace volatile JS imports with their non-cached version

  1. … 91 more files in changeset.
LDEV-5213 Add a tag to prevent JS file caching

    • -0
    • +16
    ./WEB-INF/tags/JSImport.tag
  1. … 64 more files in changeset.
LDEV-5214 Prevent accidental highlighting monitor

LDEV-5200 Clean up and comments

    • -10
    • +2
    ./includes/javascript/monitorLesson.js
  1. … 6 more files in changeset.
LDEV-5200 Fix TBL monitoring sequence tab

    • -4
    • +4
    ./includes/javascript/monitorLesson.js
LDEV-5200 Use wide tool activity banners

    • -0
    • +4
    ./includes/javascript/monitorLesson.js
  1. … 2 more files in changeset.
LDEV-5200 Introduce fit-to-screen for LD SVG in monitoring

    • -4
    • +47
    ./includes/javascript/monitorLesson.js
  1. … 2 more files in changeset.
LDEV-5200 Fix SVG positioning in monitoring

LDEV-5200 Fix SVG positioning in monitoring

    • -19
    • +8
    ./includes/javascript/monitorLesson.js
  1. … 1 more file in changeset.
LDEV-5200 Put learner and attention icons within SVG

Previous solution added an extra HTML layer and positioned icons

relative to SVG parent. Having icons embedded in <foreignObject />

allows easier manipulation of dimensions and possibly zoom.

    • -60
    • +64
    ./includes/javascript/monitorLesson.js