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: 91 ( +2, -4 )

Created: 2006-03-05 20:27:05 -0500 (2 years 10 months ago) | Author: scorfield | Changeset: MAIN:scorfield:20060306012705

Allowed type to be omitted from setter signature if matching by name. This is needing to support duck typing.

Note that modelglue/AutoWire.cfc is effectively obsolete since Model-Glue does autowiring as a core function.

Tags: coldspring-1-2-rc1 coldspring-1-2

1.3 annotated / raw | Diffs: previous, other | Lines: 93 ( +21, -0 )

Created: 2005-11-16 11:16:11 -0500 (3 years 1 month ago) | Author: rossd | Changeset: MAIN:rossd:20051116161610

updates to license in all framework code

Tags: alpha-0-5-0

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

Created: 2005-10-13 12:23:54 -0400 (3 years 2 months ago) | Author: scorfield | Changeset: MAIN:scorfield:20051013162354

Updated bean factory adapter to expose the adapted factory via a getter.
Removed the two injections from the autowire CFC that were previously required to expose the adapted factory.

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

Created: 2005-10-13 12:16:24 -0400 (3 years 2 months ago) | Author: scorfield | Changeset: MAIN:scorfield:20051013161624

Initial version of the Model-Glue autowiring code. Would be nice to clean up adapter factory interaction.