CHANGELOG.txt 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. Ubercart 3.0-rc4, 2012-1-23
  2. ---------------------------
  3. - API:
  4. * Added hook_uc_payment_method_alter().
  5. * Added hook_uc_product_alter().
  6. * Added theme_uc_attribute_option() for the add to cart forms.
  7. * Added theme_uc_qty().
  8. * Node shipping addresses are always arrays.
  9. * uc_line_item_tax() removed.
  10. * uc_cybersource_uc_calculate_tax() returns an associative array.
  11. * Removed theme_uc_payment_method_select().
  12. * Removed 'load' op from hook_uc_cart_item().
  13. * Removed $op from uc_cart_remove_item().
  14. * Removed uc_country_select().
  15. * Remvoed uc_country_ajax_zone().
  16. * Replaced 'can_ship' op of hook_uc_cart_item() with
  17. hook_uc_order_product_can_ship().
  18. * Replaced uc_cart_item_is_shippable() with uc_order_product_is_shippable().
  19. * Order pane op 'show-title' removed. Use the 'edit title' property in
  20. hook_uc_order_pane().
  21. * Order pane op 'edit-ops' removed. Use #ajax for the same functionality.
  22. - Database:
  23. * {uc_product_adjustments}.combination has 'serialize' => TRUE.
  24. - Entity:
  25. * Order products and cart items are now handled by the Entity API.
  26. - Add 'cart' view mode for order products.
  27. - Orders:
  28. * Added 'Abandoned' status. 'In Checkout' orders are moved to 'Abandoned'
  29. after a configurable period of time.
  30. - Rules:
  31. * Added event 'uc_order_delete'.
  32. * Added event 'uc_product_load'. Occurs before hook_uc_product_alter().
  33. * Allow payment methods to have configurable conditions, like shipping
  34. quotes.
  35. - UI:
  36. * Converted admin/store/customers page to a View.
  37. - Misc:
  38. * Added tests.
  39. * Removed inline CSS and deprecated HTML attributes.
  40. * Removed 'uc_catalog_name' variable.
  41. * Removed 'uc_minimum_subtotal_text' variable.
  42. Ubercart 3.0-rc3, 2011-12-5
  43. ---------------------------
  44. - API:
  45. * Added 'prepare' op to checkout pane callbacks. This step runs before
  46. 'view'.
  47. * Added uc_store_email().
  48. * Added 'operations' key to hook_uc_shipping_method() to list configuration
  49. pages.
  50. * Improved UcAddress. Made comparison of addresses more robust.
  51. * Moved admin/store/customers code from uc_store to uc_order.
  52. * Removed deprecated code that supported uc_recurring.
  53. * Removed deprecated uc_add_js().
  54. * Removed uc_cart_exit() and cache safe cart block.
  55. - Database:
  56. * Added {uc_shipments}.changed.
  57. * Removed {uc_order_products}.manufacturer, finally.
  58. - Forms:
  59. * Added form element types:
  60. - 'uc_price'
  61. - 'uc_quantity'
  62. - Theme:
  63. * Hide weight and dimensions fields if their values are zero.
  64. * Indicate that Google Checkout and Paypal Express Checkout are different
  65. from Ubercart Checkout.
  66. * Use invisible form labels in tables and abbreviation tags for
  67. accessibility.
  68. - UI:
  69. * Added 'Create an order for this customer' link to
  70. admin/store/customers/orders/%uid.
  71. * Converted admin/store/orders/search page to a View.
  72. * Moved form for administering a user's file downloads from user/%/edit to
  73. user/%/purchased-files.
  74. * Reconfigured shipping quotes settings.
  75. - Main configuration page is at admin/store/settings/quotes.
  76. - Settings for individual quote methods (implemented by uc_flatrate and
  77. uc_weightquote) go under admin/store/settings/quotes/methods (the
  78. default local task).
  79. - Settings for modules (implemented by uc_ups and uc_usps) go under
  80. admin/store/settings/quotes/settings.
  81. * Replaced fieldsets with vertical tabs for USPS and UPS admin settings.
  82. - Views:
  83. * Added Views integration for uc_product_kit.
  84. * Added alternative grid view to catalog.
  85. * Made {uc_order_products} a possible base table.
  86. * Renamed uc_stock_views_handler_filter_below_threshold to
  87. uc_stock_handler_filter_below_threshold.
  88. * Removed sort and filter from 'full_name' on uc_orders.
  89. - Misc:
  90. * Add option to include authorization only transactions in order balance
  91. condition.
  92. * Removed credit card debug mode.
  93. Ubercart 3.0-rc2, 2011-10-7
  94. ---------------------------
  95. - Views:
  96. * Orders must use a relationship to get product data.
  97. Ubercart 3.0-rc1, 2011-10-4
  98. ---------------------------
  99. - API:
  100. * uc_order_load_line_items() returns stored and calculated line items together.
  101. * Product nodes have display_price and display_price_suffix, which show
  102. price changes that are ultimately calculated during checkout (e.g., VAT).
  103. * Added currency field to orders.
  104. * Added default values to uc_payment_enter().
  105. * Removed uc_strip_form().
  106. -Database:
  107. * Increased size of {uc_payment_receipts}.comment.
  108. - Theme:
  109. * Invoice templates can use $shippable variable.
  110. * Added theme_uc_checkout_pane_cart_review().
  111. * Removed theme_uc_cart_view_price().
  112. * Removed theme_uc_address_pane().
  113. - UI:
  114. * Converted "View orders" page to a View.
  115. * Address field settings moved from checkout settings to country settings.
  116. - Misc:
  117. * Added dependence on Views to Orders.
  118. * Restored dependence on Rules.
  119. * Product tokens are [node:product:...] instead of [product:...].
  120. * Removed [store:url] token. Duplicate of [site:url].
  121. * Use the permission 'view reports' instead of 'view store reports'.
  122. Ubercart 3.0-beta4, 2011-7-25
  123. -----------------------------
  124. - API:
  125. * Removed ability to disable order logging.
  126. * Removed the ability to disable payment logging or tracking.
  127. * Off-site payment methods can specify simpler redirect forms.
  128. * Payment gateways are now only used and supported by uc_credit.
  129. * Ordered product titles increased from 128 to 255 characters.
  130. * The following hooks are now keyed by ID, though backwards compatibility is kept:
  131. * hook_uc_cart_pane()
  132. * hook_uc_checkout_pane()
  133. * hook_uc_line_item()
  134. * hook_uc_payment_gateway()
  135. * hook_uc_payment_method()
  136. * hook_uc_order_pane()
  137. * hook_uc_order_state()
  138. * Added hook_uc_order_pane_alter().
  139. * Removed settings form summaries.
  140. - Theme:
  141. * Improved theming of printable invoices.
  142. * Shipping options theme functions for UPS and USPS include number of packages being sent.
  143. * Added CSS classes for payment methods.
  144. - UI:
  145. * Converted 'create order' page to Ajax.
  146. * Many settings pages overhauled and simplified.
  147. * Converted cart, checkout and order pane admin to use drag and drop ordering.
  148. * Converted payment method and shipping quotes to use drag and drop ordering.
  149. * Country names are fully translatable.
  150. - Misc:
  151. * Product field ordering is handled by standard field display management.
  152. * Added option to allow anonymous checkouts to use an existing email address.
  153. * Automatic deletion of generated shipping labels.
  154. * Product tokens are [product: ... ] instead of [node: ... ].
  155. * Added additional "value" tokens for numeric prices.
  156. * Changed [uc_order:number] token to [uc_order:order-number].
  157. * Added some SimpleTests.
  158. * Numerous documentation fixes and improvements.
  159. * A multitude of bug fixes.
  160. Ubercart 3.0-beta3, 2011-5-26
  161. -----------------------------
  162. - API:
  163. * Add Ajax-enabled "uc_address" form element for full or partial address entry.
  164. * Handle temporary cart items with quantity of zero.
  165. * $item->data is consistently unserialized in hook_uc_cart_item().
  166. * 'Default quantity to add to cart' is respected when quantity field is hidden.
  167. * Add hook_uc_payment_gateway_alter().
  168. * Add hook_uc_checkout_pane_alter().
  169. - Theme:
  170. * Pass order object to theme_uc_cart_complete_sale().
  171. * Default product image size increased from 100x100 to 250x250.
  172. - UI:
  173. * Converted all address forms to Ajax.
  174. * Date formatting is now handled by Drupal core settings.
  175. - Misc:
  176. * Purchased files with unlimited downloads cannot be purchased twice.
  177. * Added some SimpleTests.
  178. * Removed hard dependency on Rules.
  179. * Numerous documentation fixes and improvements.
  180. * A multitude of bug fixes.
  181. Ubercart 3.0-beta2, 2011-3-11
  182. -----------------------------
  183. - API:
  184. * Add support for HTML emails.
  185. * Google Checkout integration:
  186. - Updated to API v2.5.
  187. - Notifications require "Serial Number Content" setting in the Merchant
  188. Center
  189. - Merchant-calculated shipping quotes use Ubercart shipping quotes. Set
  190. a default shipping address to get a fallback rate before actual rates
  191. are calculated.
  192. - With google_analytics.module enabled, Google Analytics data is
  193. recorded for Google Checkout orders.
  194. * Removed deprecated uc_stock_decrement_product_stock().
  195. * Removed unused uc_store_tables().
  196. * USPS integration updated to RateV4 and IntlRateV2 APIs.
  197. - Fields:
  198. * Product, product classes, and product kits have body fields after D7
  199. upgrade like they should.
  200. - Theme:
  201. * Credit card icons have specific CSS classes.
  202. - UI:
  203. * Added setting to show or hide credit card form on PayPal Express Checkout
  204. landing page.
  205. * Changed "Remove" checkbox on cart page to a button.
  206. * Hide options and adjustments tab on product edit page if the product does
  207. not have attributes.
  208. * Improved country settings pages.
  209. * Removed cart block title setting from cart settings page. Set it through
  210. the block administration page.
  211. - Misc:
  212. * All 248 countries in ISO 3166 have .cif files.
  213. Ubercart 3.0-beta1, 2010-12-09
  214. ------------------------------
  215. - API:
  216. * Implemented entity features for orders:
  217. - Added $reset parameter to uc_order_load().
  218. - Added uc_order_load_multiple().
  219. - Fields saved and loaded.
  220. * Order pane callbacks also changed signatures:
  221. uc_order_pane_PANE_ID($op, $order, &$form = NULL, &$form_state = NULL)
  222. - This signature applies to all ops, including those defined in
  223. 'edit-ops'.
  224. * Quote method callbacks no longer need to return formatted rates.
  225. * uc_currency_format() changed signature:
  226. uc_currency_format($value, $sign = NULL, $thou = NULL, $dec = NULL)
  227. * Removed uc_price().
  228. * Removed hook_uc_price_handler().
  229. * theme_uc_price() takes one parameter: 'price', a float.
  230. * theme_uc_product_price() expects a render element with a #value and
  231. optional #title and #attributes. Element children may be used to display
  232. text after the price.
  233. * 'view' $op added to hook_uc_cart_item()
  234. - Allows modules to modify items before they are shown on the cart page.
  235. - Database:
  236. * Dropped {cache_uc_price}.
  237. * Added {uc_taxed_product_types}.
  238. * Added {uc_taxed_line_items}.
  239. - Forms:
  240. * Submit buttons wrapped in a #type = 'actions' container.
  241. * Edit order form now contains field widgets.
  242. - Menu:
  243. * Customers may view their orders at user/%user/orders/%uc_order to match
  244. the parent item user/%user/orders.
  245. - Taxes:
  246. * Tax rates may be set to be included in product prices. Their associated
  247. conditions are not checked until the checkout page, where they are shown
  248. as separate line items and not part of product prices.
  249. Ubercart 3.0-alpha3, 2010-07-16
  250. -------------------------------
  251. - API:
  252. * Dropped Conditional Actions.
  253. * Integrated with Rules.
  254. * Product features:
  255. - Added uc_product_feature_load_multiple().
  256. - Added uc_product_feature_load().
  257. - Added uc_product_feature_delete().
  258. - Theme:
  259. * Ported order invoice templates to new token names.
  260. Ubercart 3.0-alpha2, 2010-06-11
  261. -------------------------------
  262. - API:
  263. * Changed payment method callback signature:
  264. uc_payment_method_METHOD($op, &$order, $form = NULL, &$form_state = NULL)
  265. * Changed checkout pane callback signature:
  266. uc_checkout_pane_PANE_ID($op, &$order, $form = NULL, &$form_state = NULL)
  267. * Use $form_state['values']['panes'][PANE_ID] instead of $arg2 during the
  268. 'process' $op.
  269. * New UcAddress class to initialize address data.
  270. * New UcOrder class to initialize order data.
  271. * Most of uc_order.js, uc_payment.js, uc_quote.js, and uc_taxes.js removed
  272. in favor of Form API AJAX integration.
  273. * Removed uc_order_edit_products_form() in favor of AJAX processing.
  274. * uc_payment_get_totals() is now an AJAX callback.
  275. * _uc_quote_assemble_quotes() renamed to uc_quote_assemble_quotes()
  276. * Removed uc_quote_request_quotes().
  277. * uc_product_feature_save() now takes $data as a reference.
  278. * Editing and adding products to orders now use AJAX, so nearly all
  279. functions in that process have been replaced, removed, or reused.
  280. - hook_uc_order_product_alter() has not changed.
  281. - Database:
  282. * Dropped fields:
  283. - {uc_order_quotes}.quote_form
  284. Ubercart 3.0-alpha1, 2010-04-14
  285. -------------------------------
  286. - API:
  287. * Changed Ubercart hooks use the form hook_uc_hookname().
  288. * uc_payment_process() changed to uc_payment_process_payment().
  289. - Database:
  290. * Dropped the following tables:
  291. - {uc_catalog_images}
  292. * Added fields:
  293. - {uc_attributes}.format
  294. * Changes were made to the following fields:
  295. - {uc_packages}.label_image is an int referring to {file}.file_id.
  296. - Fields:
  297. * The default product image moved from field_image_cache to uc_product_image.
  298. * The catalog term image is an actual field, located at uc_catalog_image.
  299. - Files:
  300. * Shipment labels are now managed files.
  301. * Catalog term images are now managed files in the {file} table.