Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5223 Remove import widget. Reintroduce HTML export widget.

LDEV-5223 selective exports

    • -0
    • +529
    ./etherpad/etherpad-lite/src/templates/pad.html
LDEV-5223 Prevent ep_resize from rendering short initial Etherpad

  1. … 34 more files in changeset.
LDEV-5223 Add, fix and customise ice_tables plugin

    • -0
    • +26
    ./etherpad/etherpad-lite/node_modules/ep_ice_tables/ep.json
LDEV-5223 Add previewimages plugin

LDEV-5223 ep_image_upload customisations

- css usage in HTML export and timeslider

LDEV-5223 Add export PDF feature to Etherpad

    • -0
    • +1
    ./etherpad/etherpad-lite/settings.json
    • -0
    • +833
    ./etherpad/etherpad-lite/src/node/utils/Settings.js
LDEV-5223 Add image upload plugin to Etherpad

    • -0
    • +14
    ./etherpad/etherpad-lite/settings.json
LDEV-5223 Update readmefile with latest instructions

LDEV-5223 Customise settings JSON file

    • -29
    • +88
    ./etherpad/etherpad-lite/settings.json
LDEV-5223 Rename folder as new version of author_neat plugin is used

LDEV-5223 Customise new version of author_neat2 plugin

LDEV-5223 Customise new version of comments_page plugin

LDEV-5223 Prevent users from editing their names

LDEV-5223 Fix "Return to pad" button so settings are preserved

    • -245
    • +211
    ./etherpad/etherpad-lite/src/static/js/pad_editbar.js
LDEV-5223 Allow comments in readonly Etherpad

LDEV-5223 Use own colour paletter for author highlighting

LDEV-5223 Fix showLineNumber functionality

    • -672
    • +457
    ./etherpad/etherpad-lite/src/static/js/pad.js
LDEV-5223 Customise new version of stats plugin

LDEV-5223 Customise new version of resize plugin

LDEV-5223 Author names are not being wrapped by default, no need for CSS

    • -82
    • +0
    ./etherpad/etherpad-lite/src/static/css/pad.css
LDEV-5127 Prevent overwriting comments in Etherpad

LDEV-5204 Adjust LAMS customisations for latest Whiteboard code

    • -105
    • +0
    ./whiteboard/scripts/config/config-schema.json
    • -58
    • +62
    ./whiteboard/scripts/s_whiteboard.js
    • -3
    • +3
    ./whiteboard/scripts/server-backend.js
    • -1514
    • +0
    ./whiteboard/src/js/whiteboard.js
LDEV-5204 Fix text boxes being badly redrawn on window resize

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

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

    • -2
    • +4
    ./whiteboard/scripts/server-backend.js
Revert "LDEV-5204 Make Whiteboard always behave like it is in production mode"

This reverts commit 7db7949e3398394d514f5d4f044d381955676eb5.

LDEV-5204 Hide Whiteboard contents until all resources load

Otherwise the UI looks messed up while it loads.

    • -0
    • +30
    ./whiteboard/src/js/index.js
  1. … 1 more file in changeset.
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.