Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4612 Allow multiple div candidates for full screen content

    • -49
    • +49
    ./includes/javascript/fullscreen.js
  1. … 6 more files in changeset.
LDEV-5204 Add Whiteboard icon

  1. … 2 more files in changeset.
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. … 29 more files in changeset.
LDEV-5207 Fix signup flow after login failure

  1. … 1 more file in changeset.
LDEV-5198 Fix file encoding

    • -3
    • +13
    ./ckeditor/plugins/jlatexmath/lang/en.js
LDEV-5204 Copy and refactor doKu code for Whiteboard use

doKu is a similar tool which hold various useful elements, like working

with an external Node server, Gallery Walk etc. Its code has been taken

and reused as a base for Whiteboard.

  1. … 107 more files in changeset.
LDEV-5206 Adding CKEditor editorplaceholder plugin

    • -0
    • +1
    ./ckeditor/plugins/editorplaceholder/plugin.js
LDEV-5055 Do not set auto title nor aria-label attributes to CKEditor

LDEV-4391 Turn off auto complete for datetime picker fields

If a text input field is used for datetimepicker, having previously

chosen dates auto filled is annoying and makes it difficult to operate

the picker.

  1. … 16 more files in changeset.
LDEV-5181 Fix mark hedging tooltip positioning

    • -6
    • +8
    ./authoring/template/tool/mcquestion.jsp
LDEV-5085 Remove accidentally added character to CKEditor.tag

  1. … 31 more files in changeset.
LDEV-5198 Fix CKEditor icons

    • -1
    • +1
    ./ckeditor/skins/office2013/editor.css
LDEV-5198 Update readme file

LDEV-5198 Remove emojione and embed buttons

    • -12
    • +12
    ./includes/javascript/ckconfig_custom.js
LDEV-5198 Remove emojione plugin

    • -28
    • +0
    ./ckeditor/plugins/emojione/.bower.json
    • -1
    • +0
    ./ckeditor/plugins/emojione/.gitignore
    • -43
    • +0
    ./ckeditor/plugins/emojione/README.md
    • -17
    • +0
    ./ckeditor/plugins/emojione/bower.json
    • -1
    • +1
    ./ckeditor/skins/office2013/editor.css
LDEV-5198 Disable editor auto creation from inline elements

It was the reason why the editor got broken.

    • -1
    • +2
    ./includes/javascript/ckconfig_custom.js
LDEV-5198 Fix a bug in bootstrap tabs plugin

    • -2
    • +2
    ./includes/javascript/ckconfig_custom.js
LDEV-5198 Introduce bootstrap classes to table plugin

    • -22
    • +623
    ./ckeditor/plugins/table/dialogs/table.js
LDEV-5198 Remove obsolete "image" plugin

    • -44
    • +0
    ./ckeditor/plugins/image/dialogs/image.js
    • binary
    ./ckeditor/plugins/image/images/noimage.png
LDEV-5198 Add missing boostrap tabs plugin icon

LDEV-5198 Fix CKEditor customisation

LDEV-5085 Use displayExpanded JS parameter, not JSP

  1. … 31 more files in changeset.
LDEV-5198 Upgrade CKEditor to version 4.16.0

  1. … 155 more files in changeset.
LDEV-4877 Add fonts missing for Bootstrap 3

Bootstrap 3 comes with glyphicons fonts, similar to font-awesome. The

fonts are used in various Bootstrap components, including Tablesorter.

While there are ways to override their usage, Boostrap simply works

better with them being present.

    • binary
    ./fonts/glyphicons-halflings-regular.eot
    • -0
    • +288
    ./fonts/glyphicons-halflings-regular.svg
    • binary
    ./fonts/glyphicons-halflings-regular.ttf
    • binary
    ./fonts/glyphicons-halflings-regular.woff
    • binary
    ./fonts/glyphicons-halflings-regular.woff2
LDEV-5193 Use case-insensitive extension checking for Uppy upload

Also use built-in Uppy extension check where possible.

  1. … 14 more files in changeset.
LDEV-5155 Introduce rubrics rating style

  1. … 2 more files in changeset.
LDEV-5192, LDEV-5155 Only Peer Review starts maximised in authoring

Most tools' authoring screen is not tailored for a wider pop up. In LAMS

5 we should have all authoring content rewritten, but for now we need to

stick to the old size. Only Peer Review needs a wider pop up as it can

have rubrics ratings.

LDEV-5192 Make activity authoring content adjust to pop up width

  1. … 31 more files in changeset.
LDEV-5192 Open activity authoring initially maximised

If we set the now wider activity authoring pop up as the default size,

maximise button does not make sense, it will do nothing. So instead we

leave the standard pop up size but open it in maximised state. This way

teachers can return to standard size if they want to take a look at

authoring canvase in the background.