Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5200 Better align tool activity label

LDEV-5200 Draw branching activity consistent with tool activity design

LDEV-5200 Use new grouping icon activity on add

LDEV-5200 Draw gate activity consistent with tool activity design

LDEV-5200 Draw grouping activity consistent with tool activity design

    • -19
    • +25
    ./authoring/authoringActivity.js
LDEV-5200 Reintroduce icons on tool activities on authoring canvas

LDEV-5200 Introduce redesigned tool icons

    • -29
    • +26
    ./authoring/authoringActivity.js
  1. … 126 more files in changeset.
LDEV-4636 Fix read-only status detection in Public Folder in Authoring

LDEV-5204 fix icons again

  1. … 2 more files in changeset.
LDEV-3115 Properly set number of groups when opening a Run Sequence

In original LD a number of groups can be set in a grouping activity.

This number of groups can later change if a Monitor assigns learners to

groups in Monitoring UI.

When opening a Run Sequence, the grouping still holds old, lower value,

but there are more existing groups. This leads on validation errors on

re-save.

Now the number of groups is maximum of the original number of groups and

number of existing groups.

LDEV-5204 Change Whiteboard icon

  1. … 2 more files in changeset.
LDEV-4612 Allow multiple div candidates for full screen content

  1. … 7 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-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-5198 Remove emojione and embed buttons

LDEV-5198 Disable editor auto creation from inline elements

It was the reason why the editor got broken.

LDEV-5198 Fix a bug in bootstrap tabs plugin

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

  1. … 169 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 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 Add various useful addons to CodeMirror

    • -0
    • +114
    ./codemirror/addon/comment/continuecomment.js
    • -0
    • +201
    ./codemirror/addon/edit/closebrackets.js
    • -0
    • +160
    ./codemirror/addon/edit/matchbrackets.js
    • -0
    • +40
    ./codemirror/addon/runmode/colorize.js
    • -0
    • +333
    ./codemirror/addon/runmode/runmode-standalone.js
    • -0
    • +152
    ./codemirror/addon/scroll/simplescrollbars.js
    • -0
    • +72
    ./codemirror/addon/selection/active-line.js
  1. … 2 more files in changeset.
LDEV-5157 Restructure CodeMirror sources to make room for addons

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

    • -0
    • +9800
    ./codemirror.js
    • -0
    • +935
    ./codemirror_mode_clike.js
    • -0
    • +942
    ./codemirror_mode_javascript.js
    • -0
    • +399
    ./codemirror_mode_python.js
  1. … 6 more files in changeset.
LDEV-4372 Fix tooltips in progress bar and bootstrap

  1. … 34 more files in changeset.
LDEV-5177 Adding link button to default learner CKeditor config

LDEV-5144 Introduce doKu as AE in TBL monitoring

  1. … 8 more files in changeset.
LDEV-5167 Improved implementation

Rather than adding as a multiple options, use a plugin as a background selector

  1. … 12 more files in changeset.
LDEV-4909 Allow grouping not connected to parallel support activity