FishEye

Quick Search:

Period Displayed

  Oct-2005 Nov-2005  

Constraint

Branch:
Author:
Tag:
Date: help

Calendar

November 2005
Sun Mon Tue Wed Thu Fri Sat
  12345(5)
6789101112
13141516171819
20212223242526
27282930   
Jan Feb Mar Apr
May Jun Jul Aug
Sep Oct(138) Nov(5) Dec
Years:

Line History

Feeds Changelog

MAIN:rossd:20051105223456 by rossd on 05 November 2005, 17:34:56 -0500 (3 years 2 months ago) removed calculateOrderTotals (moved to OrderService long ago)

./components/petmarket/component/cart/ShoppingCartService.cfc 1.3 history download (+2 -33) diffs

./components/petmarket/service/cart/ShoppingCartService.cfc 1.4 history download (+1 -5) diffs

MAIN:rossd:20051105223140 by rossd on 05 November 2005, 17:31:40 -0500 (3 years 2 months ago) clean up

./components/petmarket/component/order/OrderService.cfc 1.3 history download (+24 -15) diffs

./components/petmarket/util/ConfigService.cfc 1.3 history download (+10 -2) diffs

./components/petmarket/aspects/LogOrderAdvice.cfc 1.2 history download (+9 -0) diffs

… 4 more files in changeset.
MAIN:scottc:20051030221012 by scottc on 30 October 2005, 17:10:12 -0500 (3 years 2 months ago) 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

./components/petmarket/component/user/User.cfc 1.6 history download (+2 -2) diffs

./components/petmarket/component/user/UserDAO.cfc 1.6 history download (+4 -2) diffs

./components/petmarket/component/user/UserService.cfc 1.6 history download (+3 -3) diffs

./components/petmarket/service/user/UserService.cfc 1.4 history download (+9 -3) diffs

./components/petmarket/aspects/LogOrderAdvice.cfc 1.1 history download (+51) new

… 2 more files in changeset.
MAIN:scottc:20051030025450 by scottc on 29 October 2005, 22:54:50 -0400 (3 years 2 months ago) Get this goddamn thing away from me, please!!! I bought two bulldogs. My order is in the database. I got no errors. I'm done!

./components/petmarket/component/user/CreditCard.cfc 1.4 history download (+3 -1) diffs

./components/petmarket/component/user/UserDAO.cfc 1.5 history download (+20 -23) diffs

./components/petmarket/component/user/UserService.cfc 1.5 history download (+21 -6) diffs

./components/petmarket/service/product/ProductService.cfc 1.4 history download (+7 -1) diffs

./components/petmarket/component/order/OrderDAO.cfc 1.1 history download (+52) new

… 7 more files in changeset.
MAIN:scottc:20051020135752 by scottc on 20 October 2005, 09:57:52 -0400 (3 years 2 months ago) got the user stuff flushed out with save and updated the interface. can't test because I don't have a db

./components/petmarket/component/user/UserDAO.cfc 1.4 history download (+120 -4) diffs

./components/petmarket/component/user/UserService.cfc 1.4 history download (+11 -12) diffs

./components/petmarket/service/user/UserService.cfc 1.3 history download (+19 -10) diffs

… 1 more files in changeset.
MAIN:scottc:20051019143232 by scottc on 19 October 2005, 10:32:32 -0400 (3 years 2 months ago) more checkout stuff, check email, login user

./components/petmarket/component/user/UserDAO.cfc 1.3 history download (+41 -4) diffs

./components/petmarket/component/user/UserService.cfc 1.3 history download (+26 -1) diffs

… 3 more files in changeset.
MAIN:scottc:20051018143044 by scottc on 18 October 2005, 10:30:44 -0400 (3 years 2 months ago) 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

./components/petmarket/component/user/Address.cfc 1.3 history download (+11 -2) diffs

./components/petmarket/component/user/CreditCard.cfc 1.3 history download (+39 -35) diffs

./components/petmarket/component/user/Preferences.cfc 1.2 history download (+6 -2) diffs

./components/petmarket/component/user/User.cfc 1.4 history download (+16 -2) diffs

… 2 more files in changeset.
MAIN:scottc:20051018124655 by scottc on 18 October 2005, 08:46:55 -0400 (3 years 2 months ago) finished building user model objects and unit tests for them, now I gotta do security, save method and see what else

./components/petmarket/component/user/Address.cfc 1.2 history download (+5 -4) diffs

./components/petmarket/component/user/CreditCard.cfc 1.2 history download (+5 -5) diffs

./components/petmarket/component/user/Preferences.cfc 1.1 history download (+53) new

./components/petmarket/component/user/User.cfc 1.3 history download (+35 -5) diffs

./components/petmarket/component/user/UserDAO.cfc 1.2 history download (+14 -7) diffs

… 3 more files in changeset.
MAIN:scottc:20051017015541 by scottc on 16 October 2005, 21:55:41 -0400 (3 years 2 months ago) Some initial stuff for users. User, Address, CreditCard w proper validation, UserDao, one unit test

./components/petmarket/component/user/Address.cfc 1.1 history download (+118) new

./components/petmarket/component/user/CreditCard.cfc 1.1 history download (+140) new

./components/petmarket/component/user/User.cfc 1.2 history download (+44 -43) diffs

./components/petmarket/component/user/UserDAO.cfc 1.1 history download (+120) new

./components/petmarket/component/user/UserService.cfc 1.2 history download (+10 -4) diffs

… 4 more files in changeset.
MAIN:rossd:20051008192948 by rossd on 08 October 2005, 15:29:49 -0400 (3 years 2 months ago) implementations partially complete (cart,productService)

./components/petmarket/component/user/User.cfc 1.1 history download (+130) new

./components/petmarket/component/user/UserService.cfc 1.1 history download (+28) new

./components/petmarket/component/cart/ShoppingCart.cfc 1.1 history download (+72) new

./components/petmarket/component/cart/ShoppingCartItem.cfc 1.1 history download (+42) new

./components/petmarket/component/cart/ShoppingCartService.cfc 1.1 history download (+81) new

… 33 more files in changeset.
MAIN:rossd:20051004020111 by rossd on 03 October 2005, 22:01:12 -0400 (3 years 3 months ago) first checkin (includes legacy code and service api)

./components/petmarket/service/product/Product.cfc 1.1 history download (+69) new

./components/petmarket/service/product/ProductService.cfc 1.1 history download (+34) new

./components/petmarket/service/category/Category.cfc 1.1 history download (+92) new

./components/petmarket/service/category/CategoryService.cfc 1.1 history download (+20) new

./components/petmarket/service/user/User.cfc 1.1 history download (+123) new

… 101 more files in changeset.
earlier earlier | later later