lams_tool_whiteboard

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/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

    • binary
    ./web/images/icon_whiteboard_large.png
  1. … 64 more files in changeset.
LDEV-4769 Updating Greek, French

  1. … 7 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
    ./web/images/icon_whiteboard_large.png
  1. … 125 more files in changeset.
LDEV-4769 Updating Greek

  1. … 6 more files in changeset.
LDEV-5204 fix icons again

    • -47
    • +45
    ./web/images/icon_whiteboard.svg
  1. … 1 more file in changeset.
LDEV-5204 SVG icon

LDEV-5204 Labels from Lokalise

    • -0
    • +1
    ./conf/language/lams/ApplicationResources_de_DE.properties
    • -0
    • +122
    ./conf/language/lams/ApplicationResources_el_GR.properties
    • -0
    • +141
    ./conf/language/lams/ApplicationResources_en_AU.properties
    • -0
    • +141
    ./conf/language/lams/ApplicationResources_es_ES.properties
    • -0
    • +1
    ./conf/language/lams/ApplicationResources_fr_FR.properties
    • -0
    • +122
    ./conf/language/lams/ApplicationResources_no_NO.properties
LDEV-5204 Show consistent timer to group members with leader

LDEV-5204 Add missing tag content

LDEV-3450 Improve layout of AuthoringRatingCriteria tag

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

    • -109
    • +0
    ./web/images/icon_whiteboard.svg
  1. … 1 more file in changeset.
LDEV-5204 Use resizable container in learner just for Whiteboard

LDEV-5204 Added logs on important Whiteboard API calls

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

    • -3
    • +50
    ./web/pages/learning/galleryWalk.jsp
LDEV-5204 Add show/hide full screen in monitoring

    • -12
    • +32
    ./web/pages/monitoring/summary.jsp
LDEV-4612 Allow multiple div candidates for full screen content

    • -10
    • +13
    ./web/pages/learning/learning.jsp
  1. … 5 more files in changeset.
LDEV-5204 Add show/hide full screen in authoring and learning

    • -0
    • +25
    ./web/pages/authoring/authoring.jsp
LDEV-5204 Add Whiteboard icon

    • binary
    ./web/images/icon_whiteboard.png
    • -0
    • +109
    ./web/images/icon_whiteboard.svg
  1. … 1 more file in changeset.
LDEV-5204 Code clean up

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
    ./web/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 Embed images when exporting Whiteboard canvas

In vanilla Whiteboard images are referenced by absolute URLs. If we

upload content to another LAMS instance with a different URL, images

will not be found.

Now when exporting a LAMS LD we embed Whiteboard image base64 data

directly in tool exported XML. When we import the LD, we check if image

already exists on the server. If it does not, we recreate it from the

exported data.

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

    • -2
    • +16
    ./web/pages/learning/galleryWalk.jsp
LDEV-5204 Fix Whiteboard admin page reedit

LDEV-5204 Correctly construct API URLs for proxied Whiteboard server