[interchange-cvs] CVS notice: activity by heins

interchange-cvs@lists.akopia.com interchange-cvs@lists.akopia.com
Wed, 11 Apr 2001 23:56 -0500


CVS activity by user 'heins':
interchange/lib/Vend/Table DBI.pm,1.25.2.22,1.25.2.23
Update of /anon_cvs/repository/interchange/lib/Vend/Table
In directory www.akopia.com:/tmp/cvs-serv29535/Table

Modified Files:
      Tag: DEV_4_7_0
	DBI.pm 
Log Message:

  * Significant changes to Order.pm in the area of order routing,
    while still maintaining backward compatibility. (Able to submit
    and monitor order on old construct, simple, and basic with no
    changes.)

  * Routes can be dynamically read from database if master order
    route is set dynamic_routes=1.

  * Routes always interpret __VARIABLE__ from database.

  * Routes can interpret ITL from the database if master order
    route is set expandable=1.

  * If no order route is given from checkout form (always a
    security pitfall anyway) then the default route is read. If you
    want to run more routes from that master route, place in the
    cascade parameter. Can still be set in mv_order_route, but
	the demo now has "FormIgnore mv_order_route".

  * Extended field allows you to stringify a has and set many, many
    parameters. We were running out of column space, and payment
    routes add many settings. This concept will soon be used in
    mv_metadata.

  * Small online-check changes in Signio.

  * Fix failure to test record_exists in tag_data( $table, undef,
    $key, { hash => 1 });