Last 50 Ubercart Commits
Browse repository | Download .tar.gz

Display revision:
Rev # Committer Timestamp Files Message
1439Lyle Fri 2010-01-22
13:22:40 -0500
  • uc_taxes/uc_taxes_workflow.inc
  • #692710 by freixas: Line items are arrays in this version.
    1438Ryan Wed 2009-11-18
    16:02:09 -0500
  • payment/uc_paypal/uc_paypal.module
  • uc_order/uc_order.module
  • Update the access and redirect workflow for a couple paths.
    1437Ryan Tue 2009-10-20
    15:45:02 -0400
  • payment/uc_authorizenet/uc_authorizenet.module
  • d#607436 by krlucas: add htmlspecialchars() to Auth.Net XML request formation.
    1436Ryan Tue 2009-10-20
    15:42:55 -0400
  • payment/uc_credit/uc_credit.module
  • d#541652 by lunaris: add CC start date and issue number to the admin CC terminal form if enabled.
    1435Ryan Tue 2009-10-20
    15:07:44 -0400
  • payment/uc_credit/uc_credit.module
  • d#597022 by greg.harvey, longwave, rszrama: remove CC payment details from order edit page if not in debug mode and replace with instructions for submitting credit card payments.
    1434Ryan Mon 2009-10-19
    16:28:02 -0400
  • uc_reports/uc_reports.module
  • d#551470 by lucyconnuk: fix the month-to-date total in the sales report summary.
    1433Ryan Tue 2009-09-22
    15:40:03 -0400
  • uc_reports/uc_reports.module
  • Fixing destination path on the footer link for custom product reports.
    1432Lyle Wed 2009-08-12
    16:24:32 -0400
  • shipping/uc_weightquote/uc_weightquote.install
  • shipping/uc_weightquote/uc_weightquote.module
  • u#7127 by longwave: Allow multiple weightquote methods.
    1431Lyle Tue 2009-07-14
    17:05:09 -0400
  • payment/uc_google_checkout/uc_google_checkout.info
  • #498864 by Island Usurper: Google Checkout is dependent on Payment.
    1430Ryan Tue 2009-07-07
    22:48:52 -0400
  • payment/uc_authorizenet/uc_authorizenet.module
  • Add full response debugging capability to Auth.Net API requests.
    1429Ryan Tue 2009-07-07
    22:48:07 -0400
  • uc_cart/uc_cart.module
  • d#475226 by cedarm, Island Usurper, cha0s: backport from 6.x to strip more illegal characters out of e-mail addresses turned into usernames.
    1428Lyle Fri 2009-07-03
    14:15:58 -0400
  • payment/uc_credit/uc_credit.module
  • uc_store/uc_store.module
  • #489066 by longwave: Show blank value for credit card start date field by default.
    1427Lyle Thu 2009-07-02
    14:25:32 -0400
  • uc_attribute/uc_attribute.module
  • #507610 by agentrickard: Don't use textfield attributes to search for adjusted SKUs.
    1426Lyle Mon 2009-06-22
    14:28:47 -0400
  • payment/uc_google_checkout/uc_google_checkout.module
  • #498864 by martysteer: Fix typo in notification error function.
    1425Lyle Thu 2009-05-28
    14:42:34 -0400
  • uc_store/countries/united_kingdom_826_2.cif
  • #326836 by longwave: Add missing counties for the United Kingdom.
    1424Lyle Mon 2009-05-18
    15:48:14 -0400
  • uc_attribute/uc_attribute.module
  • Add condition to check that a particular attribute option was chosen for one of an order's products.
    1423Lyle Mon 2009-05-18
    15:19:54 -0400
  • uc_order/uc_order.install
  • uc_order/uc_order.module
  • uc_order/uc_order_line_item.inc
  • uc_taxes/uc_taxes.module
  • uc_taxes/uc_taxes_workflow.inc
  • #359544 by jhodgdon: Add tax information to tax line items and add a module to report on it.
    1422Lyle Mon 2009-04-20
    11:40:29 -0400
  • uc_stock/uc_stock.install
  • u#10467 by KingAndy: Delete variables when uninstalling uc_stock.
    1421Ryan Sat 2009-04-18
    01:22:59 -0400
  • uc_order/templates/customer.itpl.php
  • d#363189 by cha0s: backported patch to tidy up the customer template HTML.
    1420Ryan Sat 2009-04-11
    20:34:01 -0400
  • uc_product_kit/uc_product_kit.module
  • d#425414 by cha0s: fix product links in product kit displays.
    1419Ryan Sun 2009-03-29
    19:35:04 -0400
  • shipping/uc_quote/uc_quote.module
  • d#404168 by longwave, rszrama: ensure an array for preparing fake order data for shipping quotes.
    1418Ryan Mon 2009-03-23
    15:22:01 -0400
  • uc_file/uc_file.module
  • uc_roles/uc_roles.module
  • d#365145 by cha0s: fix typos in roles and file downloads modules regarding grants.
    1417Lyle Thu 2009-03-19
    13:17:08 -0400
  • uc_store/uc_store.module
  • #356919 by cha0s: Prevent uc_currency_value from formatting a NULL value.
    1416Lyle Mon 2009-03-16
    09:42:26 -0400
  • uc_reports/uc_reports.module
  • u#9685 by Lyle: Prefix table names in GROUP BY clause.
    1415Lyle Wed 2009-03-11
    14:52:00 -0400
  • shipping/uc_ups/uc_ups.module
  • #397724 by Island Usurper: Use the UPS setting for units of measurement instead of hard-coded LBS for the shipment weight.
    1414Lyle Wed 2009-03-11
    13:15:47 -0400
  • shipping/uc_ups/uc_ups.module
  • #367140 by Island Usurper: Allow the all in one packaging option to create more packages when the total weight is over the UPS package limit.
    1413Lyle Tue 2009-03-03
    09:16:48 -0500
  • uc_attribute/uc_attribute.module
  • #279611 by Island Usurper, ported by cha0s: Make attribute permissions more granular.
    1412Lyle Wed 2009-02-25
    09:52:13 -0500
  • uc_importer/uc_importer.module
  • u#9070 by Island Usurper: Join on node to let db_rewrite_sql() work.
    1411Ryan Wed 2009-02-25
    01:09:04 -0500
  • payment/uc_recurring/uc_recurring.module
  • Initial development of new uc_recurring_byref system and removal of core recurring handler (non-PCI compliant).
    1410Ryan Wed 2009-02-25
    01:08:07 -0500
  • payment/uc_authorizenet/uc_authorizenet.module
  • Default CIM profiles to create upon every checkout when enabled.
    1409Ryan Tue 2009-02-24
    23:21:09 -0500
  • payment/uc_authorizenet/uc_authorizenet.install
  • payment/uc_authorizenet/uc_authorizenet.module
  • Changing CIM variable name from server to transaction mode for consistency with ARB variable.
    1408Ryan Tue 2009-02-24
    23:19:44 -0500
  • payment/uc_credit/uc_credit.module
  • Tweaking hook_exit() once more and adding API func to get all of a user's CC references.
    1407Lyle Fri 2009-02-20
    15:03:31 -0500
  • uc_catalog/uc_catalog.module
  • #237654 by yahozna: Accurately count catalog pages with Postgres.
    1406Lyle Thu 2009-02-19
    16:35:34 -0500
  • shipping/uc_shipping/uc_shipping.install
  • u#9172 by Lyle: Give the uc_shipping table some default values.
    1405Lyle Thu 2009-02-19
    13:24:12 -0500
  • uc_attribute/uc_attribute.module
  • u#3446 by Lyle: Allow filtered HTML in attribute descriptions.
    1404Ryan Wed 2009-02-18
    18:08:59 -0500
  • uc_cart/uc_cart.module
  • Removing cruft from the checkout form theme function.
    1403Ryan Wed 2009-02-18
    17:50:27 -0500
  • payment/uc_recurring/uc_recurring.module
  • Add a checkout form message when orders contain recurring fees.
    1402Lyle Fri 2009-02-13
    09:13:17 -0500
  • uc_reports/uc_reports.module
  • #371901 by cha0s: In the product sales report, put the SKU breakdowns into their own table rows.
    1401Lyle Thu 2009-02-12
    09:08:26 -0500
  • shipping/uc_quote/uc_quote.module
  • u#6802 by Lyle: Hide the shipping quote estimate on the cart page if none of the products are shippable.
    1400Lyle Tue 2009-02-10
    11:07:49 -0500
  • shipping/uc_quote/uc_quote.module
  • #370410 by Island Usurper: Fix bad backport of new admin settings.
    1399Ryan Mon 2009-02-09
    23:27:22 -0500
  • uc_reports/uc_reports.install
  • uc_reports/uc_reports.module
  • d#344890 by cha0s: fixing timezone issues in reports, backported from 6.x.
    1398Lyle Fri 2009-02-06
    13:26:57 -0500
  • uc_taxes/uc_taxes.install
  • uc_taxes/uc_taxes.module
  • uc_taxes/uc_taxes_workflow.inc
  • u#5981 by Lyle: Give taxes an option to only apply to shippable products.
    1397Lyle Tue 2009-02-03
    16:33:23 -0500
  • shipping/uc_ups/uc_ups.install
  • shipping/uc_ups/uc_ups.module
  • u#8690 by Lyle: add an option to not include insurance in UPS quotes.
    1396Ryan Tue 2009-02-03
    15:00:46 -0500
  • uc_googleanalytics/uc_googleanalytics.module
  • d#368671 by Ryan: fix to check for taxonomy module before using a taxonomy function.
    1395Lyle Tue 2009-02-03
    09:10:32 -0500
  • uc_file/uc_file.install
  • uc_file/uc_file.module
  • #362512 by cha0s: Backport column name change in uc_file_user.
    1394Lyle Tue 2009-02-03
    09:03:20 -0500
  • uc_product/uc_product.module
  • uc_product_kit/uc_product_kit.module
  • Fix stupid mistake in backporting the hook_forms() fix.
    1393Lyle Fri 2009-01-30
    16:09:44 -0500
  • uc_catalog/uc_catalog.install
  • uc_catalog/uc_catalog.module
  • #366115 by Island Usurper: Change catlog paths to not include the term name and update url aliases to match.
    1392Lyle Fri 2009-01-30
    14:57:12 -0500
  • uc_product/uc_product.module
  • uc_product_kit/uc_product_kit.module
  • #341819 by Island Usurper: Remove unneeded queries from hook_forms().
    1391Lyle Fri 2009-01-30
    14:13:30 -0500
  • shipping/uc_quote/uc_quote.install
  • shipping/uc_quote/uc_quote.module
  • u#8708 by Lyle: Remove the record that nid 0 has a shipping type.
    1390Lyle Thu 2009-01-29
    19:52:48 -0500
  • uc_attribute/uc_attribute.module
  • #222689 by ccurvery, Island Usurper: DB-agnostic DELETE statements involving more than one table.
    Logging since 4-11-07.