[contributions:jaza] /modules/ecommerce/cart cart.module
User: jaza Branch: HEAD Date: Mon, 09 Jan 2006 11:45:28 +0000 Modified files: /modules/ecommerce/cart cart.module Log message: Forms API / 4.7 port (v1) for cart module: - All form_x() functions replaced with $form arrays, processed using drupal_get_form(). - Additional form output (i.e. forms displayed in tables, forms with additional output inserted through hooks, etc) taken out of non-themed functions, moved to themed form functions, called automatically by forms API. - Other 4.7 changes (e.g. node_load() calls now use just the nid, without an array). Still need to implement form API _validate() and _submit() hooks in many places, but this is harder than it at first looks, because the checkout process is a multi-part form and is already quite messy. Changes are also untested, and cannot be tested at least until product.module is made 4.7-compatible. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/ecommerce/cart/car...
participants (1)
-
drupal-cvs@drupal.org