December 2005

Handel 0.30 Released

Back by popular demand, I present to thee Handel 0.30. It includes the following coding mistakes:

0.30 Fri Dec 23 22:52:23 2005

  • Constraint constraint_price now accepts 0 as a valid value
  • Added order_class to Handel::Checkout to allow Checkout->order to create subclassed versions of Order objects
  • Added cart_class to Handel::Order to allow Order->new to create subclassed versions of Cart objects
  • Added copy_cart/copy_cart_items in Handel::Order so subclasses can customize order creation from custom carts
  • When copying cart items into a new order, only columns in Handel::Cart::Item instead of all columns found

Announcements

Comments Off

Permalink

Handel 0.29 Released

Direct from the monkey pit, Handel 0.29 is out with the following changes:

0.29 Thu Dec 8 20:12:38 2005

  • Constraint constraint_checkout_phase now checks CHECKOUT_ALL_PHASES
  • Added add_phase to Handel::Checkout to add custom phases
  • Removed APR::UUID usage under OpenBSD
  • Disabled Apache-Tests tests by default and added TEST_HTTP to enable them
  • Added pod to Handel::Order about temporary fields

0.28 Fri Nov 25 15:09:25 2005

  • Added pod_spelling.t tests which don’t run by default
  • Corrected a boatload of spelling errors :-)
  • Catalyst Helpers now require Catalyst 5.56 to deal with short vs. long M/V/C modules names.

Announcements

Comments Off

Permalink