FishEye

Quick Search:

Line History

0

Show Arbitrary Diff

From to

Supports revisions and tags.

History

MAIN 1.4 1.1

Branch MAIN

1.4 annotated / raw | Diffs: previous, other | Lines: 107 ( +2, -2 )

Created: 2006-04-20 16:46:04 -0400 (2 years 8 months ago) | Author: rossd | Changeset: MAIN:rossd:20060420204604

Change in the way services are registered with ColdSpring - now it's by their common name (e.g. "UserService" instead of "org.fmdrl.service.UserService"). This will allow us to continue to use autowiring when ColdSpring 1.0 is released.

Branch point for: fmdrl_orgsupport_1_0

Tags: fmdrl_orgs_merge_01 fmdrl_orgsupport_1_0$BP CS_1_0_RC_1

1.3 annotated / raw | Diffs: previous, other | Lines: 107 ( +25, -18 )

Created: 2005-09-06 11:46:16 -0400 (3 years 4 months ago) | Author: scottc | Changeset: MAIN:scottc:20050906154615

FDL-189: Review Process to date, includes changes to the field admin beans, workflow, metadata, and user cfcs as well as new review cfcs, ans small tweeks to the rolesSecurityFilter. Saving of review data is not yet implemented, but selection of reviewfields through ajax is

Tags: fmdrl_1_0_001

1.2 annotated / raw | Diffs: previous, other | Lines: 100 ( +31, -1 )

Created: 2005-08-17 17:21:58 -0400 (3 years 4 months ago) | Author: scottc | Changeset: MAIN:scottc:20050817212158

FDL-187: Added event forwarding system from permissionsFilter to rolesSecurityFilter

1.1 annotated / raw | Lines: 70 ( +70, -0 )

Created: 2005-08-16 10:48:13 -0400 (3 years 4 months ago) | Author: scottc | Changeset: MAIN:scottc:20050816144813

FDL-181: Added new rolesSecurityFilter.cfc which can inject authentication into the current event as well as redirect out of it depending on usage. Required additions to permissionsService.cfc, userDAO.cfc and user.cfc.