lams_admin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
LDEV-3273 switched to the latest version of jQuery Validation Plugin

  1. … 17 more files in changeset.
LDEV-3275: Update name of the referenced data source.

  1. … 1 more file in changeset.
LDEV-3275: Remove security domain configuration files from particular WARs. The comment said they were only used when a WAR was deployed as a standalone module. When a part of the EAR, the security is controlled by application.xml file. Also, there the domain referenced in these config files is not defined anywhere, making it dead code.

  1. … 2 more files in changeset.
LDEV-3275: Declare DTD for Tiles definitions as WildFly is strict when it comes to XML validation.

  1. … 18 more files in changeset.