etherpad-lite

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5380 changing labels

    • -0
    • +127
    ./node_modules/ep_mathjax/static/js/hooks.js
    • -0
    • +39
    ./node_modules/ep_mathjax/static/js/main.js
    • -0
    • +7
    ./node_modules/ep_mathjax/templates/editbarButtons.ejs
    • -0
    • +106
    ./node_modules/ep_mathjax/templates/modals.ejs
LDEV-5223 Fix privileges reset on Etherpad reconnect

LDEV-5223 Add some whitespace to test email system

LDEV-5223 Fix escaped replies authors in Etherpad comments

LDEV-5306 Improve Etherpad readability by changing the default font

    • -0
    • +92
    ./src/static/css/pad.css
LDEV-5223 Fix escaped names in Authors pop up

LDEV-5223 Fix escaped change suggestions in Etherpad comments

LDEV-5247 Fix user name parameter processing in Etherpad plugin

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

to use quotations when operating with javascript.

    • -1
    • +3
    ./node_modules/ep_author_neat2/static/js/index.js
LDEV-5223 Remove export_authors plugin

It is buggy and does not bring that much value to exports

    • -100
    • +0
    ./node_modules/ep_export_authors/index.js
  1. … 1 more file in changeset.
LDEV-5223 Abandon ice_tables until it is production ready

    • -26
    • +0
    ./node_modules/ep_ice_tables/ep.json
    • -1366
    • +0
    ./node_modules/ep_ice_tables/static/js/datatables.js
    • -16
    • +0
    ./node_modules/ep_ice_tables/static/js/index.js
  1. … 7 more files in changeset.
LDEV-5223 Discard table non-JSON attributes

LDEV-5223 Ignore intermittent error on 1x1 table creation

LDEV-5223 Fix tables HTML export

    • -0
    • +100
    ./node_modules/ep_export_authors/index.js
LDEV-5223 Remove import widget. Reintroduce HTML export widget.

LDEV-5223 selective exports

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

    • -0
    • +4
    ./node_modules/ep_resize/static/css/styles.css
  1. … 34 more files in changeset.
LDEV-5223 Add, fix and customise ice_tables plugin

    • -0
    • +26
    ./node_modules/ep_ice_tables/ep.json
    • -0
    • +35
    ./node_modules/ep_ice_tables/export2html.js
    • -0
    • +1362
    ./node_modules/ep_ice_tables/static/js/datatables.js
    • -0
    • +16
    ./node_modules/ep_ice_tables/static/js/index.js
  1. … 1 more file in changeset.
LDEV-5223 ep_image_upload customisations

- css usage in HTML export and timeslider

    • -0
    • +34
    ./node_modules/ep_image_upload/ep.json
    • -0
    • +27
    ./node_modules/ep_image_upload/exportHTML.js
    • -0
    • +172
    ./node_modules/ep_image_upload/index.js
LDEV-5223 Add export PDF feature to Etherpad

    • -0
    • +833
    ./src/node/utils/Settings.js
  1. … 1 more file in changeset.
LDEV-5223 Add image upload plugin to Etherpad

  1. … 1 more file in changeset.
LDEV-5223 Customise settings JSON file

LDEV-5223 Rename folder as new version of author_neat plugin is used

    • -233
    • +0
    ./node_modules/ep_author_neat/static/js/index.js
    • -0
    • +233
    ./node_modules/ep_author_neat2/static/js/index.js
LDEV-5223 Customise new version of author_neat2 plugin

    • -193
    • +139
    ./node_modules/ep_author_neat/static/js/index.js
LDEV-5223 Customise new version of comments_page plugin

    • -16
    • +24
    ./node_modules/ep_comments_page/static/js/index.js
LDEV-5223 Prevent users from editing their names

    • -572
    • +343
    ./src/static/js/pad_userlist.js
LDEV-5223 Fix "Return to pad" button so settings are preserved

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

    • -788
    • +723
    ./src/node/handler/PadMessageHandler.js
LDEV-5223 Use own colour paletter for author highlighting

LDEV-5223 Fix showLineNumber functionality