Changes for version 0.99_05

  • Changed create_result in Base to create_instance
  • Added create/search/uuid_maker/copyable_item_columns to Storage
  • Storage->clone now clones even with an active schema instance
  • Schema configuration in Storage now uses a clone of the item_classes storage instead of the original, and redirects result->storage
  • Cart/Order/Items now use storage create/search
  • Cart/Order add() now use copyable_item_columns when passed objects
  • Cart/Order add() now look for source columns and methods to fill destination column values
  • Various pod fixes
  • Added more tests for create_instance/clone changes
  • Cart/Order/Item new/load/destroy now take \%options, specifically $options{storage}
  • Order->new $process argument moved into \%options
  • Order->copy_cart_items now just uses add
  • Added checkout_class to Storage
  • Storage now uses exception_action rather than dbh->{HandleError}
  • Storage process_error now creates a Storage Exception for unknown errors
  • Moved storage settings in Cart/Order Item into Storage::Cart/Order::Item
  • Applied Catalyst Helper test patch from Todd W.
  • Added Storage::Result, which is now returned by storage actions
  • Handel::Currency convert now returns a new currency object
  • Cart/Order/Item now use generic result objects
  • Cart/Order clear now returns result of action like delete does
  • Renamed Cart/Order/Item new() to create()
  • Renamed Cart/Order/Item load() to search()
  • Added load/new/items to Compat.t w/subclass tests

Changes for version 0.99_04 - 2006-07-15

  • Schema configuration now finally uses load_components without the Class::C3 recalc slowdown
  • Validation component now uses throw_exception/next::method now that load_components is used
  • Major pod cleanup
  • Excised all forms of RETURN_AS
  • TEST_SPELLING is now TEST_POD, which all pod tests now use
  • Order created/updated fields now return DateTime objects using DBIx::Class::InflateColumn::DateTime
  • Excised remaining UNIVERSAL::isa mistakes. Blessed is your friend.
  • Order created/updated fields now default to DateTime->now

Changes for version 0.99_03 - 2006-07-10

  • Fixed AxKit Exception Error (RT#19707,TKP)
  • Added start of Handel::Manual
  • uuid is now new_uuid, and now in Storage
  • Removed setup_columns_accessors in favor or create_accessors in Base
  • Cart/Order/Item classes now have a instance of storage instead of subclassing it
  • Added Handel::Base as super class for Cart/Order/Item classes
  • Added Handel::Storage tests
  • Handel::Storage now does all schema configurate during first schema_instance call
  • Added Handel::Storage::new/setup
  • Cart/Order/Item classes now delegate direct schema access to Storage
  • Added validation/constraint/default_value_class to Storage
  • Converted Storage from Class::Data::Accessor to Class::Accesssor::Grouped
  • Refactored injection of components into schema source classes
  • schema_instance now creates a clone using compose_namespace and does its component injection into the clone instead
  • Added currency_class/currency_columns to Storage
  • Added value() to Handel::Currency
  • Added autoupdate to results that inherits from storage->autoupdate
  • Added basic compatibility layer for older subclasses

Changes for version 0.99_02 - 2006-06-05

  • Fixed test counts in t/order_new.t (RT#19700,TKP)
  • Moved _error_handler in Storage to process_error and set dbh->{HandelError} using $self->can
  • Use blessed when setting schema_instance in Storage
  • Abstracted schema setup when setting Storage->schema_instance($schema)

Changes for version 0.99_01

  • RETURN_AS has been removed from the API
  • Data filters now take SQL::Abstract syntax for wildcards
  • Converted from Class::DBI to DBIx::Class schemas
  • Handel::ConfigReader is now a singleton via instance()
  • Handel::DBI is deprecated in favor if Handel::Storage
  • Moved column defaults into Handel::Components::DefaultValues
  • Added constraint_cart_name

Documentation

User guide and reference for Handel
A few words about the Handel Framework.
A quick introduction to the framework and its structure.
A quick start guide to getting Handel up and running.
An overview of the default database schema.
An introduction to the storage layer and how it uses schemas.
A guide to upgrading your Handel installation.

Modules

AxKit XSP Shopping Cart Taglib
AxKit XSP Checkout Taglib
AxKit XSP Order Taglib
Helper for Handel::Cart Controllers
Helper for Handel::Checkout Controllers
Helper for Handel::Order Controllers
Helper for creating Handel framework scaffolding
Helper for Handel::Cart Models
Helper for Handel::Order Models
Simple commerce framework with AxKit/TT/Catalyst support
Base class for Cart/Order/Item classes
Module for maintaining shopping cart contents
Module representing an individual shopping cart item
Default Schema class for Handel::Cart
Checkout Pipeline Processor
Checkout Pipeline Process Message
Base module for Handle::Checkout plugins
Checkout plugin to assign order numbers
Checkout plugin to mark the order ORDER_TYPE_SAVED
Basic storage for checkout plugins during processing
Compatibility layer for pre 1.0 subclasses
Column constraints for schemas
Set default values for undefined columns
Column validation for schemas
Read in Handel configuration settings from ENV/ModPerl
Common constants used in Handel
Common database constraints used to validate input data
Price container to do currency conversion/formatting
Exceptions used within Handel
Iterator class used for collection looping
Localization module for Handel
Handel Language Pack: US English
Handel Language Pack: French
Handel Language Pack: Traditional Chinese
Module for maintaining order contents
Module representing an individual order line item
Default Schema class for Handel::Order
Base class for cart/order schemas
Schema class for the cart table
Schema class for cart_items table
Schema class for order table
Schema class for order_items table
Abstract storage layer for cart/order/item reads/writes
Default storage configuration for Handel::Cart
Default storage configuration for Handel::Cart::Item
Default storage configuration for Handel::Order
Default storage configuration for Handel::Order::Item
Generic result object returned by storage operations
Template Toolkit plugin for shopping cart
Template Toolkit plugin for checkout processing
Template Toolkit plugin for constants
Template Toolkit plugin for orders

Provides

in lib/Handel/Exception.pm
in lib/Handel/Exception.pm
in lib/Handel/Exception.pm
in lib/Handel/Exception.pm
in lib/Handel/Exception.pm
in lib/Handel/Exception.pm
in lib/Handel/Exception.pm
in lib/Template/Plugin/Handel/Cart.pm
in lib/Template/Plugin/Handel/Checkout.pm
in lib/Template/Plugin/Handel/Order.pm