ecommerce 6.x-4.0-rc12
| Download | Size | md5 hash |
|---|---|---|
| ecommerce-6.x-4.0-rc12.tar.gz | 193.18 KB | d89932f69ebc55daf7603a971fd17b50 |
Official release from CVS tag: DRUPAL-6--4-0-RC12
Last updated: October 4, 2009 - 04:55
This release has a lot of minor fixes in it as well as an issue with rules which cased some workflow changes not to occur.
Changes since DRUPAL-6--4-0-RC11:
- by Darren Oh: Fixed an undefined variable.
- by Darren Oh: Fixed error in schema.
- by Darren Oh: Fixed addition of shippable feature to tangible product type.
- by Darren Oh: Fixed undefined property error on checkout configuration page.
- by Darren Oh: Fixed undefined variables and indexes.
- by Darren Oh: Fixed undefined index errors on add workflow page.
- by Darren Oh: Fixed another undefined property error.
- by Darren Oh: Fixed JavaScript errors and added address validation to checkout page.
- by Darren Oh: Fixed undefined variable error.
- by Darren Oh: Fixed SQL error.
- by Darren Oh: Fixed error notices on checkout page.
- by Darren Oh: Fixed error in last commit.
- Fixing wrong @file description comment.
- Fixing typos Genric -> Generic.
- #506966: Remove $op from hook_ec_transactionapi().
- Adding consistency to file description comments.
- Refactor the formated addresses theme to be more of a template
- Removing remaining bits of deprecated checkoutapi.
- #509272: Removing unused theme functions
- Small code cleanup and documentation fixes.
- Removing $op from hook_ec_transaction_pre() and hook_ec_transaction_post() renaming them to hook_ec_transaction_pre_save() and hook_ec_transaction_post_save() respectively.
- Fixing some phpdoc. Adding others.
- Adding function to return a list of implemented transaction types.
- Fixing code-style.
- Removing unused 'STORE_TOKEN_TYPE' constant.
- Adding some code documentation.
- Removing some cruft.
- Some documentation and code style fixes.
- Some documentation and code style fixes.
- Move all the default product features to ec_product.features.inc
- Add new permission 'purchase products' which allows stops products from being purchased by used in selected roles.
- Fix up some of the docs within ec_anon
- Adding table/columns descriptions.
- Minor coding style fixes.
- Change the hook_feature_transaction() hook to not use $op any more
- Fix up the display of the address on the invoice.
- #541350 remove depreciated invoicing features from ec_address
- #340188 Fix up some of the notes in the README.txt
- #551210 - Fix up pgsql issue with CAST() see #555536 for more information.
- #563554 fix issue when receipting is not installed.
- #576774 - Removed JS overriding in lieu of ctools.
- Fix issue with conditions not using checking default values correctly
- Move the anonymous policy to the ec_product table
- Fix up issue of the rules conditions for allocation and workflow to set defaults if not set.
- Fix up tests to work with Simple Test 6.x-2.9
- Replace the patch I removed by accident.
- Remove debugging message
- Fix major issue with rules workflow not working.
- Update the default rules to allow for the changes in rules
- Fix up testing payment gateway so the allocation will be processed during tests
- #529116 Patch from @Xen.dk to fix up the saving of the mail address.
- Add method of excluding some fields from requiring updates to have to be done.
