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 3247 2

latest revision download trunk

3247 annotated / raw | Diffs: previous, other | Lines: 58 ( +1, -1 )

Created: 2008-11-07 18:12:27 +0100 (14 days ago) | Author: cwo | Changeset: 3247

Merged from 7 bugfixes in order to allow project specific message defaults to be configured via property files in the default search locations

Properties

 svn:executable = *

3153 annotated / raw | Diffs: previous, other | Lines: 58 ( +5, -6 )

Created: 2008-09-16 12:47:38 +0200 (2 months 5 days ago) | Author: flx | Changeset: 3153

Added getName() and getEmail() to the RiotUser interface

Properties

 svn:executable = *

3137 annotated / raw | Diffs: previous, other | Lines: 59 ( +5, -1 )

Created: 2008-09-09 21:26:25 +0200 (2 months 12 days ago) | Author: flx | Changeset: 3137

Added description tags to the Spring context files.

Properties

 svn:executable = *

3036 annotated / raw | Diffs: previous, other | Lines: 55 ( +1, -9 )

Created: 2008-08-27 21:43:45 +0200 (2 months 25 days ago) | Author: flx | Changeset: 3036

Removed the hqlOptionsModel prototype which is now longer needed as models an now be auto-wired.

Properties

 svn:executable = *

2808 annotated / raw | Diffs: previous, other | Lines: 63 ( +1, -1 )

Created: 2008-08-05 18:20:33 +0200 (3 months 16 days ago) | Author: flx | Changeset: 2808

Updated schema locations to version 8.0

Properties

 svn:executable = *

2757 annotated / raw | Diffs: previous, other | Lines: 63 ( +0, -4 )

Created: 2008-07-30 12:13:21 +0200 (3 months 22 days ago) | Author: cwo | Changeset: 2757

Removed role from default hibernate Riot user

Properties

 svn:executable = *

2611 annotated / raw | Diffs: previous, other | Lines: 67 ( +2, -24 )

Created: 2008-07-09 11:46:19 +0200 (4 months 13 days ago) | Author: flx | Changeset: 2611

Removed the RiotDao prototypes

Properties

 svn:executable = *

2490 annotated / raw | Diffs: previous, other | Lines: 89 ( +1, -1 )

Created: 2008-06-17 17:58:11 +0200 (5 months 4 days ago) | Author: flx | Changeset: 2490

Added more Java 5 generic parameter types

Properties

 svn:executable = *

2486 annotated / raw | Diffs: previous, other | Lines: 89 ( +2, -30 )

Created: 2008-06-17 17:03:01 +0200 (5 months 4 days ago) | Author: flx | Changeset: 2486

Dropped the support for user notifications and moved the job package to a separate module. Transaction demarcation is now annotation-driven.

Properties

 svn:executable = *

2407 annotated / raw | Diffs: previous, other | Lines: 117 ( +3, -3 )

Created: 2008-05-14 22:32:18 +0200 (6 months ago) | Author: flx | Changeset: 2407

Merged changes from the release-7-0-bugfixes branch into trunk.

Branch point for: riotfamily-release-7-features

Properties

 svn:executable = *

1848 annotated / raw | Diffs: previous, other | Lines: 117 ( +10, -2 )

Created: 2008-01-09 18:27:02 +0100 (10 months ago) | Author: flx | Changeset: 1848

Removed the website-config folder. All config files are now located in riot-config. The form-config.xml, list-config.xml and editor-config.xml files have been renamed to forms.xml, lists.xml and editors.xml. The website-servlet and the riot-servlet now share a single MessageSource (WEB-INF/i18n/messages). All others have been removed.

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

Tags: riotfamily-release-7-0

Properties

 svn:executable = *

1830 annotated / raw | Diffs: previous, other | Lines: 109 ( +1, -1 )

Created: 2008-01-04 21:56:46 +0100 (10 months ago) | Author: flx | Changeset: 1830

Updated schema locations to version 7.0.

Properties

 svn:executable = *

1339 annotated / raw | Diffs: previous, other | Lines: 109 ( +7, -11 )

Created: 2007-08-16 11:33:23 +0200 (15 months ago) | Author: flx | Changeset: 1339

Some more refactoring of the security package. Using a custom RiotUser implementation is now much easier.

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

