User: islandusurper Branch: DRUPAL-6--2 Date: Fri, 02 Jan 2009 20:18:44 +0000 Added files: /modules/ubercart/uc_product_kit uc_product_kit.css /modules/ubercart/uc_store uc_store.test Modified files: /modules/ubercart/ca ca.admin.inc ca.module /modules/ubercart/docs hooks.php /modules/ubercart/payment/uc_authorizenet uc_authorizenet.install uc_authorizenet.module /modules/ubercart/payment/uc_credit uc_credit.module /modules/ubercart/payment/uc_cybersource uc_cybersource.install uc_cybersource.module /modules/ubercart/payment/uc_paypal uc_paypal.install uc_paypal.module uc_paypal.pages.inc /modules/ubercart/payment/uc_recurring uc_recurring.module /modules/ubercart/shipping/uc_flatrate uc_flatrate.admin.inc uc_flatrate.module /modules/ubercart/shipping/uc_quote uc_quote.admin.inc uc_quote.module uc_quote.pages.inc /modules/ubercart/shipping/uc_shipping uc_shipping.admin.inc uc_shipping.install uc_shipping.js uc_shipping.module /modules/ubercart/shipping/uc_ups uc_ups.admin.inc uc_ups.css uc_ups.install uc_ups.module /modules/ubercart/shipping/uc_usps uc_usps.admin.inc uc_usps.install uc_usps.module /modules/ubercart/shipping/uc_weightquote uc_weightquote.admin.inc uc_weightquote.module /modules/ubercart/uc_attribute uc_attribute.css uc_attribute.module /modules/ubercart/uc_cart uc_cart.ca.inc uc_cart.css uc_cart.module uc_cart_block.css uc_cart_checkout_pane.inc /modules/ubercart/uc_catalog uc_catalog.admin.inc uc_catalog.css uc_catalog.module uc_catalog.pages.inc /modules/ubercart/uc_file uc_file.admin.inc uc_file.ca.inc uc_file.install uc_file.module /modules/ubercart/uc_googleanalytics uc_googleanalytics.module /modules/ubercart/uc_order/templates admin.itpl.php customer.itpl.php /modules/ubercart/uc_order uc_order.admin.inc uc_order.ca.inc uc_order.css uc_order.module uc_order.order_pane.inc /modules/ubercart/uc_product uc_product.admin.inc uc_product.css uc_product.module /modules/ubercart/uc_product/views uc_product_handler_field_addtocart.inc uc_product_handler_filter_product.inc /modules/ubercart/uc_product_kit uc_product_kit.module /modules/ubercart/uc_reports uc_reports.admin.inc uc_reports.module /modules/ubercart/uc_roles uc_roles.admin.inc uc_roles.ca.inc uc_roles.install uc_roles.js uc_roles.module /modules/ubercart/uc_stock uc_stock.admin.inc uc_stock.module /modules/ubercart/uc_store uc_store.admin.inc uc_store.module /modules/ubercart/uc_taxes uc_taxes.admin.inc uc_taxes.js uc_taxes.module Log message: 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. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_produc... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_store/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/ca/ca.adm... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/ca/ca.mod... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/docs/hook... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/payment/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/payment/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/payment/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/payment/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/payment/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/payment/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/payment/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/payment/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/payment/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/shipping/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_attrib... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_attrib... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_cart/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_cart/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_cart/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_cart/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_cart/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_catalo... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_catalo... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_catalo... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_catalo... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_file/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_file/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_file/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_file/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_google... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_order/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_order/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_order/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_order/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_order/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_order/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_order/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_produc... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_produc... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_produc... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_produc... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_produc... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_produc... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_report... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_report... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_roles/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_roles/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_roles/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_roles/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_roles/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_stock/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_stock/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_store/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_store/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_taxes/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_taxes/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_taxes/...