Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4714 Fix a typo in arrange detection.

LDEV-4742 Match Groups to Branches dialog body is now shown

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-4728 Lesson Description CKEditor restricted palette, update saves

  1. … 1 more file in changeset.
LDEV-4735 Fix an URL in learning outcomes in authoring

  1. … 31 more files in changeset.
LDEV-4726 Restoring division line lost when licenses were updated.

LDEV-4726 Licenses updated to Creative Commons 4.0

    • -0
    • +243
    ./images/license/by-nc-nd.svg
    • -0
    • +202
    ./images/license/by-nc-sa.eu.svg
    • -0
    • +202
    ./images/license/by-nc-sa.svg
    • -0
    • +166
    ./images/license/by-nc.eu.svg
    • -0
    • +203
    ./images/license/by-nd.svg
    • -0
    • +199
    ./images/license/by-sa.svg
    • -0
    • +155
    ./images/license/by.svg
    • -0
    • +86
    ./images/license/publicdomain.svg
  1. … 7 more files in changeset.
LDEV-4731 Initial implementation of enrolments parser

  1. … 1 more file in changeset.
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-4705 Remove references to Group Admin role from web.xml

  1. … 30 more files in changeset.
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.

LDEV-4717 Fix LD renaming in authoring

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

Conflicts:

lams_central/src/java/org/lamsfoundation/lams/web/ForgotPasswordServlet.java

lams_central/web/forgotPassword.jsp

lams_central/web/forgotPasswordChange.jsp

lams_central/web/forgotPasswordProc.jsp

lams_tool_assessment/web/pages/learning/results.jsp

  1. … 6 more files in changeset.
LDEV-4711 Show only generic message when resetting passwords

  1. … 2 more files in changeset.
LDEV-4710 Add config setting to enable "Forgot your password?" option

Also if people try to get to the login page by going to the URL

directly, we display a 404 error message.

  1. … 4 more files in changeset.
LDEV-4714 Add "loading" status to some buttons to prevent double click

LDEV-4714 Fix SVG generation in Add Lesson and monitoring

  1. … 1 more file in changeset.
LDEV-4714 Fix LD access adding and processing

  1. … 3 more files in changeset.
LDEV-4714 Fix parsing of branching in old LDs

It seems that there can be LDs which have no coordinates for branching

at all. Neither old type (xCoord) nor new type (startXCoord). They can

still be rendered, but need to have activities automatically rearranged.

LDEV-4714 Fix SVG generation in authoring

Since LD opening in authoring is async now, there was a race condition

between opening LD and an attempt to save its thumbnail. Instead of

going back to sync solution, a callback was implemented that runs only

when LD is already open.

    • -10
    • +17
    ./includes/javascript/authoring/authoringGeneral.js
LDEV-4714 Make arrows spin when loading LD thumbnail in authoring

LDEV-4714 Load Bootstrap faster so spinning arrows appear ASAP

LDEV-4714 Use async Ajax calls where possible

Synchronised Ajax calls are discouraged since they stoi UI interaction.

LDEV-4391 Show export LD label in authoring.

It seems that with new jQuery show() method does work if DOM node is not

attached to an document (yet). For example if a piece of HTML gets

cloned with jQuery and it is not appended to any parent, show() will not

work.

LDEV-3115 Fix detection of old LD being converted into new format.

If X and Y were 0, detection did not work.

LDEV-4391 Fix properties dialog in authoring

When content was added to modal dialog, it was still hidden. We had to

explicitly show it in JS.

LDEV-4391 Upgrade Boostrap to 3.3.7

Previous version did not support jQuery 3.

    • -4
    • +4
    ./includes/javascript/bootstrap.min.js
LDEV-4391 Get rid of redundant jQuery UI themes

Only bootstrap theme is used now.

    • binary
    ./css/images/ui-bg_flat_0_999999_40x100.png
    • binary
    ./css/images/ui-bg_glass_55_fbf9ee_1x400.png
    • binary
    ./css/images/ui-bg_glass_65_ffffff_1x400.png
    • binary
    ./css/images/ui-bg_glass_75_ffffff_1x400.png
    • binary
    ./css/images/ui-bg_highlight-soft_75_cccccc_1x100.png
    • binary
    ./css/images/ui-bg_inset-soft_95_fef1ec_1x100.png
    • binary
    ./css/images/ui-icons_222222_256x240.png
    • binary
    ./css/images/ui-icons_2e83ff_256x240.png
    • binary
    ./css/images/ui-icons_428bca_256x240.png
    • binary
    ./css/images/ui-icons_454545_256x240.png
    • binary
    ./css/images/ui-icons_555555_256x240.png
    • binary
    ./css/images/ui-icons_888888_256x240.png
    • binary
    ./css/images/ui-icons_999999_256x240.png
  1. … 83 more files in changeset.