Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

3302 by flx on 09 December 2008, 14:53:14 +0100 (28 days ago) Added the ValueCallback interface

./MapWrapper.java 3302 history download (+6 -0) diffs

./ValueWrapper.java 3302 history download (+4 -0) diffs

./ListWrapper.java 3302 history download (+6 -0) diffs

./ValueCallback.java 3302 history download (+30) new

./ComponentListWrapper.java 3302 history download (+6 -0) diffs

… 1 more file in changeset.
3255 by flx on 11 November 2008, 17:31:39 +0100 (55 days ago) Fix: The NumberWrapper is registered for java.lang.Object rather than java.lang.Number

./HibernateWrapperFactory.java 3255 history download (+4 -5) diffs

… 1 more file in changeset.
3226 by flx on 31 October 2008, 15:31:38 +0100 (2 months 6 days ago) The NumberWrapper now uses the ImmutableAnyType

./NumberWrapper.java 3226 history download (+13 -28) diffs

3225 by flx on 31 October 2008, 15:31:07 +0100 (2 months 6 days ago) Removed the obsolete getCacheTags() method

./MapWrapper.java 3225 history download (+0 -20) diffs

./ValueWrapper.java 3225 history download (+0 -11) diffs

./ListWrapper.java 3225 history download (+0 -18) diffs

… 2 more files in changeset.
3145 by flx on 11 September 2008, 11:39:30 +0200 (3 months 25 days ago) The EntityWrapper now uses a custom Hibernate type to avoid ObjectNotFoundExceptions

./EntityWrapper.java 3145 history download (+20 -7) diffs

… 1 more file in changeset.
3138 by flx on 09 September 2008, 21:28:02 +0200 (3 months 26 days ago) Removed duplicate imports and fixed deprecation warnings

./MapWrapper.java 3138 history download (+2 -2) diffs

./HibernateWrapperFactory.java 3138 history download (+0 -1) diffs

… 75 more files in changeset.
3094 by flx on 01 September 2008, 15:16:47 +0200 (4 months 5 days ago) Added @Fetch(SELECT)

./RiotFileWrapper.java 3094 history download (+4 -2) diffs

… 1 more file in changeset.
3087 by flx on 31 August 2008, 17:48:16 +0200 (4 months 5 days ago) Fix: Use @MapKey instead of @IndexColumn for maps

./MapWrapper.java 3087 history download (+3 -1) diffs

./ListWrapper.java 3087 history download (+2 -0) diffs

… 1 more file in changeset.
3073 by flx on 29 August 2008, 16:00:29 +0200 (4 months 8 days ago) All classes now use the new RiotLog instead of Commons Logging. RiotLog supports logging with varargs and allows us to easily switch to another logging framework in future.

./HibernateWrapperFactory.java 3073 history download (+3 -3) diffs

… 89 more files in changeset.
3025 by jfl on 26 August 2008, 13:14:23 +0200 (4 months 11 days ago) Changed FetchType to EAGER

./RiotFileWrapper.java 3025 history download (+1 -1) diffs

3009 by flx on 25 August 2008, 13:51:09 +0200 (4 months 12 days ago) Adjusted the FetchType settings

./EntityWrapper.java 3009 history download (+2 -1) diffs

./RiotFileWrapper.java 3009 history download (+2 -1) diffs

… 5 more files in changeset.
2883 by flx on 13 August 2008, 17:44:42 +0200 (4 months 23 days ago) Added @SuppressWarnings("unchecked")

./HibernateWrapperFactory.java 2883 history download (+1 -0) diffs

2726 by flx on 24 July 2008, 17:23:30 +0200 (5 months 13 days ago) Don't delete cascades

./RiotFileWrapper.java 2726 history download (+1 -1) diffs

2711 by flx on 23 July 2008, 18:47:24 +0200 (5 months 13 days ago) (1) Simplified the media module (2) Added hooks for transparent CacheItem tagging and invalidation

./RiotFileWrapper.java 2711 history download (+1 -1) diffs

… 34 more files in changeset.
2659 by flx on 17 July 2008, 13:50:27 +0200 (5 months 20 days ago) Modified the list and map editors so that they work when Session.merge() is used.

./MapWrapper.java 2659 history download (+21 -0) diffs

./ValueWrapper.java 2659 history download (+8 -4) diffs

./ListWrapper.java 2659 history download (+21 -1) diffs

… 8 more files in changeset.
2658 by flx on 16 July 2008, 21:01:58 +0200 (5 months 20 days ago) Converted all static log variables to instance members

