Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Revert some unnecessary package name changes

  1. … 464 more files in changeset.
LDEV-5440 Refactor packages of imported classes

  1. … 481 more files in changeset.
LDEV-5440 Rewrite config files and library references

  1. … 954 more files in changeset.
LDEV-5248, LDEV-4411 Mark some queries as cacheable

Query cache makes sense if tables which the query reference does not

change often. Each modification to table content invalidates the given

query's cache. Also each set of query parameters is a different cache

entry, so if there are various parameter values the cache overhead can

generate more load than benefit.

  1. … 96 more files in changeset.
LDEV-4696 Rewrite part of Common entities to Hibernate annotations

  1. … 25 more files in changeset.
LDEV-4293: Add Ant build which prepares LAMS cluster test environment. ThemeDTO needs to be serializable in order to put it into a shared session.

  1. … 3 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 1067 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 776 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -116
    • +124
    ./service/IThemeService.java
  1. … 2113 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 1854 more files in changeset.
LDEV-3674: Remove multiple Flash elements: Authoring, icons, themes, i18n files, WDDX libraries and classes, methods, servlets etc. Rename/rewrite methods for Flashless use.

    • -0
    • +47
    ./dao/IThemeDAO.java
    • -103
    • +0
    ./dao/hibernate/CSSThemeDAO.java
    • -0
    • +97
    ./dao/hibernate/ThemeDAO.java
  1. … 411 more files in changeset.
LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport usage in set of LAMS DAO types from lams_common

    • -12
    • +13
    ./dao/hibernate/CSSThemeDAO.java
  1. … 13 more files 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-2926 * removed XDoclet tags from Java classes that generate them improperly and thus already possess static .hbm.xml files. * removed static .hbm.xml files in cases when they can be produced using Xdoclet information

  1. … 50 more files in changeset.
LDEV-2420 Fixing it so you can edit user theme in sysadmin areas

  1. … 1 more file in changeset.
LDEV-2420 Removing uneccessary data structures and tables from the db, as well as implementing the same theme settings for flash themes

    • -45
    • +59
    ./dao/hibernate/CSSThemeDAO.java
  1. … 37 more files in changeset.
LDEV-2420 Adding functionality to add new themes to the database. All that is left now is to remove the defunct tables that are not used

  1. … 19 more files in changeset.
Fixing format of file

    • -197
    • +202
    ./service/ThemeService.java
LDEV-1131: If the user is using a custom stylesheet, export portfolio wasn't copying the images directory for the stylesheet. Changed the export so it now copies the theme's special images (using the new image_directory column in the theme) as well as the default images.

  1. … 11 more files in changeset.
LDEV-1115: Moving FlashMessage to a local variable, so to make the code more robust.

  1. … 1 more file in changeset.
Updated address of FSF in copyright statement

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

  1. … 53 more files in changeset.
Tweaking to reduce the number of times the User object is retrieved from the database.

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

  1. … 249 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. … 249 more files in changeset.
Copyright statement change - only support GPL v2, not future versions.

  1. … 249 more files in changeset.
Updated for increased exception handling in setTheme method.

  1. … 1 more file in changeset.
Renamed exception class.

    • -56
    • +0
    ./exception/NoSuchThemeException.java
    • -0
    • +56
    ./exception/ThemeException.java
Updated setTheme method to handle setting html and/or flash theme.

  1. … 1 more file in changeset.
Removed users set