User: islandusurper Branch: DRUPAL-6--2 Date: Fri, 21 Nov 2008 21:17:32 +0000 Added files: /modules/ubercart/uc_file uc_file.ca.inc /modules/ubercart/uc_store/includes tapir.inc Modified files: /modules/ubercart/ca ca.module /modules/ubercart/payment/uc_authorizenet uc_authorizenet.install /modules/ubercart/payment/uc_credit uc_credit.module /modules/ubercart/payment/uc_cybersource uc_cybersource.install /modules/ubercart/payment/uc_payment uc_payment.admin.inc uc_payment.module /modules/ubercart/payment/uc_paypal uc_paypal.module uc_paypal.pages.inc /modules/ubercart/payment/uc_recurring uc_recurring.install 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 /modules/ubercart/shipping/uc_shipping uc_shipping.install /modules/ubercart/shipping/uc_usps uc_usps.module /modules/ubercart/shipping/uc_weightquote uc_weightquote.module /modules/ubercart/uc_attribute uc_attribute.admin.inc uc_attribute.module /modules/ubercart/uc_cart uc_cart.admin.inc uc_cart.ca.inc uc_cart.module /modules/ubercart/uc_catalog uc_catalog.admin.inc uc_catalog.install uc_catalog.module uc_catalog.pages.inc /modules/ubercart/uc_file uc_file.admin.inc uc_file.css uc_file.install uc_file.js uc_file.module uc_file.pages.inc /modules/ubercart/uc_order uc_order.admin.inc uc_order.ca.inc uc_order.install uc_order.module uc_order.order_pane.inc /modules/ubercart/uc_product uc_product.admin.inc uc_product.install uc_product.module /modules/ubercart/uc_product_kit uc_product_kit.module /modules/ubercart/uc_roles uc_roles.module /modules/ubercart/uc_store/includes summaries.inc /modules/ubercart/uc_store uc_store.admin.inc uc_store.module /modules/ubercart/uc_taxes uc_taxes.admin.inc uc_taxes.ca.inc uc_taxes.module Log message: 1348 Ryan 2008-11-07 d#330351 by Ryan; new account notifications were failing miserably due to changes in the mail API for D6; also fixed auto-login of new users. 1349 Ryan 2008-11-07 d#329228 by cha0s; update of IPN validation routine to use drupal_http_request(). 1350 Ryan 2008-11-07 Added a path constant to the CA UI; updated taxes module to include usability improvements from UC 1.6. 1351 Lyle 2008-11-10 #332146 by robertDouglass: Fix E_ALL errors. 1352 Ryan 2008-11-10 d#332453 - fixing delete confirm form arguments bugs; reported by pebosi. 1353 Lyle 2008-11-10 #331172 by Island Usurper: Allow Ubercart to sell digital products through Google Checkout. 1354 Lyle 2008-11-10 u#6940 by cha0s: Rewrite of uc_file. 1355 Lyle 2008-11-10 Adjust the menu declaration of the notify settings. 1356 Lyle 2008-11-11 Add uc_file.ca.inc, which I forgot earlier. 1357 Ryan 2008-11-11 Updates to some function names and bugfixing for an admin link. 1358 Lyle 2008-11-11 Newlines are bad in t() calls. 1359 Lyle 2008-11-11 #328484 by Island Usurper: Fit the menu path for deleting flatrate methods into the limit on wildcard path lengths. 1360 Lyle 2008-11-12 u#6202: Push updates of products to the product kits that they are components of. Also, don't reset the component info when this happens either. 1361 Lyle 2008-11-12 Dimensions form needs it's theme registered. 1362 Ryan 2008-11-12 Fixing bugs related to the payment gateway summary; tweaking the form fields for the e-mail invoice action. 1363 Ryan 2008-11-12 Fix to default fieldset summary in summaries.inc; code clean-up in the product module to remove an unnecessary summary callback and a duplicate line in uc_product_form() reported by zmove. 1364 Ryan 2008-11-12 Cleanup of settings overview callback functions; finished commenting summaries.inc. 1365 Ryan 2008-11-12 Left an errant */ in the file. Whoops. 1366 Lyle 2008-11-13 Remove dpm() calls. 1367 Lyle 2008-11-13 Fix taxes taxing taxes. Wasn't completely ported. 1368 Lyle 2008-11-13 #333085 by Island Usurper: Add product information as 'extra fields' for CCK to allow users to reorder the product node form. 1369 Lyle 2008-11-13 u#7460: Remove rendundant field from product settings. 1370 Ryan 2008-11-13 u#7516 - Completed update of TAPIr tables and updates to TAPIr itself; TAPIr functions moved into tapir.inc. 1371 Lyle 2008-11-14 Reorder product options so that the disabled options are on the bottom of the list. 1372 Lyle 2008-11-17 #334588 by AlexisWilke: Fix name of the variable table in uninstall functions. 1373 Ryan 2008-11-18 d#334231 by zmove; adding a missing theme function to the registry. 1374 Lyle 2008-11-18 Fix the product class condition. 1375 Lyle 2008-11-18 Enable the Catalog vocabulary for all product types when it's enabled. 1376 Lyle 2008-11-18 Forgot to add the shipping settings as a CCK extra field. 1377 Ryan 2008-11-18 Fixing a bug in user recurring fee saving thanks to Digital Dollhouse. 1378 Lyle 2008-11-19 #336055 by Island Usurper: Improve usability of attribute overview page. 1379 Lyle 2008-11-19 #318665 by Island Usurper: Remove UNSIGNED from numeric columns for Postgres support. 1380 Lyle 2008-11-19 Provide an actual theme function for attributes in the add to cart form. 1381 Lyle 2008-11-20 #321115 by naduid: Fix typo so we check the actual permissions for editing and deleting all products. 1382 Lyle 2008-11-20 u#7622: Add title and alt text to product images on catalog pages. 1383 Lyle 2008-11-20 Fix the machinablepackage flag logic. 1384 Lyle 2008-11-21 Adjust the weight of the body field on product node forms. 1385 Lyle 2008-11-21 Remove some dpm() calls. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_file/u... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/uc_store/... http://cvs.drupal.org/diff.php?path=contributions/modules/ubercart/ca/ca.mod... 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/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_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_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_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_roles/... 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_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/...