lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3349: Fix processing bug so the LD can get to validator.

LDEV-3350: Fix missing label and conditions processing for condition gate.

LDEV-3315: Add utility methods for security. Use the new SecurityService in several places.

LDEV-3353: Hide the button.

LDEV-3328: Adding all activities as constants

LDEV-3328: Adding instructor and learner choice branching

LDEV-3328: general refactoring and including drawBranchingFromActivity

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. … 63 more files in changeset.
LDEV-3322: changing branching label to work better with functional testing

LDEV-3322: changing branching label to work better with functional testing

LDEV-3328: Including delete activity and branching

LDEV-3328: Including delete activity in canvas

LDEV-3328: Branching tests

- Set group based branching

- Set learner's choice branching

- Set instructor's choice branching

- Set learner's output branching

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.

    • -2
    • +2
    /lams_admin/web/WEB-INF/tiles-defs.xml
    • -2
    • +2
    /lams_central/web/WEB-INF/tiles-defs.xml
    • -2
    • +2
    /lams_learning/web/WEB-INF/tiles-defs.xml
    • -2
    • +2
    /lams_tool_bbb/web/WEB-INF/tiles-defs.xml
    • -2
    • +2
    /lams_tool_nb/web/WEB-INF/tiles-defs.xml
  1. … 4 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. … 62 more files in changeset.
LDEV-3322: adding id attributes to facilitate functional testing

    • -5
    • +5
    /lams_central/web/authoring/authoring.jsp
LDEV-3322: committing missing FLA label

LDEV-3322: adding id attributes to facilitate functional testing

    • -5
    • +5
    /lams_central/web/authoring/authoring.jsp
LDEV-3322: committing missing FLA label

LDEV-3328: including the following Authoring Gate tests:

- Creates a design with a gate

- Adds title to gate

- Adds description to gate

- Sets gate type:

- permission

- synchronization

- condition

- schedule

LDEV-3330: Check if an attribute key is not NULL beforing looking it up in the session.

WildFly is more restrictive when it comes to session attributes management. It does not allow looking up NULL keys, while JBoss 5 returned NULL value in this case.

LDEV-3296 remove translations of the languages we don't support

    • -5
    • +0
    /lams_central/web/ckeditor/lang/en-ca.js
    • -5
    • +0
    /lams_central/web/ckeditor/lang/en-gb.js
    • -5
    • +0
    /lams_central/web/ckeditor/lang/fr-ca.js
  1. … 24 more files in changeset.
LDEV-3328: including the following Authoring tests:

- opening FLA

- create a design with 4 activities

- name and save design

- clear canvas

- reopen design

- arrange activities

- re-save design

- saveAs design

- change activity titles

- save (one click)

- Create group

- Assign group to activity

- Modify group settings

- Add design description

- Add design license

- Copy/paste activities

- Arrange design

- Save invalid design

LDEV-3275: Add missing library dependencies.

    • -1
    • +12
    /lams_build/lib/batik/batik.module.xml
    • -0
    • +112
    /lams_build/lib/jdk/jdk.module.xml
    • -1
    • +2
    /lams_build/lib/struts/struts.module.xml
    • -2
    • +11
    /lams_build/lib/wddx/wddx.module.xml
LDEV-3328: adding tests for LAMS Authoring (FLA) using Page object model and pagefactory pattern

    • -0
    • +227
    /lams_tests/tests/org/lamsfoundation/lams/author/AuthorTests.java
LDEV-3327: delay first execution of ResendMessagesJob

Start first ResendMessagesJob execution 2 minutes after class is loaded. EventNotificationService is usually initialized together with Wildfly environment and 2 minutes are given to WIldfly to initialize properly.

LDEV-3322: adding tags to facilitate functional testing

    • -24
    • +25
    /lams_central/web/authoring/authoring.jsp
LDEV-3322: adding tags to facilitate functional testing

    • -24
    • +25
    /lams_central/web/authoring/authoring.jsp
LDEV-3275: Set default log level to DEBUG for LAMS classes.

LDEV-3293: fix hibernate dtd declarations. Change 'hibernate.org' to 'www.hibernate.org'.

In order for hibernate DTDEntityResolver not to load hibernate-mapping-3.0.dtd from internet (and use local one), namespace declaration of dtd must exactly match the namespace declared in DTDEntityResolver class.

    • -1
    • +1
    /lams_build/conf/xdoclet-hibernate-template.xml
  1. … 79 more files in changeset.