./HibernateWrapperFactory.java 2658 history download (+1 -1) diffs

… 34 more files in changeset.
2617 by flx on 10 July 2008, 11:15:50 +0200 (5 months 27 days ago) The Riot entities now use Hibernate cascade annotations instead of (plain JPA) so that applications can continue using Session.saveOrUpdate().

./MapWrapper.java 2617 history download (+3 -4) diffs

./EntityWrapper.java 2617 history download (+3 -0) diffs

./ListWrapper.java 2617 history download (+3 -4) diffs

./ComponentListWrapper.java 2617 history download (+3 -3) diffs

./RiotFileWrapper.java 2617 history download (+3 -3) diffs

… 7 more files in changeset.
2517 by ybl on 19 June 2008, 15:56:39 +0200 (6 months ago) Changed from Java 1.4 to 5

./MapWrapper.java 2517 history download (+12 -11) diffs

… 57 more files in changeset.
2510 by jfl on 18 June 2008, 19:14:42 +0200 (6 months ago) Added Annotations

./RiotFileWrapper.java 2510 history download (+4 -1) diffs

2506 by flx on 18 June 2008, 16:56:58 +0200 (6 months ago) Added annotations to enable the Hibernate second level cache

./MapWrapper.java 2506 history download (+3 -0) diffs

./ValueWrapper.java 2506 history download (+4 -0) diffs

./ListWrapper.java 2506 history download (+3 -0) diffs

… 8 more files in changeset.
2486 by flx on 17 June 2008, 17:03:01 +0200 (6 months ago) Dropped the support for user notifications and moved the job package to a separate module. Transaction demarcation is now annotation-driven.

./StringWrapper.java 2486 history download (+3 -0) diffs

… 137 more files in changeset.
2483 by flx on 17 June 2008, 14:55:53 +0200 (6 months ago) Added a missing cascade

./ComponentListWrapper.java 2483 history download (+4 -1) diffs

2479 by flx on 16 June 2008, 14:20:00 +0200 (6 months ago) The components, pages and media modules now use Hibernate annotations.

./DateWrapper.java 2479 history download (+16 -12) diffs

./StringWrapper.java 2479 history download (+16 -12) diffs

./ValueWrapperService.java 2479 history download (+4 -4) diffs

./BuiltInWrapperFactory.java 2479 history deleted

./HibernateWrapperFactory.java 2479 history download (+12 -18) diffs

… 36 more files in changeset.
2447 by flx on 11 June 2008, 12:42:52 +0200 (6 months ago) Added a generic ValueWrapper that stores references to custom entities via an Hibernate any-mapping. The primary key type of the entity must be a long.

./EntityWrapper.java 2447 history download (+24) new

… 1 more file in changeset.
2445 by flx on 10 June 2008, 19:03:52 +0200 (6 months ago) More Riot 8.0 updates ...

./HibernateWrapperFactory.java 2445 history download (+22 -19) diffs

… 31 more files in changeset.
2437 by flx on 06 June 2008, 16:42:54 +0200 (7 months ago) Added more Java 5 generics ...

./ListWrapper.java 2437 history download (+12 -18) diffs

… 26 more files in changeset.
2435 by flx on 06 June 2008, 15:26:41 +0200 (7 months ago) Major refactoring for Riot 8.0. ComponentLists are now stored in a ContentContainer/PageProperties object so that the ComponentListLocator interface is no longer needed. Several classes have been modi…

./ValueWrapper.java 2435 history download (+1 -1) diffs

./ComponentListWrapper.java 2435 history download (+26) new

./HibernateWrapperFactory.java 2435 history download (+1 -1) diffs

… 134 more files in changeset.
1965 by flx on 28 January 2008, 13:32:32 +0100 (11 months ago) Added JavaDoc comments.

./ValueWrapper.java 1965 history download (+31 -0) diffs

1945 by flx on 25 January 2008, 13:24:37 +0100 (11 months ago) Multi-select finally work in content forms.

./ListWrapper.java 1945 history download (+2 -2) diffs

… 9 more files in changeset.
1939 by flx on 24 January 2008, 16:20:45 +0100 (11 months ago) Renamed the "pos" column to "list_pos" and removed the generic EntityReferenceWrapper.

./EntityReferenceWrapper.java 1939 history deleted

… 1 more file in changeset.
earlier earlier | later later
FishEye: Open Source License registered to Riot.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.2 Build:build-298 2008-05-26 ) - Administration - Page generated 2009-01-06 16:38 +0100