- Oct 09, 2010
-
-
The Great Git Migration authored
create tag 'DRUPAL-7--1-0-ALPHA2'. Sprout from master 2010-10-09 05:29:29 UTC Ryan Szrama <rszrama@49344.no-reply.drupal.org> '#936312 by rszrama: fix a misnamed access function call.' Delete: .gitignore
-
Ryan Szrama authored
-
Ryan Szrama authored
Undo the embed parameter for customer profile forms and fix the customer profile checkout pane instead; also remove some abuse in the customer profile checkout pane's validate and submit handlers.
-
Ryan Szrama authored
Allow customer forms to be easily embedded, update breadcrumb names, and add a missing payment transaction theme key.
-
Ryan Szrama authored
-
Ryan Szrama authored
Resolve missing index notices for the customer profile theme function and product reference field settings form.
-
Ryan Szrama authored
On validation rebuild the form a line item manager widget is attached to if the data entered should change the form.
-
Ryan Szrama authored
-
Ryan Szrama authored
-
Ryan Szrama authored
-
Ryan Szrama authored
-
Ryan Szrama authored
-
Ryan Szrama authored
-
- Oct 07, 2010
-
-
Ryan Szrama authored
-
Ryan Szrama authored
-
Ryan Szrama authored
Implement a commerce_payment_method_callback() function similar to retrieve callback names and check for function existence as used for checkout panes / line item types.
-
Ryan Szrama authored
#932462 by rszrama: merge the line item type callbacks into a callbacks array and add a function to retrieve a callback name while checking for its existence.
-
Ryan Szrama authored
#932296 by PieterDC, rszrama: add an order status Token and fix chained Tokens for order and product changed dates.
-
- Oct 06, 2010
-
-
Ryan Szrama authored
Update transaction status variable names for consistency and get rid of some unnecessary properties in order status definitions.
-
Ryan Szrama authored
-
Ryan Szrama authored
Fix a couple minor bugs while also ensuring transactions store an instance_id for the payment method if available and have a view page accessible via the operation link.
-
Ryan Szrama authored
Remove unused code from the add payment form from before payment method validation of a transaction was moved into an actual form validate handler.
-
Ryan Szrama authored
#927164 by rszrama: changed the add payment form to use payment method instance IDs so the form can submit using a particular settings configuration for the given payment method.
-
Ryan Szrama authored
#916348 by rszrama: change the cart form to use individual submit buttons instead of checkboxes to remove items from the cart.
-
Ryan Szrama authored
Pass an array of form parents to payment method validate handlers so they can properly set errors on the form without hardcoding a specific element name.
-
Ryan Szrama authored
Removing unused validate and submit handlers for the redirected payment checkout pane; validation and submitting is actually handled in the form callback due to the processing of returns from the remote gateway.
-
Ryan Szrama authored
Add payment method fields to the payment terminal and allow the method to validate the input before saving the new transaction.
-
Ryan Szrama authored
-
Ryan Szrama authored
-
Ryan Szrama authored
-
Ryan Szrama authored
Allow modules to specify the order ID when a new transaction is created along with the payment method.
-
- Sep 28, 2010
-
-
Ryan Szrama authored
Instead of using a delete link directly in the Payment View, use a new Operations field that will load any contextual link for the given payment.
-
Ryan Szrama authored
-
Ryan Szrama authored
#841974 by rszrama: added a transaction delete form and the proper link in the Operations column on the Payment View.
-
Ryan Szrama authored
-
Ryan Szrama authored
-
Ryan Szrama authored
Add an API function to calculate the total of an order by subtracting the total payments received from the line item total for the order.
-
Ryan Szrama authored
-
Ryan Szrama authored
#912564 by rszrama: distinguish between local and remote transaction statuses and add theming / Views support to render statuses using icons as specified by #841974
-
Ryan Szrama authored
#841974 by rszrama: implemented the default payment tab View for orders listing transaction history.
-