Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 2120 more files in changeset.
LDEV-3638: Remove lesson and all its resources on demand. Files in content repository stay. Clean up unnecessary code, format.

  1. … 48 more files in changeset.
LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport usage in set of LAMS DAO types from lams_common

  1. … 14 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: 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. … 87 more files in changeset.
LDEV-2075 creting overall statistics page for admin

  1. … 6 more files in changeset.
added initialize method to force initializing a proxy of a persistent object or collection in hibernate

  1. … 1 more file in changeset.
removed some unnecessary log only

Updated address of FSF in copyright statement

  1. … 1392 more files in changeset.
implemented searchByStringProperties method in BaseDAO for user-search functionality

  1. … 3 more files in changeset.
remove DAOs that don't do much, rewrite BaseDAO, update UserManagementService(not completed yet), very messy

  1. … 54 more files in changeset.
Fixed the keywork expansion

  1. … 3 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Missed the "version 2.0" the previous check in

  1. … 261 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Got the lines in the wrong order in the last check in.

  1. … 261 more files in changeset.
Copyright statement change - only support GPL v2, not future versions.

  1. … 261 more files in changeset.
Changed learning design activities and transition collections to use all-delete-orphan cascade management. This will ensure that the secondary records are created and removed as required.

This required fixing code that trigger cascade problems and also highlighted some session problems with the learner cache created by Jacky.

  1. … 38 more files in changeset.
Moved the IBaseDAO and BaseDAO classes to their own packages and out of learning design. This interface and class may be used as the basis for any Hibernate DAO in the system - it isn't compulsory but it is a handy way of getting functionality. If we are going to be using it all over the place, having the classes in the learning design package is not a good idea.

  1. … 24 more files in changeset.