lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5208: adding labels and tooltip in author

LDEV-5204 Use resizable container in learner just for Whiteboard

LDEV-5204 Fix canvas content being badly redrawn on window resize

LDEV-5208: Updating sentiment option labels

Merge branch 'LDEV-5208' into v4.0

LDEV-5204 Added logs on important Whiteboard API calls

LDEV-5204 Update information about Whiteboard and Node.js version

    • -3
    • +4
    /lams_build/conf/whiteboard/readme.txt
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

    • -53
    • +6
    /lams_central/web/css/_learner_base.scss
    • -5
    • +5
    /lams_tool_mindmap/web/common/mapjs.jsp
LDEV-5204 Add show/hide full screen in authoring and learning

LDEV-4769 Updating French

Revert "LDEV-5204 Make Whiteboard always behave like it is in production mode"

This reverts commit 7db7949e3398394d514f5d4f044d381955676eb5.

    • -8
    • +11
    /lams_build/conf/whiteboard/src/js/main.js
LDEV-5204 Add Whiteboard icon

    • binary
    /lams_tool_whiteboard/web/images/icon_whiteboard.png
    • -0
    • +109
    /lams_tool_whiteboard/web/images/icon_whiteboard.svg
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.

LDEV-5204 Hide Whiteboard contents until all resources load

Otherwise the UI looks messed up while it loads.

    • -1
    • +3
    /lams_build/conf/whiteboard/readme.txt
    • -0
    • +30
    /lams_build/conf/whiteboard/src/js/index.js
LDEV-5174 Align Setup Teams button better in TBL monitoring teams tab

    • -9
    • +17
    /lams_monitoring/web/tblmonitor/teams.jsp
LDEV-5203 Align top menu items better in TBL monitoring

LDEV-2991 Fix NaN error in lesson instance calculation

When there are no learners allocated to a lesson, splitting lerners into

separate lesson produced a description with an error.

LDEV-5208 Distribute discussion-enabled Page tag to all projects

    • -1
    • +20
    /lams_admin/web/WEB-INF/tags/Page.tag
    • -1
    • +20
    /lams_central/web/WEB-INF/tags/Page.tag
    • -1
    • +20
    /lams_gradebook/web/WEB-INF/tags/Page.tag
    • -1
    • +20
    /lams_learning/web/WEB-INF/tags/Page.tag
    • -1
    • +20
    /lams_tool_chat/web/WEB-INF/tags/Page.tag
    • -1
    • +20
    /lams_tool_daco/web/WEB-INF/tags/Page.tag
    • -1
    • +20
    /lams_tool_doku/web/WEB-INF/tags/Page.tag
    • -1
    • +20
    /lams_tool_gmap/web/WEB-INF/tags/Page.tag
    • -1
    • +20
    /lams_tool_lamc/web/WEB-INF/tags/Page.tag
    • -1
    • +20
    /lams_tool_laqa/web/WEB-INF/tags/Page.tag
  1. … 15 more files in changeset.
LDEV-5208 Add discussion sentiment to burning questions in Scratchie

    • -33
    • +40
    /lams_learning/web/discussion/monitor.jsp
LDEV-5208 Set discussion sentiment for tRAT TBL sequence

LDEV-5208 Add Scratchie option to turn discussion widget on/off

LDEV-5208 Set discussion sentiment for AEs, but not iRAT in TBL sequence

LDEV-5208 Add Assessment option to turn discussion widget on/off

LDEV-5208 Auto collapse discussion widget on learner choice

    • -12
    • +39
    /lams_learning/web/discussion/learner.jsp
LDEV-5204 Make Whiteboard always behave like it is in production mode

There is a problem with image loading in Whiteboard. Uploaded images get

stuck while being loaded in a copied canvas. For example after a learner

enters a grouped Whiteboard activity and a canvas gets cloned for his

session.

It does not occur when Whiteboard is in development mode. Maybe it has

to do with request proxying.

We now always run Whiteboard in development mode, but make it behave

like it is in production mode.

    • -11
    • +8
    /lams_build/conf/whiteboard/src/js/main.js
LDEV-5204 Introduce imageURL config property

In vanilla Whiteboard all images are prefixed with current server URL.

If we move Whiteboard or export & import data, it will not work.

Now images have relative URL prefixed with whatever is in imageURL.

    • -0
    • +62
    /lams_build/conf/whiteboard/config.default.yml
    • -1
    • +5
    /lams_build/conf/whiteboard/readme.txt
    • -0
    • +151
    /lams_build/conf/whiteboard/src/js/services/ConfigService.js
    • -0
    • +1513
    /lams_build/conf/whiteboard/src/js/whiteboard.js