lams_admin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3315, LDEV-3367: Refactor SecurityService methods. Improve security in several places.

  1. … 16 more files in changeset.
LDEV-3369: remove base url from the tiles template

LDEV-3369: remove base url from the tiles template

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 tiles-config.dtd version used.

LAMS is shipped with tiles 1.1 version (included in struts). Fix tiles configuration to use tiles-config-1_1.dtd. This was another resource, that was loaded from internet during Wildfly startup (since used dtd version was not present in struts.jar).

It should be now possible to start Wildfly with LAMS without internet connection.

  1. … 18 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-3319: Synchronize patch execution with an external monitor. Modules in WildFly can be loaded in parallel. AutoPatch is not ready for this as it uses static methods with unsynchronized collections. Each AutoPatchService instance should be run sequentially.

  1. … 32 more files in changeset.
LDEV-3322: adding id tags

    • -14
    • +6
    ./web/toolcontent/toolcontentlist.jsp
LDEV-3322: adding id tags

    • -14
    • +6
    ./web/toolcontent/toolcontentlist.jsp
LDEV-3322: adding id tags

LDEV-3322: adding id tags

LDEV-3322: adding id tags

LDEV-3322: adding id tags

LDEV-3322: adding id tags

LDEV-3322: adding id tags

  1. … 1 more file in changeset.
LDEV-3322: adding id tags

LDEV-3322: adding id tags

LDEV-3322: adding id tags

LDEV-3322: adding id tags

LDEV-3322: adding id tags

LDEV-3317: adjusting ids and names to comply with testing

LDEV-3317: adjusting ids and names to comply with testing

LDEV-3317: change page layout

LDEV-3317: change page layout

LDEV-3269: Put back XLS templates as they can still be useful.

    • binary
    ./web/file/lams_groups_template.xls
LDEV-3269: Put back XLS templates as they can still be useful.

    • binary
    ./web/file/lams_groups_template.xls
    • binary
    ./web/file/lams_roles_template.xls
    • binary
    ./web/file/lams_users_template.xls
LDEV-3315: Clean up roles and paths to secured resources in all modules. Remove AUTHOR ADMIN role.

  1. … 58 more files in changeset.
LDEV-3315: Remove AUTHOR ADMIN role. Allow AUTHOR role to preview lessons. Allow MONITOR role to edit activities and run Live Edit.

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

  1. … 38 more files in changeset.
LDEV-3303 CKEditor should respect height parameter overriden by editor instance

  1. … 36 more files in changeset.