Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4440 Admin - fixed sign up management, added errorMaps

  1. … 30 more files in changeset.
LDEV-4440 Migration of admin - fixed userChangePass and userRoles

  1. … 18 more files in changeset.
LDEV-4440 Migration of admin - no struts

    • -212
    • +0
    ./WEB-INF/tlds/struts/struts-bean-el.tld
    • -382
    • +0
    ./WEB-INF/tlds/struts/struts-bean.tld
    • -3302
    • +0
    ./WEB-INF/tlds/struts/struts-html-el.tld
    • -3302
    • +0
    ./WEB-INF/tlds/struts/struts-html.tld
    • -382
    • +0
    ./WEB-INF/tlds/struts/struts-logic-el.tld
    • -652
    • +0
    ./WEB-INF/tlds/struts/struts-logic.tld
    • -3171
    • +0
    ./WEB-INF/tlds/struts/struts-nested.tld
    • -343
    • +0
    ./WEB-INF/tlds/struts/struts-tiles-el.tld
    • -344
    • +0
    ./WEB-INF/tlds/struts/struts-tiles.tld
  1. … 35 more files in changeset.
LDEV-4440 Migration of admin

  1. … 16 more files in changeset.
LDEV-4645 Add default lesson settings to integrated servers

  1. … 7 more files in changeset.
LDEV-4440 Migration of admin in progress

  1. … 57 more files in changeset.
LDEV-4440 Migration of admin in progress

    • -1
    • +0
    ./WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
    • -31
    • +30
    ./WEB-INF/tags/AuthoringRatingCriteria.tag
    • -100
    • +4
    ./toolcontent/toolcontentlist.jsp
  1. … 13 more files in changeset.
LDEV-4440 Migration of admin in progress

  1. … 41 more files in changeset.
LDEV-4440 Migration / changes at jsp files

    • -76
    • +199
    ./organisation/courseAdminEdit.jsp
    • -156
    • +341
    ./organisation/createOrEdit.jsp
    • -60
    • +131
    ./organisation/deleteAllLessons.jsp
  1. … 8 more files in changeset.
LDEV-4644 Add outcomes in authoring in all tools

    • -0
    • +155
    ./WEB-INF/tags/OutcomeAuthor.tag
  1. … 117 more files in changeset.
LDEV-4440 Started migration of admin - added spring-servlet, changed web.xml, new forms files

    • -0
    • +17
    ./WEB-INF/spring-servlet.xml
    • -204
    • +361
    ./organisation/cloneStart.jsp
  1. … 104 more files in changeset.
LDEV-4639 Use tour instead of tutorials video on first login

Tutorial videos have never been fully implemented. We get rid of them in

favour of tours.

  1. … 19 more files in changeset.
LDEV-4641 Allow STARTTLS and SSL when sending emails with SMTP

  1. … 5 more files in changeset.
LDEV-4617 Add an option to enable email verification on sign up

  1. … 6 more files in changeset.
LDEV-4628 Set default timezone when creating a user

* Also fix an issue with storing server'd timezone containing

"+", e.g. "ETC+4"

  1. … 1 more file in changeset.
LDEV-4625 Make server country configurable

Also use default country in integrations

  1. … 7 more files in changeset.
LDEV-4616 Remove locale from courses

  1. … 9 more files in changeset.
LDEV-4615 Add create date on user page in admin

  1. … 2 more files in changeset.
LDEV-4614 Sort country list by name rather than code

  1. … 6 more files in changeset.
LDEV-4605 Codify country for users

Change the country field to ISO_3166-1 alpha-2 codes (two letters).

So in when editing the profile, a user should be able to set his/her

country based on the list of countries in the ISO list.

Country should be a compulsory when editing profile, editing user

as group manager and in signup pages.

For integrations, if the country is not passed, then we should default

to a default country server.

  1. … 12 more files in changeset.
LDEV-4593: small UI changes

Adding a new label to explain the scope of minor changes to policies

  1. … 1 more file in changeset.
LDEV-4593 Further develop Policies & consents feature

* Remove "Create a new draft" functionality

* Add policy details page

  1. … 7 more files in changeset.
LDEV-4593 Further develop Policies & consents feature

    • -0
    • +100
    ./policies/policyTable.jsp
  1. … 9 more files in changeset.
LDEV-4593 Further develop Policies & consents feature

    • -0
    • +143
    ./policies/editPolicy.jsp
    • -0
    • +164
    ./policies/policies.jsp
    • -81
    • +0
    ./policies/previousVersionsList.jsp
    • -0
    • +82
    ./policies/userConsents.jsp
  1. … 20 more files in changeset.
LDEV-4593 Introduce Policies & consent feature

    • -0
    • +138
    ./policies/edit.jsp
    • -0
    • +115
    ./policies/list.jsp
    • -0
    • +81
    ./policies/previousVersionsList.jsp
  1. … 17 more files in changeset.
LDEV-4559 Comments can be left anonymously.

  1. … 91 more files in changeset.
LDEV-4573 Spinner indicates busy and no data found message added.

  1. … 2 more files in changeset.
LDEV-4571 Allow (de)selecting all users for org password change

  1. … 1 more file in changeset.
LDEV-4565 Adding column name for Remarks column in Event Log

  1. … 1 more file in changeset.
LDEV-4540 Introduce hooks in command websockets

When a command is added, the JSON can contain "hookTrigger" and

"hookParams" attributes.

hookTrigger is just a string which uniquely identifies a page. If this

page set the same commandWebsocketHookTrigger, then command is consumed

and function defined on this page as commandWebsocketHook is run with

parameters taken from hookParams from JSON.

This way back end can tell exact page on front end to run any code it

defines itself.

  1. … 35 more files in changeset.