Posted by Island Usurper on March 2, 2009 at 4:33pm
| Download | Size | md5 hash |
|---|---|---|
| ubercart-6.x-2.0-beta5.tar.gz | 503.21 KB | af9b5048a39c4b84dea768fa29b91c20 |
| ubercart-6.x-2.0-beta5.zip | 641.75 KB | 4bf367c5eb1e6c0c62eab8c290adca00 |
Last updated: December 24, 2010 - 23:58
Changes since Ubercart 6.x-2.0-beta4
- #9004 by Ryan: fix to cart links to not use a cart link ID as the cart ID when adding an item to the cart.
- Added a return value for the forward-ported Auth.Net update function.
- Check that the uc_quote_manufacturer_locations table exists before trying to delete it.
- #375070 by Island Usurper: Fix errors in code selecting the pages to add the Ubercart footer.
- #375071 by Island Usurper: Initialize Catalog block content.
- #376016 by cha0s: move country file importing out of a form submit handler into an API function.
- #8789 by Ryan: final patch to move images to CSS for cart block and tidy up/trim down its HTML/CSS/JS once again.
- #376115 by rszrama: Shuffle product and product kit settings.
- #8342 by Ryan: add a link to the conditional actions UI for checkout notifications.
- Split the checkout notification e-mails into separate predicates for customers and administrators.
- #376115 by Ryan: making sure the .admin.inc gets committed.
- #375924 by Ryan: remove options in settings forms to alter button text on checkout form to improve our multi-lingual capabilities.
- Add a checkout form message when orders contain recurring fees.
- Removing cruft from the checkout form theme function.
- #7799 by Ryan: allow users to set the cancel return URL for PayPal WPS.
- #372973 by Lyle: add a CA condition to check for a product with a particular attribute option on an order.
- Minor tweak to uc_credit_exit() to ensure a variable is set.
- #377000 by Island Usurper: Fix the tax edit form.
- #375842 by Ryan: move throbber styles from JS to CSS for order total preview on checkout.
- #3446 by Lyle: Allow filtered HTML in attribute descriptions.
- #377360 by Ryan: rewrite of taxes admin UI and underlying API; improved CA integration.
- Add t() to a couple of links and fix the throbber on the submit order button using the new ubercart-throbber class.
- #349135 by Island Usurper: Remove attribute-specific code from uc_order. Expose a new hook: hook_order_product_alter(). Let manually added products to orders save their attribute data correctly.
- #237654 by yahozna: Accurately count catalog pages with Postgres.
- Minor tweak to default title of tax actions on tax rate predicates.
- #373644 by cha0s: Product reports code cleanup.
- #337363 by zmove, cha0s, and Island Usurper: Add CA conditions for the order's user.
- #9291 by markypoo: Use SimpleXML correctly to allow order updates to follow Google Checkout.
- #359544 by jhodgdon: Add tax information to tax line items and add a module to report on it.
- Remove unneeded index update that causes errors during upgrades to Drupal 6.
- #382674 by Island Usurper: Let "Blank line" products added to orders be taxed.
- #372384 by Ryan: adding custom PHP condition and action for CA.
- #379820 by Lyle: default image support abstracted out into API function for use by other projects.
- #385678 by pebosi: Add HTML id to the checkout instructions.
- #362647-6, again. Missed the changes to uc_order.ca.inc the first time.
- #377064 by Island Usurper: Keep tax line items up to date in the database and on the $order object.
- #279611 by Island Usurper: Make attribute and stock permissions more granular.
- #359336 by Island Usurper: Fix product kit component discounts and make them more usable.