Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 93 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-5200 Isolate CSS classes of activity SVG icons

  1. … 25 more files in changeset.
LDEV-5200 Adjusting icons colours and svg optimisation

I think this does it. However, there might be some issues with the embedding of SVG's css. As we compressed the files, the classes are called "A, B, C" and when different SVGs have the same class name, then the conflicts start to show.

Went thru all the tools but it's looking good now. There might be some others with system tools

  1. … 64 more files in changeset.
LDEV-5200 Clean up new SVG icons

Some internal style definitions were overlapping with other icons

embedded in LD SVG. Some definitions were obsolete.

  1. … 30 more files in changeset.
LDEV-5200 Introduce redesigned tool icons

    • binary
    ./images/icon_whiteboard_large.png
  1. … 125 more files in changeset.
LDEV-5204 fix icons again

  1. … 1 more file in changeset.
LDEV-5204 SVG icon

LDEV-5204 Add missing tag content

LDEV-3450 Improve layout of AuthoringRatingCriteria tag

    • -0
    • +22
    ./WEB-INF/tags/AuthoringRatingCriteria.tag
  1. … 32 more files in changeset.
LDEV-5204 Change Whiteboard icon

  1. … 1 more file in changeset.
LDEV-5204 Use resizable container in learner just for Whiteboard

LDEV-5204 Add show/hide full screen in learner gallery walk

LDEV-5204 Add show/hide full screen in monitoring

LDEV-4612 Allow multiple div candidates for full screen content

  1. … 5 more files in changeset.
LDEV-5204 Add show/hide full screen in authoring and learning

  1. … 1 more file in changeset.
LDEV-5204 Add Whiteboard icon

    • binary
    ./images/icon_whiteboard.png
    • -0
    • +109
    ./images/icon_whiteboard.svg
  1. … 1 more file in changeset.
LDEV-5204 Allow multiple tabs open in Whiteboard gallery walk

Whiteboard does not see as heave as Etherpad so we allow multiple tabs

open for comparison.

    • -35
    • +32
    ./pages/learning/galleryWalk.jsp
LDEV-5204 Hide Whiteboard contents until all resources load

Otherwise the UI looks messed up while it loads.

  1. … 3 more files in changeset.
LDEV-5204 Use comments in Whiteboard Gallery walk rating

  1. … 2 more files in changeset.
LDEV-5204 Correctly construct API URLs for proxied Whiteboard server

  1. … 1 more file in changeset.
LDEV-5204 Fix Gallery Walk Whiteboard loading

LDEV-5204 Fix iframe reload on autoring save

LDEV-5204 Initiate canvas copy on tool content copy on back-end

In previous version canvas was copied when an user opened it. Sometimes

in LAMS we copy content without opening a canvas. For example when using

Save As or Copy buttons in Authoring. We had to make sure that canvas is

always either copied on back-end or it gets opened and copied via

front-end.

  1. … 9 more files in changeset.
LDEV-5204 Fixes for Gallery Walk and timing limits in Whiteboard

  1. … 5 more files in changeset.
LDEV-5204 Add Whiteboard monitoring

  1. … 4 more files in changeset.
LDEV-5204 Add support for leaders in Whiteboard tool

Non-leaders get a read-only canvas.

  1. … 4 more files in changeset.
LDEV-5204 Introduce improved security using hashing

In vanilla Whiteboard a global access token is configured on server and

must be present in all requests made to Whiteboard. It means that anyone

can modify any whiteboard ID (wid).

In LAMS we introduce a hash of wid + accesstoken. Users do not know

access token, so they can not generate the hash for another wid.

The hash is simple Java hashCode() function, sufficient for this

situation.

The hash does not include author name as it is not present in many use

cases.

The hash optionally has a different form: source wid + wid +

accesstoken. It is when copyfromwid parameter is present. In this case

the target canvas is using standard wid and hash, but for the extra call

to source canvas we use source wid and the modified hash. This modified

hash is only usable to copy content from this particular source wid to

this particular target wid, so users can not use the hash to draw on the

source canvas.

  1. … 8 more files in changeset.
LDEV-5204 Add Whiteboard basic learner interface

  1. … 6 more files in changeset.