Downloads

Download ubercart-5.x-1.4.tar.gztar.gz 492.13 KB
MD5: 7d28fbb51caf2d8790c5c3d68752171f
SHA-1: 206e3c4fe360d4484ff8cd1036a947d30c31e8cc
SHA-256: b8752bff7e88ddc1162c04fda279af5a43bdc8c134ea7691a8590ec7b61e22b3
Download ubercart-5.x-1.4.zipzip 621.17 KB
MD5: d22896476ea9fb772071f54977f48d90
SHA-1: f047a3f3d2127e7c7741b4115c9b33042dfab761
SHA-256: 92e4379cfcf92dda73eb720e03973818b28ac4cab1b22eeb2a06ce79d8e55c9d

Release notes

Many thanks to all those who have used, tested, and submitted patches for Ubercart. Thanks also to Digital Dollhouse and Acquia, Inc. for sponsoring core development in the nature of rewrites/improvements to the Auth.Net and CyberSource payment gateway modules and enhancements to the recurring fee and taxes modules.

For more information, see the news post on Ubercart.org.

Revision list for the 1.4 release:

  • 1217 Lyle 2008-07-31
    Change the default setting of the Google Checkout server mode from testing to production.
  • 1218 Ryan 2008-07-31
    TR's patch to update zone select box when applying addresses from the address book on order edit pages.
  • 1219 Lyle 2008-08-01
    Fix parse_url() usage to be compatible with PHP 4.
  • 1220 Lyle 2008-08-01
    Remove redundant check_markup() on email body.
  • 1221 Ryan 2008-08-01
    Getting rid of a superfluous breadcrumb on the order history page.
  • 1222 Ryan 2008-08-05
    Do not link to cart product nodes if the user doesn't have view access to the node.
  • 1223 Ryan 2008-08-06
    Fix to the referer check during checkout (passing an array instead of two strings) and the user order history breadcrumb.
  • 1224 Ryan 2008-08-06
    Moving the def_payment_msg variable definition out of an if statement that governs the order total preview.
  • 1225 Lyle 2008-08-06
    Give billing infor to the fake order objects when getting shipping quotes during checkout.
  • 1226 Lyle 2008-08-06
    Fix queries for Postgres. Problems with GROUP BY not finding all of the columns it needs.
  • 1227 Lyle 2008-08-07
    Make teasers for imported products.
  • 1228 Ryan 2008-08-07
    Adding month-to-date row to the sales summary report.
  • 1229 Ryan 2008-08-07
    Removing zombie stock SKUs from stock report per Lorin.
  • 1230 Ryan 2008-08-11
    Standardizing payment delete form UI with the rest of UC.
  • 1231 Ryan 2008-08-11
    Rewrite of the Auth.Net module in preparation of further support for Auth.Net services.
  • 1232 Ryan 2008-08-11
    Added recurring_fee handler for ARB with support to create subscriptions in Auth.Net.
  • 1233 Ryan 2008-08-12
    Updating hook_cron queries for Postgres; courtesy of japerry.
  • 1234 Ryan 2008-08-12
    Updating some INSERT queries to specify column names and adding fee_handler to recurring fees logged for users.
  • 1235 Ryan 2008-08-12
    Storing successfully created subscriptions and adding cancellation support.
  • 1236 Ryan 2008-08-12
    Further support for multiple handlers; making a hook for recurring fee operations.
  • 1237 Ryan 2008-08-13
    Changing the default sort on the admin table to the recurring fee ID.
  • 1238 Ryan 2008-08-13
    Adding update and cancel support for ARB subscriptions and admin ops for the Auth.Net recurring fee handler.
  • 1239 Lyle 2008-08-21
    Misuse of a string function. Discovered by Ruben, looking through examples in the hook documentation. Honor the node type setting to display the body.
  • 1240 Lyle 2008-08-21
    Add an option to product kits to hide the component products in unmutable kits.
  • 1241 Lyle 2008-08-21
    New hook! hook_calculate_tax() allows for pluggable tax systems. Changed uc_tax_calculate() to compensate.
  • 1242 Ryan 2008-09-03
    Updating an order's modified field when the order status changes.
  • 1243 Ryan 2008-09-03
    Replaced the key generation routine for encryption with a new method based on drupal_get_token(); kudos bjaspan.
  • 1244 Ryan 2008-09-03
    Update to a query for Postgres compliance; affects logging into an account with products in their shopping cart.
  • 1245 Lyle 2008-09-03
    Document hook_calculate_tax().
  • 1246 Ryan 2008-09-04
    Fix for deleting recurring fees; reported by mr.andrey and fixed by FrontBurner.
  • 1247 Ryan 2008-09-05
    Altering theme func to handle all cases of displaying the credit card form.
  • 1248 Ryan 2008-09-05
    Adding table for users to administer their recurring fees; including form and API func to cancel a recurring fee (drop its remaining intervals to 0).
  • 1249 Ryan 2008-09-05
    Removing small amount of cruft from hook_user().
  • 1250 Ryan 2008-09-05
    Adding support for user operations to update and cancel ARB recurring fees; also putting in reporting for Silent POST payment notifications.
  • 1251 Lyle 2008-09-09
    Remove border on product images, since that has to be changed by everybody.
  • 1252 Ryan 2008-09-09
    Fixing incorrect usage of db_next_id() for product feature IDs; added update functions to make sure the sequences table contains the correct value.
  • 1253 Ryan 2008-09-09
    Updating default Wf-ng configuration that updates non-shippable, fully paid orders to the Completed status upon checkout; should now work with anonymous checkout.
  • 1254 Ryan 2008-09-09
    u#6394 - Fixing uc_cart_form_alter() per Lynn@drupal.org so it doesn't return prematurely.
  • 1255 Lyle 2008-09-10
    Craft appropriate URLs for files (specifically /misc/throbber.gif) in JavaScript. Add ?q= to literal paths.
  • 1256 Ryan 2008-09-10
    Fixing credit card data display on the checkout form when the form fails validation.
  • 1257 Ryan 2008-09-10
    Fixing some error messaging code and changing benign ! t() replacement strings to @.
  • 1258 Ryan 2008-09-10
    Removing debug code from recent credit module work and adding quotes around the store name in uc_store_email_from().
  • 1259 Ryan 2008-09-10
    Changing Zone to State/Province on address fields by default.
  • 1260 Ryan 2008-09-10
    Rewrite of CyberSource module including SOAP API integration sponsored by Acquia - http://acquia.com
  • 1261 Ryan 2008-09-10
    Updating product kit Qty. field on the cart view form to be the same size as other products.
  • 1262 Lyle 2008-09-11
    Don't use base_path() in hook_exit().
  • 1263 Lyle 2008-09-11
    Can't actually find a reason for the extra updated message, and the call to request_uri() wasn't working right anyway.
  • 1264 Lyle 2008-09-11
    Product kit view's product list should honor the mutability setting.
  • 1265 Ryan 2008-09-12
    Increasing max filepath size for file download products and fixing the input format for the continue shopping message on the checkout completion page.
  • 1266 Lyle 2008-09-16
    Set the link to the correct page in the Catalog's Store Status message.
  • 1267 Ryan 2008-09-16
    Added 'clear' to uc_credit_cache() per u#6413.
  • 1268 Ryan 2008-09-17
    Small tweak to for() loop in uc_cart_filter_checkout_panes().

See http://bazaar.ubercart.org/history.php for a more detailed log.

Created by: rszrama
Created on: 17 Sep 2008 at 21:55 UTC
Last updated: 1 Aug 2018 at 19:48 UTC
New features
Bug fixes
Insecure

Other releases