Quick Search:

jump to detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 3230 2

latest revision download trunk

3230 annotated / raw | Diffs: previous, other | Lines: 162 ( +7, -0 )

Created: 2008-11-03 12:50:38 +0100 (18 days ago) | Author: flx | Changeset: 3230

Always order by positionProperty if set.

Properties

 svn:executable = *

3228 annotated / raw | Diffs: previous, other | Lines: 155 ( +2, -1 )

Created: 2008-10-31 15:36:38 +0100 (21 days ago) | Author: flx | Changeset: 3228

Item commands are no longer displayed in each list row, instead they are now rendered in a box on the right side.

Properties

 svn:executable = *

3138 annotated / raw | Diffs: previous, other | Lines: 154 ( +1, -2 )

Created: 2008-09-09 21:28:02 +0200 (2 months 12 days ago) | Author: flx | Changeset: 3138

Removed duplicate imports and fixed deprecation warnings

Properties

 svn:executable = *

3073 annotated / raw | Diffs: previous, other | Lines: 155 ( +3, -3 )

Created: 2008-08-29 16:00:29 +0200 (2 months 23 days ago) | Author: flx | Changeset: 3073

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.

Properties

 svn:executable = *

3015 annotated / raw | Diffs: previous, other | Lines: 155 ( +24, -137 )

Created: 2008-08-25 18:24:29 +0200 (2 months 27 days ago) | Author: flx | Changeset: 3015

Factored out the AbstractHqlDao

Properties

 svn:executable = *

2981 annotated / raw | Diffs: previous, other | Lines: 268 ( +2, -1 )

Created: 2008-08-21 19:51:51 +0200 (3 months ago) | Author: jfl | Changeset: 2981

Fixed swap item on paged lists

Properties

 svn:executable = *

2979 annotated / raw | Diffs: previous, other | Lines: 267 ( +3, -1 )

Created: 2008-08-21 17:25:54 +0200 (3 months ago) | Author: jfl | Changeset: 2979

Added entity class to query by example

Properties

 svn:executable = *

2800 annotated / raw | Diffs: previous, other | Lines: 265 ( +1, -1 )

Created: 2008-08-04 17:34:05 +0200 (3 months 17 days ago) | Author: flx | Changeset: 2800

Removed static Log references

Properties

 svn:executable = *

2755 annotated / raw | Diffs: previous, other | Lines: 265 ( +1, -0 )

Created: 2008-07-29 19:13:17 +0200 (3 months 23 days ago) | Author: jfl | Changeset: 2755

Fixed set position property

Properties

 svn:executable = *

2614 annotated / raw | Diffs: previous, other | Lines: 264 ( +25, -74 )

Created: 2008-07-09 11:48:04 +0200 (4 months 13 days ago) | Author: flx | Changeset: 2614

The HQL RiotDao implementations now share a common superclass

Properties

 svn:executable = *

2548 annotated / raw | Diffs: previous, other | Lines: 313 ( +2, -5 )

Created: 2008-06-26 12:50:31 +0200 (4 months 26 days ago) | Author: flx | Changeset: 2548

Replaced calls to Session.update() with Session.merge() to ease future migration to JPA.

Properties

 svn:executable = *

2446 annotated / raw | Diffs: previous, other | Lines: 316 ( +8, -8 )

Created: 2008-06-10 20:04:29 +0200 (5 months 11 days ago) | Author: flx | Changeset: 2446

Added more Java 5 generic parameter types

Properties

 svn:executable = *

2122 annotated / raw | Diffs: previous, other | Lines: 316 ( +4, -1 )

Created: 2008-02-26 16:51:02 +0100 (8 months ago) | Author: flx | Changeset: 2122

IMPORTANT: Added the reattach(Object) method to the RiotDao interface. This method is invoked before a previously loaded object is modified. Implementors that use session-based persistence (like Hibernate or JPA) can use this method to re-associate detached objects.

Branch point for: riotfamily-release-7-0-bugfixes riotfamily-release-7-features

Tags: riotfamily-release-7-0

Properties

 svn:executable = *

2070 annotated / raw | Diffs: previous, other | Lines: 313 ( +3, -9 )

Created: 2008-02-20 18:16:54 +0100 (9 months ago) | Author: flx | Changeset: 2070

Removed a deprecated method and changed the log-level from info debug.

Properties

 svn:executable = *

1608 annotated / raw | Diffs: previous, other | Lines: 319 ( +39, -0 )

Created: 2007-10-30 11:57:17 +0100 (12 months ago) | Author: alf | Changeset: 1608

Calculate position property on save or paste.

Branch point for: riotfamily-release-6-5-bugfixes

Tags: riotfamily-release-6-5

Properties

 svn:executable = *

