lams_monitoring

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 75 more files in changeset.
LDEV-3315: Add security service and use it in vital entry points.

  1. … 12 more files in changeset.
LDEV-3278: Fix missing activity coordinates, not set by Flash Authoring.

    • -0
    • +8
    ./web/includes/javascript/monitorLesson.js
LDEV-3315: Clean up roles and paths to secured resources in all modules.

Remove AUTHOR ADMIN role.

  1. … 71 more files in changeset.
LDEV-3278: Fix missing activity coordinates, not set by Flash Authoring.

    • -0
    • +8
    ./web/includes/javascript/monitorLesson.js
LDEV-3315: Remove AUTHOR ADMIN role.

Allow AUTHOR role to preview lessons.

Allow MONITOR role to edit activities and run Live Edit.

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

  1. … 37 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-3303 CKEditor should respect height parameter overriden by editor instance

  1. … 36 more files in changeset.
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-3284 fix If any user in a class has NULL first or last name it's impossible to Edit class in monitor

    • -0
    • +4
    ./web/includes/javascript/monitorLesson.js
LDEV-3275: Declare DTD for Tiles definitions as WildFly is strict when it comes to XML validation.

  1. … 18 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-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-3303 CKEditor should respect height parameter overriden by editor instance

  1. … 37 more files in changeset.
LDEV-3293: Rewrite Application Context configuration files for Spring 4.

  1. … 77 more files in changeset.
LDEV-3207: adding labels

LDEV-3225: adding labels

LDEV-3289: adding labels

LDEV-2975 Updating Greek, Norwegian

LDEV-3289 Audit log when moving students backwards/forwards in monitor

* Moved all public methods' comments to interface

LDEV-3293: Use new Spring ApplicationContext classes.

  1. … 34 more files in changeset.
LDEV-3284 fix If any user in a class has NULL first or last name it's impossible to Edit class in monitor

    • -0
    • +4
    ./web/includes/javascript/monitorLesson.js
LDEV-3275: Fix TLD files so they conform to XSD. Undertow is strict about it.

  1. … 34 more files in changeset.