Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

LDEV-5157 Reorganise and add programming languages support

Added C, Objective C, C++, C#, Skala and Kotlin.

  1. … 8 more files in changeset.
LDEV-5157 Add various useful addons to CodeMirror

    • -0
    • +66
    ./css/codemirror_simplescrollbars.css
    • -0
    • +201
    ./includes/javascript/codemirror/addon/edit/closebrackets.js
    • -0
    • +160
    ./includes/javascript/codemirror/addon/edit/matchbrackets.js
    • -0
    • +72
    ./includes/javascript/codemirror/addon/selection/active-line.js
  1. … 1 more file in changeset.
LDEV-5157 Restructure CodeMirror sources to make room for addons

    • -9800
    • +0
    ./includes/javascript/codemirror.js
    • -0
    • +9800
    ./includes/javascript/codemirror/codemirror.js
    • -0
    • +935
    ./includes/javascript/codemirror/mode/clike.js
    • -0
    • +942
    ./includes/javascript/codemirror/mode/javascript.js
    • -0
    • +399
    ./includes/javascript/codemirror/mode/python.js
  1. … 1 more file in changeset.
LDEV-5157 Add code syntax highlighting to learner UI

    • -0
    • +350
    ./css/codemirror.css
    • -0
    • +9800
    ./includes/javascript/codemirror.js
    • -0
    • +935
    ./includes/javascript/codemirror_mode_clike.js
    • -0
    • +942
    ./includes/javascript/codemirror_mode_javascript.js
    • -0
    • +399
    ./includes/javascript/codemirror_mode_python.js
  1. … 5 more files in changeset.
LDEV-5157 Add code style option in essay questions authoring

  1. … 5 more files in changeset.
LDEV-5188 Remove obsolete attributes from TabBody tag

  1. … 82 more files in changeset.