October 2005

Handel 0.26 Released

Yet another one from the monkey factory.

0.26 Wed Oct 5 21:12:56 2005

  • Tested with Class::DBI 3.0.9
  • Fixed Exception creation after triggers under Class::DBI 3.0.9
  • Handel::DBI now uses Class::DBI->insert in Class::DBI 3.0.9+
  • Added subclassing tests
  • Changed item_class to use class name instead of __PACKAGE__ See README for known issues

If you’re making extensive use of subclassing of the cart, specifically Handel::Cart::Item and setting the ->item_class() method, this is a must upgrade. You will need to upgrade your Class::DBI install to 3.0.8 or greater to take advantage of the has_many fix for for subclasses.

Announcements

Comments Off

Permalink

Handel 0.25 Released

From the bowls of the SVN server, I’m pleased to announce the release of Handel 0.25. It should be available on CPAN shortly.

0.25 Sun Oct 3 20:15:35 2005

  • Removed -T from Catalyst helpers tests to keep older versions of File::Path/IO::File happy
  • Fixed Catalyst helper test failures due to setting $FindBin::Bin
  • Fixed mod_perl detection and code to deal with MP2 and PerlModule/PerlLoadModule
  • Fixed Catalyst checkout/order helpers error when trying to get the value of a cookie that didn’t already exist
  • Fixed obscure bug with Data::UUID crashing in the first call only under MP2
  • Added support to create uuids form APR::UUID if it’s available

0.24 Mon Sep 26 20:28:13 2005

  • Added Catalyst Helper tests
  • Added pod notes about Data::FormValidator/HTML::FillInForm in helpers

Announcements

Comments Off

Permalink