commits

date

comment

22882
by robconery
(21939 downloads)
Apr 7 2009
1:03 AM

Fixed product tests
Added a mess of ShoppingCart tests for next screencast

22785
by robconery
(718 downloads)
Apr 2 2009
12:05 AM

Adding MSBuild for CI server & xUnit utility

22784
by robconery
(105 downloads)
Apr 1 2009
11:48 PM

Changing to xUnit because Brad made me :)
This is for TDD(2) screecnast

22681
by robconery
(846 downloads)
Mar 28 2009
7:49 PM

Fixed issue with DB and ObjectStore having bad setting info

22657
by robconery
(284 downloads)
Mar 27 2009
3:34 AM

Switched to NUnit for CI integration

22655
by robconery
(106 downloads)
Mar 27 2009
2:02 AM

Fixed a small bug with plugin settings

22652
by robconery
(183 downloads)
Mar 26 2009
8:53 PM

Reloading source to Codeplex
Reset naming on all projects/namespaces to Kona
Removed MS Test project and reset to MB Unit
Removed tinymce files (not in use yet)
This is Source for Kona Screencast #1

22651
by robconery
(117 downloads)
Mar 26 2009
8:19 PM

Resetting source - checkins out of synch somehow

22590
by robconery
(1335 downloads)
Mar 22 2009
7:27 PM

THIS IS WORK IN PROGRESS
This load up is the demo I showed at MIX09
It is REFERENCE ONLY. The app is not ready for relaease
Just what I'm up to now.

22588
by robconery
(126 downloads)
Mar 22 2009
6:54 PM

22587
by robconery
(61 downloads)
Mar 22 2009
6:54 PM

22586
by robconery
(60 downloads)
Mar 22 2009
6:53 PM

22585
by robconery
(51 downloads)
Mar 22 2009
6:53 PM

Removing failed upload

22573
by robconery
(337 downloads)
Mar 21 2009
4:46 PM

THIS IS WORK IN PROGRESS
The app should load and run
It IS NOT a functioning commerce app right now
This is for reference only and is what I showed at MIX 09

17483
by robconery
(8450 downloads)
Oct 28 2008
7:42 PM

Removing source.

17126
by jsawyer
(10165 downloads)
Oct 14 2008
6:26 PM

Added default Description, ShortDescription to the Products table
Update GetProducts() to correctly return default Description, ShortDescription when language code from the browser is not found

17098
by jsawyer
(461 downloads)
Oct 14 2008
2:36 AM

Changed Globalization element to pick up culture/language setting from user's browser.

17096
by jsawyer
(535 downloads)
Oct 14 2008
2:22 AM

Added CategoryName to SQL, LinqToSql data classes
Added CategoryName to Sql database table
Populated Category Name from Culture table.
Cleanup of connection string entries
Added CommerceDB.bak - backup of new database
Fixed Linq To Sql query for all categories; now handles when culture is not found (gets the default CategoryName from the Category table)

17088
by jsawyer
(175 downloads)
Oct 13 2008
6:48 PM

17015
by robconery
(1023 downloads)
Oct 10 2008
9:51 PM

recommiting for episode 22

17014
by robconery
(90 downloads)
Oct 10 2008
9:35 PM

Yup. Resetting source. Again.

16677
by jsawyer
(1299 downloads)
Sep 29 2008
8:21 PM

16106
by robconery
(1980 downloads)
Sep 16 2008
10:05 PM

Episode 21 checkin
ADDED Personalization tracking and tests

15826
by robconery
(830 downloads)
Sep 13 2008
2:50 AM

Almost feature-complete. Testing out manager display and process flow for order management. This is tricky stuff but I'm comin down the home stretch.

ADDED: 3 new workflows: Charge, Cancel, and Ship
ADDED: DefaultPipeline to handle non-windows workflow stuff (for you haters out there :):)
ADDED: Tests for new pipes
ADDED: Manage view and Controller actions for it
ADDED: List view for orders (need to add to this)
ADDED: 5000 order records for testing

15656
by robconery
(697 downloads)
Sep 9 2008
8:04 PM

Reloading project:
ADDED CodeEngine for synchronous order process - so if you don't want to use Workflow you don't have to
ADDED Logging
ADDED Mailers and email ability
UPDATED: Project to Preview 5; numerous changes