1139 annotated / raw | Diffs: previous, other | Lines: 280 ( +45, -45 )

Created: 2007-06-15 20:17:10 +0200 (17 months ago) | Author: flx | Changeset: 1139

Removed some final modifiers to allow CGLib proxying.

Tags: riotfamily-release-6-5-beta1

Properties

 svn:executable = *

831 annotated / raw | Diffs: previous, other | Lines: 280 ( +1, -1 )

Created: 2007-04-16 20:27:57 +0200 (19 months ago) | Author: flx | Changeset: 831

Moved some utility classes from the common util package to other packages (that make more sense).

Properties

 svn:executable = *

706 annotated / raw | Diffs: previous, other | Lines: 280 ( +2, -1 )

Created: 2007-03-16 20:06:37 +0100 (20 months ago) | Author: flx | Changeset: 706

Added the SortableDao marker interface.

Properties

 svn:executable = *

583 annotated / raw | Diffs: previous, other | Lines: 279 ( +5, -7 )

Created: 2007-02-20 20:33:38 +0100 (21 months ago) | Author: flx | Changeset: 583

The idProperty does no longer need to be set. The identifier is now obtained via the Hibernate meta data API.

Branch point for: riotfamily-release-6-4-bugfixes

Tags: riotfamily-release-6-4-rc2 riotfamily-release-6-4-rc3 riotfamily-release-6-4

Properties

 svn:executable = *

581 annotated / raw | Diffs: previous, other | Lines: 281 ( +11, -2 )

Created: 2007-02-20 19:02:46 +0100 (21 months ago) | Author: flx | Changeset: 581

The HqlDao now supports queries by example that include collections.

Properties

 svn:executable = *

564 annotated / raw | Diffs: previous, other | Lines: 272 ( +1, -1 )

Created: 2007-02-16 20:28:26 +0100 (21 months ago) | Author: flx | Changeset: 564

Javadocs updated and email adresses converted [ ... at ... dot ...] to fight spam.

Properties

 svn:executable = *

392 annotated / raw | Diffs: previous, other | Lines: 272 ( +9, -2 )

Created: 2007-01-11 19:33:51 +0100 (22 months ago) | Author: flx | Changeset: 392

Added support for filter-beans that implement java.util.Map (requires Hibernate 3.2.1).

Tags: riotfamily-release-6-4-rc1

Properties

 svn:executable = *

388 annotated / raw | Diffs: previous, other | Lines: 265 ( +2, -1 )

Created: 2007-01-11 17:39:19 +0100 (22 months ago) | Author: flx | Changeset: 388

HqlDao now supports searches containing '*' characters which are replaced by a '%' char.

Properties

 svn:executable = *

381 annotated / raw | Diffs: previous, other | Lines: 264 ( +36, -22 )

Created: 2007-01-10 19:39:37 +0100 (22 months ago) | Author: flx | Changeset: 381

Lists now support generic full-text search.

Properties

 svn:executable = *

331 annotated / raw | Diffs: previous, other | Lines: 250 ( +7, -7 )

Created: 2007-01-03 19:28:58 +0100 (22 months ago) | Author: flx | Changeset: 331

Removed getParentId() from the ListParams interface.

Properties

 svn:executable = *

301 annotated / raw | Diffs: previous, other | Lines: 250 ( +8, -7 )

Created: 2006-12-20 20:10:52 +0100 (23 months ago) | Author: flx | Changeset: 301

The where-clause is now automatically generated if a filter-form is set and no custom where-clause is specified (Query by example).

Properties

 svn:executable = *

121 annotated / raw | Diffs: previous, other | Lines: 249 ( +23, -0 )

Created: 2006-10-27 17:21:27 +0200 (2 years ago) | Author: flx | Changeset: 121

MPL license header added to java source files.

Tags: riotfamily-release-6-3-rc2 riotfamily-release-6-3-rc3 riotfamily-release-6-3

Properties

 svn:executable = *

58 annotated / raw | Diffs: previous, other | Lines: 226 ( +16, -48 )

Created: 2006-10-12 12:13:25 +0200 (2 years 1 month ago) | Author: flx | Changeset: 58

Fixed an issue with some JDBC drivers. The HqlParentChildDao used the following query so far: (:parent is null and this.parent is null) or (:parent is not null and this.parent = :parent). This caused the Postgresql 8.1driver to throw an exception when :parent was null (can't compare bigint to bytea).

Tags: riotfamily-release-6-3-rc1

Properties

 svn:executable = *

2 new annotated / raw | Lines: 258 ( +258, -0 )

Created: 2006-09-27 15:47:36 +0200 (2 years 1 month ago) | Author: flx | Changeset: 2

Initial import

Properties

 svn:executable = *

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 2008-11-22 04:37 +0100