Tags: riotfamily-release-6-5-beta1 riotfamily-release-6-5

Properties

 svn:executable = *

1331 annotated / raw | Diffs: previous, other | Lines: 113 ( +26, -32 )

Created: 2007-08-14 15:40:41 +0200 (15 months ago) | Author: flx | Changeset: 1331

Removed the org.riotfamily.common.beans.module package. Configuration is now done using the new override namespace.

Properties

 svn:executable = *

1306 annotated / raw | Diffs: previous, other | Lines: 119 ( +8, -0 )

Created: 2007-08-08 17:00:37 +0200 (15 months ago) | Author: jfl | Changeset: 1306

Current user stored in UserHolder is now updated (or deleted) if the entity is modified or deleted

Properties

 svn:executable = *

1302 annotated / raw | Diffs: previous, other | Lines: 111 ( +11, -9 )

Created: 2007-08-07 16:17:08 +0200 (15 months ago) | Author: flx | Changeset: 1302

Replaced the FallbackFactoryBean by the new override namespace.

Properties

 svn:executable = *

1284 annotated / raw | Diffs: previous, other | Lines: 109 ( +2, -2 )

Created: 2007-08-02 16:37:19 +0200 (15 months ago) | Author: flx | Changeset: 1284

Refactored the security package:

* Introduced the RiotUser interface. AuthenticationServices must now return an object that implements this interface instead of a String.
This object is stored in the HTTP session and passed to the AuthorizationPolicy which makes it easier to use custom User implementations and policies.
* All occurrences of the word 'principal' have been replaced by 'user'.
* The AuthorizationPolicy no longer takes an EditorDefinition as argument. Instead the AccessController is asked whether the action 'use-editor' is granted.
* The PrincipalBinder interface has been removed.
* SessionData has been renamed to SessionMetaData
* Packages have been restructured to avoid cyclic dependencies.

Properties

 svn:executable = *

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

Created: 2007-07-27 18:15:20 +0200 (15 months ago) | Author: cwo | Changeset: 1268

Changed the transaction handling to not have a single transaction per request.

Properties

 svn:executable = *

1221 annotated / raw | Diffs: previous, other | Lines: 102 ( +20, -21 )

Created: 2007-07-20 20:24:01 +0200 (16 months ago) | Author: flx | Changeset: 1221

Refactored the forms module. Packages have been restructured to remove cyclic dependencies.

Properties

 svn:executable = *

1218 annotated / raw | Diffs: previous, other | Lines: 103 ( +28, -22 )

Created: 2007-07-20 19:33:47 +0200 (16 months ago) | Author: cwo | Changeset: 1218

Saving session data now happens within a transaction

Properties

 svn:executable = *

585 annotated / raw | Diffs: previous, other | Lines: 97 ( +7, -7 )

Created: 2007-02-20 20:36:51 +0100 (21 months ago) | Author: flx | Changeset: 585

The Hibernate DAO prototype beans now reference 'sessionFactory' instead of 'riotSessionFactory'. This way they will continue work when the user defines her own 'sessionFactory' in application-context.xml.

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 = *

479 annotated / raw | Diffs: previous, other | Lines: 97 ( +1, -1 )

Created: 2007-02-02 17:56:03 +0100 (21 months ago) | Author: flx | Changeset: 479

Bean 'riotTransactionManager' renamed to 'transactionManager'. The old name can still be used as alias.

Properties

 svn:executable = *

217 annotated / raw | Diffs: previous, other | Lines: 97 ( +10, -10 )

Created: 2006-11-23 18:03:26 +0100 (23 months ago) | Author: flx | Changeset: 217

Riot now uses 'riotSessionFactory' and 'riotTransactionManager' instead of 'sessionFactory' and 'transactionManager' beans. Additionally Revolt is now used to create (and evolve) the DB schema.

Tags: riotfamily-release-6-4-rc1

Properties

 svn:executable = *

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

Created: 2006-11-03 21:01:21 +0100 (2 years ago) | Author: flx | Changeset: 131

List and form for default user implementation is now provided by the riot-hibernate module.

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

Properties

 svn:executable = *

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

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

Initial import

Tags: riotfamily-release-6-3-rc1

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:48 +0100