FishEye

Quick Search:

Line History

0

Show Arbitrary Diff

From to

Supports revisions and tags.

History

MAIN 1.6 1.1

Branch MAIN

1.6 annotated / raw | Diffs: previous, other | Lines: 175 ( +2, -2 )

Created: 2005-10-30 17:10:12 -0500 (3 years 2 months ago) | Author: scottc | Changeset: MAIN:scottc:20051030221012

Added a logOrder aspect for the orderService and configured. Uses cflog, you can see the log file in cfadmin. Works nice and cool. Checked and debugged alot. The thing works

1.5 annotated / raw | Diffs: previous, other | Lines: 175 ( +3, -3 )

Created: 2005-10-28 18:22:37 -0400 (3 years 2 months ago) | Author: rossd | Changeset: MAIN:rossd:20051028222237

first cut at working shopping cart

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

Created: 2005-10-18 10:30:44 -0400 (3 years 2 months ago) | Author: scottc | Changeset: MAIN:scottc:20051018143044

updated all user ibjects to have default values, updated application.cfm to put new user object in session, updated preferences paeg to use preferences object in user

1.3 annotated / raw | Diffs: previous, other | Lines: 161 ( +35, -5 )

Created: 2005-10-18 08:46:55 -0400 (3 years 2 months ago) | Author: scottc | Changeset: MAIN:scottc:20051018124655

finished building user model objects and unit tests for them, now I gotta do security, save method and see what else

1.2 annotated / raw | Diffs: previous, other | Lines: 131 ( +44, -43 )

Created: 2005-10-16 21:55:41 -0400 (3 years 2 months ago) | Author: scottc | Changeset: MAIN:scottc:20051017015541

Some initial stuff for users. User, Address, CreditCard w proper validation, UserDao, one unit test

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

Created: 2005-10-08 15:29:49 -0400 (3 years 2 months ago) | Author: rossd | Changeset: MAIN:rossd:20051008192948

implementations partially complete (cart,productService)