woocommerce/includes
Mike Jolley 5f77ee752e Merge pull request #6814 from bryceadams/patch-6026
#6026 - Introduction of Sort Code 'locale' for BACS
2014-11-26 16:23:40 +00:00
..
abstracts Added correct docblock. 2014-11-21 22:34:30 +01:00
admin Added 'stupidtable' script to allow order item sorting on the order screen (by name, cost, qty). 2014-11-26 15:37:06 +00:00
api [API] Fixed the coupons expiry_date format with POST and PUT, closes #6829 2014-11-25 12:44:33 -02:00
emails WC class cleanup 2014-11-26 00:03:00 +00:00
gateways Merge pull request #6814 from bryceadams/patch-6026 2014-11-26 16:23:40 +00:00
libraries Removed the frontend styles setting #6589 2014-10-21 20:12:39 -02:00
shipping Removed more some unused code 2014-11-19 22:43:09 -02:00
shortcodes Make check_cart_items consistantly placed 2014-11-12 15:47:27 +00:00
updates Remove updates, 1.4, 1.5 2014-11-18 16:18:48 +00:00
walkers Absolute path and Indentation fix for includes/walkers/*.php :) 2014-09-21 01:20:47 +05:45
widgets esc_html for the term name 2014-11-25 10:38:54 +00:00
class-wc-ajax.php Decoupled the order summary and payments area. Both are updated independently via ajax fragments and can be moved around via actions. TEMPLATES OVERRIDING THESE TEMPLATES WILL NEED TO UPDATE THEIR FILES. 2014-11-26 14:19:53 +00:00
class-wc-api.php Absolute path fix for WC_API class 2014-09-21 00:27:10 +05:45
class-wc-autoloader.php WC_Autoloader class 2014-11-19 18:08:38 +00:00
class-wc-cache-helper.php Split prevent_caching() method 2014-10-27 15:00:14 +00:00
class-wc-cart.php Refactors to shipping tax rate methods 2014-11-21 13:06:33 +00:00
class-wc-checkout.php Show notice when nonce isn't set. Fixes #6658 2014-10-31 15:03:53 +00:00
class-wc-comments.php Allow getting rating count for a specific rating number 2014-09-17 11:03:10 +03:00
class-wc-countries.php Move locale to new method in BACS gateway 2014-11-24 21:26:33 +07:00
class-wc-coupon.php Split is_valid() into separate methods 2014-11-14 17:18:02 +00:00
class-wc-customer.php Introduces the wc_get_default_location() function 2014-11-18 12:56:13 -02:00
class-wc-download-handler.php End output buffering even if buffers are empty. 2014-11-12 16:15:47 +00:00
class-wc-emails.php Moved email methods to emails class 2014-11-26 00:03:00 +00:00
class-wc-form-handler.php Append query string when removing item from cart to bust cache 2014-11-26 10:56:51 +00:00
class-wc-frontend-scripts.php mar icons stuff 2014-11-14 09:59:12 +00:00
class-wc-https.php remove notice for undefined action property of ajax request 2014-09-24 09:12:26 -04:00
class-wc-install.php Installer tweaks + unit tests closes #6356 2014-11-25 17:09:24 +00:00
class-wc-integrations.php We'll let autoload handle this file loading 2013-11-01 21:05:02 +01:00
class-wc-language-pack-upgrader.php Added newline ;) 2014-09-21 00:36:01 +05:45
class-wc-logger.php introduces the wc_get_log_file_path() function 2014-05-28 11:08:33 -03:00
class-wc-order-factory.php Removed newline ;) 2014-09-21 00:36:42 +05:45
class-wc-order-item-meta.php Fixes https://github.com/woothemes/woocommerce-product-addons/issues/24 2014-11-18 14:22:21 +01:00
class-wc-order-refund.php fixed the new WC_Order_Refund::init() 2014-10-14 10:46:30 -03:00
class-wc-order.php Set order_type property, and move actual order loading to separate method to make it easier for sub-classes to handle just that process. 2014-10-14 14:25:53 +01:00
class-wc-payment-gateways.php Decoupled the order summary and payments area. Both are updated independently via ajax fragments and can be moved around via actions. TEMPLATES OVERRIDING THESE TEMPLATES WILL NEED TO UPDATE THEIR FILES. 2014-11-26 14:19:53 +00:00
class-wc-post-data.php Line and indendation fix 2014-09-21 00:39:33 +05:45
class-wc-post-types.php Improved the Shipping class field in quick edit and bulk edit, closes #6681 2014-11-04 11:49:15 -08:00
class-wc-product-external.php Absolute path fix for class-wc-product-external.php 2014-09-21 00:40:53 +05:45
class-wc-product-factory.php Split up WC_Product_Factory methods 2014-11-26 00:03:00 +00:00
class-wc-product-grouped.php Removed deprecated get_product() calls 2014-10-07 11:09:25 +01:00
class-wc-product-simple.php Absolute path fix for class-wc-product-simple.php 2014-09-21 00:42:32 +05:45
class-wc-product-variable.php Tidy 2014-10-14 14:25:53 +01:00
class-wc-product-variation.php Issue 5661: filter params 2014-11-19 19:46:05 +02:00
class-wc-query.php Removed more some unused code 2014-11-19 22:43:09 -02:00
class-wc-session-handler.php Absolute path fix for class-wc-session-handler.php 2014-09-21 00:44:26 +05:45
class-wc-shipping-rate.php Some shipping class tidyup 2014-11-17 16:30:18 +00:00
class-wc-shipping.php Absolute path fix for class-wc-shipping.php 2014-09-21 00:46:02 +05:45
class-wc-shortcodes.php Fixed coding styles and docblocks 2014-11-20 00:14:06 -02:00
class-wc-tax.php Final tax class unit tests 2014-11-24 14:57:11 +00:00
class-wc-template-loader.php Made template debug mode set WC_TEMPLATE_DEBUG_MODE constant and remove all overrides for all template loading functions. 2014-10-03 10:52:11 +01:00
class-wc-validation.php is_GB_postcode define array 2014-10-07 11:09:32 +01:00
class-wc-webhook.php Removed more some unused code 2014-11-19 22:43:09 -02:00
wc-attribute-functions.php Absolute path fix for wc-attribute-functions.php 2014-09-21 00:49:38 +05:45
wc-cart-functions.php Removed more some unused code 2014-11-19 22:43:09 -02:00
wc-conditional-functions.php wc_tax_enabled() and wc_prices_include_tax() methods 2014-11-18 16:13:41 +00:00
wc-core-functions.php Move widget registration to own function/file - avoid register_widget in class files 2014-11-20 20:56:24 +00:00
wc-coupon-functions.php Absolute path fix for wc-coupon-functions.php 2014-09-21 00:52:35 +05:45
wc-deprecated-functions.php fixed the deprecated filters 2014-11-12 22:57:45 -02:00
wc-formatting-functions.php Removed more some unused code 2014-11-19 22:43:09 -02:00
wc-notice-functions.php Absolute path fix for wc-notice-functions.php 2014-09-21 00:54:43 +05:45
wc-order-functions.php [2.2] Remove strtolower and capitalize status names 2014-10-29 11:15:00 +00:00
wc-page-functions.php Removed more some unused code 2014-11-19 22:43:09 -02:00
wc-product-functions.php wc_update_product_stock should update stock regardless, if the meta data doesn't currently exist 2014-10-16 17:15:10 +01:00
wc-template-functions.php Decoupled the order summary and payments area. Both are updated independently via ajax fragments and can be moved around via actions. TEMPLATES OVERRIDING THESE TEMPLATES WILL NEED TO UPDATE THEIR FILES. 2014-11-26 14:19:53 +00:00
wc-template-hooks.php Decoupled the order summary and payments area. Both are updated independently via ajax fragments and can be moved around via actions. TEMPLATES OVERRIDING THESE TEMPLATES WILL NEED TO UPDATE THEIR FILES. 2014-11-26 14:19:53 +00:00
wc-term-functions.php Removed more some unused code 2014-11-19 22:43:09 -02:00
wc-user-functions.php String sanitize_user Closes #6667 2014-11-11 13:11:40 +00:00
wc-widget-functions.php Move widget registration to own function/file - avoid register_widget in class files 2014-11-20 20:56:24 +00:00