- Jan 25, 2012
-
-
Ryan Szrama authored
Issue #1207242 by rfay, rszrama: fix the product form submission routine to check the access type on the revision checkbox when determining whether or not to create a new revision.
-
Ryan Szrama authored
Issue #1362412 by rszrama: remove an unnecessary check on an order's uid in the checkout access function so redirected payment methods will properly handle the return of anonymous customers when a payment notification has already been received and processed, causing a user to be created and associated with the order.
-
Ryan Szrama authored
-
Implement preprocess hooks for the product SKU and title templates to sanitize SKUs and titles at that point instead of when the theme function is called.
-
Issue #1352774 by das-peter, amateescu: improve the performance of referenced product field injection by only rendering visible fields for the requested view mode.
-
-
- Jan 24, 2012
-
-
Ryan Szrama authored
-
- Jan 21, 2012
-
-
Issue #1256302 by bojanz, edmund.kwok: change the line item area summary handler back to a non-Views form rendering method and instead use a Views preprocess hook to rearrange Commerce area handlers in the footer with respect to the form submit buttons.
-
Issue #1219762 by dpolant, amateescu: add a Views filter handler for price amount columns so Views may include price filters that accept values in the appropriate major unit instead of the minor unit.
-
Issue #1029638 by mr.baileys, rszrama: create custom empty text area handlers for the Customers, Orders, and Products Views that create empty text messages with links to the various add forms and accommodate exposed filters returning no results, too.
-
- Jan 20, 2012
-
-
Issue #1386816 by googletorp: rearrange and combine stylesheets for each module into .base.css, .admin.css, and .theme.css stylesheets for an improved theme experience.
-
Ryan Szrama authored
Do not sanitize the #options values of the select lists used to specify which View should be used in the cart contents pane settings and the line item reference field's display formatter settings.
-
Ryan Szrama authored
Do not sanitize the title of display inclusive tax rates when building the #options array for the select list altered onto product forms to input prices including the tax; it will be handled by form_select_options().
-
Sanitize the display title of price components when the price field display formatter shows the breakdown of price components.
-
Issue #1331788 by dpolant: update the default checkout completion e-mail notification to use the [commerce-order:customer-url] token instead of building the URL in the message; deprecate the [commerce-order:url] token in favor of the more specific naming convention and add an admin-url token as well.
-
Issue #1403972 by bojanz, amateescu: implement hook_system_info_alter() in the Commerce module to workaround uninstallation changes in Drupal 7.4+, making uninstallation and reinstallation possible again.
-
- Jan 19, 2012
-
-
Issue #1356958 by vasike: change the Tax module's implementation of hook_field_attach_load() to acknowledge the fact that field deletion will result in this hook being invoked without fully loading the entities passed in the parameter, requiring us to ensure field data exists before attempting to manipulate it.
-
Ryan Szrama authored
Issue #1089328 by rszrama: do not double the sanitization of options list values for product reference field options when a select list widget is being used; same for product add menu items where we were double sanitizing product type titles.
-
Issue #1365202 by Fonant, willkaxu, rszrama: do not sanitize the #options values for the product selector element since the default type is a select list; the minor API change commented in-line is that if other modules are altering this element to a different form element type (like 'radios'), they are responsible for sanitizing the #options values, too.
-
Ryan Szrama authored
-
Ryan Szrama authored
Issue #1366976 by Damien Tournoud, mjpa, rszrama: allow hook_commerce_cart_order_id() to return FALSE indicating that the user does not have a valid cart order ID.
-
Issue #1322854 by Damien Tournoud, amateescu: minor API change - update hook_commerce_cart_order_is_cart() to allow modules to affirm an order is a cart instead of just deny it; also marked that hook as deprecated and added an alternate hook_commerce_cart_order_is_cart_alter() to be used instead.
-
Issue #1345052 by mr.baileys: avoid unnecessary product view mode creation for the view modes created via product reference field associations.
-
Issue #1402866 by amateescu: prevent notices in the Product Reference module's extra fields integration when there are no defined product types.
-
Issue #1260382 by amateescu: use the customer profile reference field instance name for related checkout pane to allow for retitling of customer profile checkout panes via the UI.
-
Issue #1274986 by amateescu: specify the proper access callback for the Rules event 'When an order is first paid in full' defined by the Payment module.
-
Issue #1363814 by bojanz, amateescu, Damien Tournoud: retain saved orders in the entity cache until the cache gets explicitly reset.
-
Issue #1363826 by Damien Tournoud, bojanz, amateescu: change the revision_id and order_number columns in the commerce_order table and order_number in the commerce_order_revision table to support NULL values to avoid database deadlocks when orders are inserted concurrently (caused by the UNIQUE constraint on the order_number column).
-
- Jan 18, 2012
-
-
Issue #1408664 by bojanz: update the status property for products to be a boolean in its entity property info declaration.
-
Ryan Szrama authored
-
- Jan 17, 2012
-
-
Ryan Szrama authored
Issue #1388868 by darrylh, rszrama: add indexes to the customer profile table, including a combined index on uid and type.
-
Ryan Szrama authored
-
Issue #1403906 by serialjaywalker: add indexes to foreign key columns for products, orders, and payment transactions.
-
Issue #1377746 by amateescu: only refresh a shopping cart order object on load if it represents the latest revision of the order.
-
Issue #1403212 by mr.baileys: fix some entity property info declaration for the Customer profile and Product entities.
-
Issue #1404882 by my.baileys: remove an unnecessary check_plain() call in t() where a % placeholder is being used.
-
Ryan Szrama authored
-
Ryan Szrama authored
Update the default line items View used in the display formatter for the line item reference field attached to orders.
-
Ryan Szrama authored
Update the Order payments View and change its date display to Drupal's short format, which includes the time instead of just the date.
-
Ryan Szrama authored
-