Downloads
Download tar.gz
608.62 KB
MD5: 222ce34cfa335a3d64d797fffec0e197
SHA-1: 0fc3dfae68c1f5f605a8ce2b611e89133581e658
SHA-256: d9b545da954d39ff3f235569efa798d95019ca5e26163efe5363f1b7fe36e00e
Download zip
778.65 KB
MD5: 614208783ccfafb193e98a80ad35fa07
SHA-1: 7dd62c54d466f068371071a65c29a164a4fc5e91
SHA-256: 737aa54a64a7b1c096b56bcbc060921325a34afd2949d64f13532f9f2151b7d8
Release notes
Changes since Ubercart 6.x-2.0-beta1 (-r 1419..1467):
- Fix typo.
- Make the order status condition actually use the given order arguments.
- Don't attempt to display add to cart forms for non-product nodes in a view.
- #345959 by cha0s: One menu item not ported from D5 fixed.
- #345960 by cha0s: Use 'redirect' in uc_order_add_line_item_form_submit().
- u#8009: Get taxes when special characters are put in the serialized order object.
- #347557 by mikelikespie: Cast the error response's SimpleXMLElement to string so it can be saved in the session message.
- Add the first test written for Ubercart. Much rejoicing!
- And fix a problem revealed by the first test: trying to remove an unkonwn country redirects back to the overview page, not the form.
- d#348260 - Fixing a bug in the default preset for catalog categories.
- d#291554 by cha0s: change the stock local task path to uc-stock to avoid a Webform conflict.
- d#329197 by alpritt, Ryan: Clean up the cart review table theme function. This affects the output on the checkout form in the cart contents checkout pane.
- u#8081: Fix session data when customers complete checkout through Google Checkout. Make sure non-shippable orders can be completed.
- d#334390 by Ryan: adds API functions related to product types and unifies their use across all of core UC.
- d#340338 by tszcheetah: fixing the site-logo token when Clean URLs are disabled.
- d#342795 by cha0s: fixing an invalid array error in file administration.
- u#8101: Use the title and body label settings for product types.
- d#339902 by cha0s: patch to evaluate empty conditions arrays to TRUE.
- #348572 by cha0s: Use the user's timezone offset in reports.
- #348837 by thill_: Set product images to use image widgets and allow custom alt and title text.
- #345254 by j0rd: Update the zone list when the country is changed on the shipment creation page.
- u#8116: Properly quote the OnMouseOver event script.
- Cleanup of the product grid settings form in the catalog module.
- d#270778 by cYu: strip spaces from CC numbers on input.
- Updating the label for the on-site invoice template and ordering products on the product kit edit form by title then nid per d#343124.
- By cha0s: Give roles an explicit start and end dates. Fully move email notification settings to Conditional Actions.
- d#348847 by Ryan (rszrama): provide a more specific error message when the encryption key is not found; update the store status message to link to the settings form instead of the Ubercart.org docs.
- #348248 by Island Usurper: Fix the ordering of product extra fields.
- u#8150: Fix uc_catalog_link_alter(). Parameters changed in D6.
- #349569 by Nick Urban: Set default value of conditions argument to the saved value.
- #347086 by cha0s: Create an image widget hook to handle product images. Supports Thickbox and Lightbox2 by default.
- Revert 1437 since it hides some problems, and might not be correct anyway. (see #348572)
- Fix default values of uc_reports_sales_custom_form().
- Fix a typo for roles tokens.
- Merge code improvements from cha0s.
- #351750: Fix Postgres update path.
- u#8128 by kleinmp: Prevent unauthorized users from getting to the file downloads.
- #306097 by Island Usurper: Remove the strong tag from the default catalog block theme, and consolidate the block's theme into one function.
- #351750 by cha0s: Additional Postgres incompatibility fixed.
- #352381 by Island Usurper: Clarify the description of the default quantity field.
- #349135 by Island Usurper: Move references to the chosen options for an item to a hook for modularity.
- #333105 by Island Usurper: Provide links to the conditions form of a shipping method from its settings page.
- Make schema.module happy with the default value type of time_granularity.
- #333086 by cha0s: Implement hook_requirements() for all of our modules that need it.
- #351983 by cha0s: Remove underscores from CSS classes and ids since they aren't standards compliant.
- Separate USPS services into four different shipping methods. These methods handle the combinations of domestic/international and parcels/envelopes.
- #348837 by Island Usurper: The field type should actually be 'image'.
- Use SKU instead of Model, at least in the UI. We'll get to the code later.
- By cha0s: UI fixes for roles expirations.