• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3292: When looking for an unique LD title to create a lesson, search for LDs with given prefix instead taking all from given workspace folder.

  1. … 2 more files in changeset.
LDEV-3275: Make LAMS Session JAR a part of EAR instead of WildFly module as it uses other LAMS classes.

  1. … 1 more file in changeset.
LDEV-3293: Further remove LAMS custom cache management.

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. … 1 more file 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. … 1 more file in changeset.
LDEV-3293: Use Hibernate 4 cache. Remove unused cache management from lams_admin.

  1. … 906 more files in changeset.
LDEV-3275: Remove Application Context files which seem obsolete. They have been probably used for testing.

LDEV-3275: Change call parameters as Java 8 warns about misuse of varargs.

LDEV-3293: Use Spring support for Hibernate 4 instead of 3 (session factory and filters).

Use new path for Hibernate DTDs. Make XDoclet generate hbm.xml files with the correct path by providing it a new template.

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

  1. … 69 more files in changeset.
LDEV-3293: Save or update each collection item manually as new Hibernate does not have a method for processing the whole collection anymore.

  1. … 1 more file in changeset.
LDEV-3293: Rewrite the class to use new Hibernate's tools. It can not be confirmed at the moment if it does the same.

LDEV-3293: Use the new Spring's support for Hibernate 4 instead of Hibernate 3. Switch from using HibernateDaoSupport.getSession() to its getSessionFactory().getSession(). The latter is sure to close the session automatically while a session returned by the first method should be closed manually. Theoritecally we do it in OpenSessionInViewFilter, but it may not be always the case, leading to open Hibernate session being left behind.

  1. … 73 more files in changeset.
LDEV-3293: Cast DAO methods' results to their return type.

Java 8 is more restrictive about generics. Hibernate find() methods returns List<?> and it can not be quietly cast to List<SomeClass>. Each occurence was explicitly casted and warnings about the type being unchecked were supressed.

  1. … 46 more files in changeset.
LDEV-3293: Use new Spring ApplicationContext classes.

  1. … 34 more files in changeset.
LDEV-3293: Add Spring 4.0.6 libraries and their sources. Make LAMS use them and reference Hibernate 4.3.5 embedded in WildFly 8.1.

  1. … 27 more files in changeset.
LDEV-3117 and LDEV-3115: Updating labels

LDEV-2975: Updating Greek, English, Spanish, Norwegian

LDEV-3275: Decrease version of Hibernate from 4.x (delivered to WildFly) to 3.6.10 (newer than used before, but still 3.x as otherwise Spring won't work with it).

  1. … 3092 more files in changeset.
LDEV-3275: Rename lams-ds and make it the default data source (required by JEE specification).

  1. … 3 more files in changeset.
LDEV-2463 Added new method "learnerStrictAuth" available to LoginRequest. It works the same way as "learner" but requires hash to also contain lesson id parameter.

  1. … 2 more files in changeset.
LDEV-3275: Set module dependencies.

  1. … 7 more files in changeset.
LDEV-3275: Fix deployment paths.

file session.module.xml was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./conf/module_descriptors/session.module.xml
file valve.module.xml was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./conf/module_descriptors/valve.module.xml
LDEV-3275: Deploy LAMS Session and Valve libraries as a WildFly module.

They are now referenced by EAR, but they will probably become server-wide libs.

    • -0
    • +29
    ./conf/module_descriptors/valve.module.xml
  1. … 2 more files in changeset.
LDEV-3275: Rename Ant build variable jboss.home to server.home so it is separated from the server's name.

  1. … 7 more files in changeset.
LDEV-3275: Use Apache Commons Codec version 1.3 -> 1.9 delivered with WildFly.

  1. … 9 more files in changeset.
LDEV-3275: Use Apache Commons Longing version 1.0.4 -> 1.7.4 delivered with WildFly.

  1. … 17 more files in changeset.
LDEV-3275: Use Apache Commons Lang version 2.6 delivered with WildFly.

  1. … 38 more files in changeset.