Quick Search:

View 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 3175 1018

latest revision download trunk

3175 deleted | Diffs: previous, other | Lines: 0 ( +0, -197 )

Created: 2008-11-20 11:59:13 -0800 (48 days ago) | Author: mraible | Changeset: 3175

APF-1105: Changed to use Spring annotations (@Repository, @Service and @Autowired) in service and data modules. Read more at http://raibledesigns.com/rd/entry/moving_from_spring_s_xml.

3132 annotated / raw | Diffs: previous, other | Lines: 197 ( +54, -26 )

Created: 2008-05-04 22:35:25 -0700 (8 months ago) | Author: mraible | Changeset: 3132

Moved to: trunk/service/src/test/java/org/appfuse/service/impl/UserSecurityAdviceTest.java 3175

APF-943: Upgraded jMock to 2.4.0

Branch point for: tag:APPFUSE_2.0.2 webflow

Tags: APPFUSE_2.0.2

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

3089 annotated / raw | Diffs: previous, other | Lines: 169 ( +6, -6 )

Created: 2008-04-17 01:58:23 -0700 (8 months ago) | Author: mraible | Changeset: 3089

APF-1050: Upgraded to Spring Security 2.0.0 (http://raibledesigns.com/rd/entry/upgrading_to_spring_security_2)

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

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

Created: 2007-08-13 21:43:32 -0700 (16 months ago) | Author: mraible | Changeset: 2832

APF-750: Removed .verify() calls in jMock tests that extend MockObjectTestCase.

Branch point for: tag:APPFUSE_2.0

Tags: APPFUSE_2.0_RC1 APPFUSE_2.0 APPFUSE_2.0.1

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

2784 annotated / raw | Diffs: previous, other | Lines: 173 ( +32, -14 )

Created: 2007-06-06 13:57:51 -0700 (19 months ago) | Author: mraible | Changeset: 2784

APF-805: User should be able to change their username. Fixed by changing UserSecurityAdvice to compare on user's id instead of username.

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

2643 annotated / raw | Diffs: previous, other | Lines: 155 ( +7, -7 )

Created: 2007-04-20 06:25:14 -0700 (20 months ago) | Author: mraible | Changeset: 2643

APF-734: Changed role names to follow Acegi Security conventions: user -> ROLE_USER and admin -> ROLE_ADMIN

Branch point for: dojo-integration tag:APPFUSE_2.0_M5

Tags: APPFUSE_2.0_M5

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

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

Created: 2007-04-10 04:27:57 -0700 (20 months ago) | Author: mraible | Changeset: 2636

APF-725: Added @SuppressWarnings(unchecked) where appropriate and cleaned up unused imports

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

2603 annotated / raw | Diffs: previous, other | Lines: 156 ( +7, -7 )

Created: 2007-03-28 09:50:31 -0700 (21 months ago) | Author: bnoll | Changeset: 2603

fix for APF-695

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

2559 annotated / raw | Diffs: previous, other | Lines: 156 ( +0, -24 )

Created: 2007-03-07 00:52:44 -0800 (22 months ago) | Author: mraible | Changeset: 2559

APF-422: Removed userCache for Acegi - instead delegating to 2nd-level cache from underlying persistence framework. This changed is based on advice obtained on Acegi's forums: http://forum.springframework.org/showthread.php?t=19815.

Branch point for: tag:APPFUSE_2.0_M4

Tags: APPFUSE_2.0_M4

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

1956 annotated / raw | Diffs: previous, other | Lines: 180 ( +3, -3 )

Created: 2006-10-31 20:50:19 -0800 (2 years 2 months ago) | Author: mraible | Changeset: 1956

APF-424 and APF-425: Created Generic DAOs for Hibernate and iBATIS that use Java 5 Generics (thanks to Bryan Noll)

Tags: APPFUSE_2.0_M2 APPFUSE_2.0_M3

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

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

Created: 2006-10-08 20:54:33 -0700 (2 years 2 months ago) | Author: mraible | Changeset: 1873

APF-261: Moved mock tests to impl package

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

1771 copied annotated / raw | Diffs: previous, other | Lines: 179 ( +179, -0 )

Created: 2006-08-29 10:43:15 -0700 (2 years 4 months ago) | Author: mraible | Changeset: 1771

Copied from: trunk/test/service/org/appfuse/service/UserSecurityAdviceTest.java 1730

Restructuring for Maven 2

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

1730 annotated / raw | Diffs: previous, other | Lines: 179 ( +9, -0 )

Created: 2006-07-15 04:58:03 -0700 (2 years 5 months ago) | Author: mraible | Changeset: 1730

Copied to: trunk/service/src/test/java/org/appfuse/service/UserSecurityAdviceTest.java 1771

Merged 1.9.3 into HEAD

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

1453 annotated / raw | Diffs: previous, other | Lines: 170 ( +14, -14 )

Created: 2006-04-05 22:22:15 -0700 (2 years 9 months ago) | Author: mraible | Changeset: 1453

Changed all "DAO" references (filenames, bean definitions and variable names_ to use "Dao" instead. This is more inline with how Spring does things and provides for better naming consistency (http://issues.appfuse.org/browse/APF-115).

Branch point for: BRANCH_1-9-x

Tags: APPFUSE_1-9-1 Root_BRANCH_1-9-x APPFUSE_1-9-2

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

1356 annotated / raw | Diffs: previous, other | Lines: 170 ( +28, -4 )

Created: 2006-01-30 06:22:17 -0800 (2 years 11 months ago) | Author: mraible | Changeset: 1356

After saving a user's record, remove/update them in Acegi's userCache

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

1212 annotated / raw | Diffs: previous, other | Lines: 146 ( +8, -8 )

Created: 2005-12-05 06:03:38 -0800 (3 years 1 month ago) | Author: mraible | Changeset: 1212

Upgraded to Acegi Security 1.0 RC1

Tags: APPFUSE_1-9

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

1199 annotated / raw | Diffs: previous, other | Lines: 146 ( +10, -13 )

Created: 2005-11-11 05:02:16 -0800 (3 years 1 month ago) | Author: mraible | Changeset: 1199

Upgraded from Acegi Security 0.8.3 to 0.9.0

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

1112 annotated / raw | Diffs: previous, other | Lines: 149 ( +1, -1 )

Created: 2005-08-23 03:12:47 -0700 (3 years 4 months ago) | Author: mraible | Changeset: 1112

Changed BaseDAOTestCase to extends Spring's AbstractDependencyInjectionSpringContextTests for DI in integration tests (http://issues.appfuse.org/browse/APF-129).

Tags: APPFUSE_1-8-2

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

1068 annotated / raw | Diffs: previous, other | Lines: 149 ( +56, -6 )

Created: 2005-08-01 23:13:53 -0700 (3 years 5 months ago) | Author: mraible | Changeset: 1068

Fix http://issues.appfuse.org/browse/APF-88 and http://issues.appfuse.org/browse/APF-96: security holes where 'tomcat' role could see things that only an 'admin' role should see.

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

1044 annotated / raw | Diffs: previous, other | Lines: 99 ( +3, -6 )

Created: 2005-06-24 08:01:36 -0700 (3 years 6 months ago) | Author: sjivan | Changeset: 1044

minor change : using appropriate User class constructor

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

1018 new annotated / raw | Lines: 102 ( +102, -0 )

Created: 2005-06-14 17:11:27 -0700 (3 years 6 months ago) | Author: mraible | Changeset: 1018

Fix so that only admins can save and delete other users (http://issues.appfuse.org/browse/APF-50)

Tags: APPFUSE_1-8-1

Properties

 svn:eol-style = native
 svn:keywords = author date id revision

Crucible: Open Source License registered to Atlassian.
Atlassian Crucible, painless code review. (Version:1.6.1 Build:build-r20568 2008-09-30) - Administration - Page generated 2009-01-07 18:55 -0800