Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3332: revert spring-beans schema declaration in application context xml files. export spring meta-inf in jboss-deployment-structure.xml

It is way more elegant approach to fix an issue with spring-beans.xsd loading from internet.

  1. … 77 more files in changeset.
LDEV-3332: fix spring contexts declaration to find spring-beans-4.0.xsd locally at classpath.

Having spring module defined as a set of spring jars (as we do have in Wildfly), it is impossible for spring to resolve xsd schema mapping file 'spring.schemas' correctly. With set of jars, we have 5 instances of this file (with different content) under the same path 'META-INF/spring.schemas'. This ended up in spring not beeing able to map spring-beans-4.0.xsd URL path to local resource location. Finally, this xsd was loaded from internet - and that significantly slowed Wildfly startup.

With this fix LAMS is way (depends on internet connection) faster to start.

  1. … 76 more files in changeset.
LDEV-3315: Add security service and use it in vital entry points.

  1. … 12 more files in changeset.
LDEV-3315: Clean up roles and paths to secured resources in all modules. Remove AUTHOR ADMIN role.

  1. … 72 more files in changeset.
LDEV-3315: Clean up roles and paths to secured resources in all modules.

  1. … 38 more files in changeset.
LDEV-3308: Before casting get real activity object instead of proxies.

LDEV-3308: Before casting get real activity object instead of proxies.

LDEV-3308: Before casting get real ComplexActivity objects instead of proxies.

LDEV-3308: Before casting get real ComplexActivity objects instead of proxies.

LDEV-3292: Fix a bug preventing learners from being added to lesson correctly.

LDEV-3289 Audit log when moving students backwards/forwards in monitor * Moved all public methods' comments to interface

LDEV-3292: Improve Add Lesson dialog response time: Fetch all users and filter them afterwards instead of fetchin one by one. Make some collections lazy or extra-lazy.

  1. … 8 more files in changeset.
LDEV-3292: Improve Add Lesson dialog response time: Fetch all users and filter them afterwards instead of fetchin one by one. Make some collections lazy or extra-lazy.

  1. … 8 more files in changeset.
LDEV-3294: De-proxy an activity so the real instance can be later used in code.

LDEV-3294: De-proxy an activity so the real instance can be later used in code.

LDEV-3293: Rewrite Application Context configuration files for Spring 4.

  1. … 78 more files in changeset.
LDEV-3289 Audit log when moving students backwards/forwards in monitor * Moved all public methods' comments to interface

Fix child activity coordinates for Parallel activities. (merge to lams_head_wildfly)

LDEV-3282: Fix child activity coordinates for Parallel activities.

LDEV-3278: Detect when activity is branching and show its contents in Flashless Monitor. (merge to lams_head_wildfly)

  1. … 1 more file in changeset.
LDEV-3278: Detect when activity is branching and show its contents in Flashless Monitor.

  1. … 1 more file in changeset.
LDEV-3115: Use new FLA SVG images in Monitoring.

  1. … 19 more files in changeset.
LDEV-3225: Remove unused colums for tool contribution and moderation.

  1. … 42 more files in changeset.
LDEV-3225: Remove grouping from contribution list if all learners were assigned to groups and can not move anymore. Remove chosen branching from contribution list (Sequence tab only) if all learners were assigned to branches. Fix bugs for Organisation Groups and Flashless Monitoring.

  1. … 5 more files in changeset.
LDEV-3225: Add better contribution management in Monitoring.

  1. … 38 more files in changeset.
LDEV-3208: Validate sequence, activity and lesson names. Escape user name in Monitoring properly.

  1. … 9 more files in changeset.
LDEV-3207: Remove unused columns for setting absolute open & close gate times.

  1. … 9 more files in changeset.
LDEV-3207: Add Preview button. Move title and description to the top bar.

  1. … 9 more files in changeset.
LDEV-3207: Add support for Schedule Gate based on activity completion. Fix bugs in Flashless Authoring LD save.

  1. … 24 more files in changeset.
LDEV-2463: escape HTML to prevent possible XSS attacks

  1. … 1 more file in changeset.