LDEV-3744: Use hardcoded icons' Data URIs instead of fetching and processing each icon before save. Remove canvg library as calculations can be done in an easier, native way.
LDEV-3735, LDEV-3674: Rewrite LD import using JDK XML tools. Remove cglib library which does not seem to be used by XStream anymore. Remove Axis and wsdl4j libraries, and several Java classes made obsolete by Flash removal.Fix LD import in FLA and several Tools.
LDEV-3708: Unable to start a single activity lesson for a tool deployed after initial run as it was trying to find the learning_activity via the toolId when it should have been using the libraryId
LDEV-3708: Unable to start a single activity lesson for a tool deployed after initial run as it was trying to find the learning_activity via the toolId when it should have been using the libraryId
LDEV-3697: Choosing user from autocomplete list displays results only for him/her. Entering generic query displays results for all matched users.Major clean up: rewrite methods for finding users and move them from UserManagementService to UserDAO.
LDEV-3660: Remove export potfolio resources: Java classes, JPS, DB entries and labels.Remove localLinkPath attribute from CSS tag as it was only used for export portfolio.
LDEV-3675: Adding date and name to the rating comment entry retrieved if only one item retrieved, so that it returns the same values if called to get more than one item.
LDEV-3675: Adding date and name to the rating comment entry retrieved if only one item retrieved, so that it returns the same values if called to get more than one item.
LDEV-3661: Remove Aspirin library. Emails will be send using the configured SMTP server.Simplify Event Notifications - remove unnecessary methods, internal Event pool, extra threads.