Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4777 Initial implementation of question bank search feature

    • -0
    • +107
    ./jquery.highlight.js
  1. … 10 more files in changeset.
LDEV-4759 Tablesorter, Learner Progress Bar tweaked

  1. … 122 more files in changeset.
LDEV-4759 Gradebook and jqGrid restyled.

  1. … 50 more files in changeset.
Merge remote-tracking branch 'origin/master' into develop

LDEV-4780 Properly detect if authoring is in a frame

Merge remote-tracking branch 'origin/master' into develop

LDEV-4780 Use callbak to resize iframe instead of load detection

When iframe with LD for importing activities gets loaded, the SVG is not

ready yet and reports false height. Instead of detecting when it is

ready, authoring JS code in the iframe reports height when it loads

completely to its parent frame.

LDEV-4771 Remove close activity authoring confirmation screen

The JSP that controls the close action stays as it works differently in

various environments (authoring, monitoring, IE). It is just run

immediately instead of waiting for button click.

    • -10
    • +14
    ./authoring/authoringActivity.js
  1. … 25 more files in changeset.
LDEV-4771 Remove close activity authoring confirmation screen

The JSP that controls the close action stays as it works differently in

various environments (authoring, monitoring, IE). It is just run

immediately instead of waiting for button click.

  1. … 25 more files in changeset.
LDEV-4759 DateTimePicker and Accordians updated

  1. … 391 more files in changeset.
LDEV-4772 Fix properties dialog position in authoring after first drag

LDEV-4762 Add drag and drop for answers in ordering question type

(cherry picked from commit 21e3286385ca1c464997e9792460b7712d23dcdd)

  1. … 7 more files in changeset.
LDEV-4762 Add drag and drop for answers in ordering question type

  1. … 7 more files in changeset.
LDEV-4759 Tour and portrait pop ups appear correctly.

  1. … 40 more files in changeset.
LDEV-4765 Apply new UI to other question types

  1. … 23 more files in changeset.
LDEV-4759 Authoring and monitoring tabs working

  1. … 315 more files in changeset.
LDEV-4765 Add sorting of the question answers

Also some other improvements.

  1. … 7 more files in changeset.
LDEV-4759 Upgraded bootstrap-tour, dialogs opening at appropriate size

  1. … 13 more files in changeset.
LDEv-4759 Material Kit for Bootstrap 4 files installed into lams_central

    • -0
    • +1011
    ./bootstrap-datetimepicker.js
    • -0
    • +1
    ./bootstrap-material-design.min.js
    • -0
    • +619
    ./jquery.sharrre.js
    • -0
    • +255
    ./material-kit.js
    • -0
    • +2020
    ./moment.min.js
  1. … 253 more files in changeset.
Merge ordered branching LDEV-4587 into develop

    • -18
    • +39
    ./authoring/authoringProperty.js
  1. … 21 more files in changeset.
LDEV-4765 introducing new question authoring UI

    • -0
    • +11
    ./jquery-ui.touch-punch.js
  1. … 11 more files in changeset.
QB_UI introducing new question authoring UI

    • -0
    • +11
    ./jquery-ui.touch-punch.js
  1. … 11 more files in changeset.
LDEV-4757 Fix group overwriting with same UIID

Groups' UIIDs were not taken into account when calculating max UIID for

opened LD. Sometimes an existing UIID got generated and it overwrote an

existing group.

Also adjust new group naming.

LDEV-4748 Remove obsolete changeStyle.js

  1. … 49 more files in changeset.
LDEV-4714 Fix a typo in arrange detection.

LDEV-4736 Switch to using newer navigator.mediaDevices.getUserMedia

If continue using the old method, Chrome throws an error and FF shows a

deprecation message.

LDEV-4736 Switch to using newer navigator.mediaDevices.getUserMedia

If continue using the old method, Chrome throws an error and FF shows a

deprecation message.

LDEV-4724 Fix edit profile dialog size

It seems that jQuery 3 is more strict when it comes to format of

parameters accepted by height() function.

LDEV-4714 Make fetching output definitions async

For large LDs sync calls can noticeably slow down drawing process.

LDEV-4391 Prevent double clicking on Save As and Import buttons

Even though Save button in Save As dialog does not seem to get spinning

arrows, it gets disabled straight away and double submit does not

happen. The arrows never get a chance to get rendered as code

responsible for saving works quickly and calls reset() method on the

button.

  1. … 2 more files in changeset.