woocommerce/includes
Mike Jolley 2f685691a4 Standardise update meta calls, and support forcing
Force allows create to make sure data is set regardless of whether it
was changed. This fixes product duplication.

Fixes #13199
2017-02-15 14:40:57 +00:00
..
abstracts Merge pull request #13164 from woocommerce/lazy-update-products-13157 2017-02-13 17:24:51 +00:00
admin Add filter woocommerce_duplicate_product_exclude_children back 2017-02-14 16:39:49 +01:00
api Give REST API authentication a lower priority 2017-02-10 15:35:52 -02:00
cli Separate positional and assoc arguments. 2017-02-10 08:38:43 -08:00
data-stores Standardise update meta calls, and support forcing 2017-02-15 14:40:57 +00:00
emails Backwards compatibility for triggers 2017-02-10 13:09:37 +00:00
gateways Removed default instructions, closes #12853 2017-01-17 16:11:49 -02:00
interfaces Imrpove checkout performance when updating product sales 2017-02-10 23:41:53 +00:00
legacy Fix wording on deprecation messages 2017-01-30 23:40:21 -06:00
libraries Fixed file permissions 2017-01-17 16:31:31 -02:00
log-handlers kses/sanitize 2017-02-09 15:43:47 +00:00
payment-tokens Payment Token Data Store 2016-11-14 06:20:41 -08:00
shipping Add the shortcode name param to the WC_Shipping_Legacy_Flat_Rate fee shortcode. 2017-01-03 13:12:00 -05:00
shortcodes Fix direct access of order_date property 2017-01-31 17:29:09 +01:00
theme-support Code cleanup and move class into subdirectory 2016-12-07 12:45:54 +00:00
vendor Wrap all deprecation calls. 2016-11-23 16:15:00 +00:00
walkers WordPress.PHP.YodaConditions.NotYoda 2016-09-09 03:14:28 +03:00
widgets Improved filter `woocommerce_layered_nav_link` 2017-01-09 19:27:01 +00:00
class-wc-ajax.php kses/sanitize 2017-02-09 15:43:47 +00:00
class-wc-api.php Changed file name from 'class-' to 'abstract-' (#12159) 2016-10-24 21:49:22 -02:00
class-wc-auth.php add translators comments 2016-10-29 15:57:09 +03:00
class-wc-autoloader.php Fixed coding standards 2017-01-18 15:16:01 -02:00
class-wc-background-updater.php Replace log `tag` with log `source` 2016-12-29 11:58:43 +01:00
class-wc-breadcrumb.php Add locale independent wc_get_permalink_structure function 2017-02-07 16:16:45 +00:00
class-wc-cache-helper.php Data stores 2016-11-14 18:18:08 +00:00
class-wc-cart.php needs_shipping(): minor efficiency improvement 2017-02-13 12:28:50 +00:00
class-wc-checkout.php Make WC_Checkout line item creations reusable 2017-02-10 12:03:32 -08:00
class-wc-cli.php Update CLI callback 2016-12-13 13:38:20 +00:00
class-wc-comments.php [2.6] Exclude webhook_delivery from wp_count_comments(), closes #12344 2016-11-16 12:04:05 -02:00
class-wc-countries.php Fix email address field 2016-12-19 12:19:44 +00:00
class-wc-coupon.php Fix get_hook_prefix format 2017-01-24 11:02:06 -08:00
class-wc-customer-download.php Fix downloads remaining 2017-01-03 15:03:55 +00:00
class-wc-customer.php Fix get_hook_prefix format 2017-01-24 11:02:06 -08:00
class-wc-data-exception.php Allow WC_Data_Exception have extra error data 2017-01-23 17:29:16 -02:00
class-wc-data-store.php Interface naming 2016-11-22 13:54:51 +00:00
class-wc-download-handler.php Fix downloads remaining 2017-01-03 15:03:55 +00:00
class-wc-emails.php Fix and standardize e-mail sending 2017-02-09 14:49:39 -08:00
class-wc-embed.php Escaping for scruitinizer 2017-01-06 12:45:28 +00:00
class-wc-form-handler.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-frontend-scripts.php Don't rtlcss select2.css 2017-02-10 11:39:28 -08:00
class-wc-geo-ip.php Replace log `tag` with log `source` 2016-12-29 11:58:43 +01:00
class-wc-geolocation.php Replace log `tag` with log `source` 2016-12-29 11:58:43 +01:00
class-wc-https.php PHPCS: WordPress.Arrays.ArrayDeclaration.NoCommaAfterLast 2016-08-27 05:08:49 +03:00
class-wc-install.php Added exit after wp_safe_redirect. 2017-02-08 17:52:06 +05:30
class-wc-integrations.php Fixed mixed tabs and spaces 2016-07-11 16:56:35 +02:00
class-wc-legacy-api.php WordPress.PHP.YodaConditions.NotYoda 2016-09-08 01:32:24 +03:00
class-wc-log-levels.php Use constants over settings to configure logger 2016-12-29 11:58:43 +01:00
class-wc-logger.php Use __METHOD__ over "{$class}::{$method}" 2017-01-24 23:09:24 +01:00
class-wc-order-factory.php Merge branch 'master' into crud-perf-tweaks 2017-02-09 12:31:25 +00:00
class-wc-order-item-coupon.php Fix order item meta 2016-11-24 11:50:34 +00:00
class-wc-order-item-fee.php Introduce get_tax_class_slugs. 2017-01-25 13:38:13 -08:00
class-wc-order-item-meta.php Wrap all deprecation calls. 2016-11-23 16:15:00 +00:00
class-wc-order-item-product.php Skip attributes in get_formatted_meta_data a different way 2017-02-13 13:53:22 -08:00
class-wc-order-item-shipping.php Fix order item meta 2016-11-24 11:50:34 +00:00
class-wc-order-item-tax.php Fix order item meta 2016-11-24 11:50:34 +00:00
class-wc-order-item.php Move things around for performance 2017-02-14 13:11:45 -08:00
class-wc-order-refund.php Merge WC_Data::$extra_data in WC_Data::__construct 2017-02-01 12:48:27 -08:00
class-wc-order.php Merge branch 'master' into crud-perf-tweaks 2017-02-09 12:31:25 +00:00
class-wc-payment-gateways.php Wrap all deprecation calls. 2016-11-23 16:15:00 +00:00
class-wc-payment-tokens.php Order stores complete 2016-11-18 14:07:21 +00:00
class-wc-post-data.php Trash and untrash variations handling 2017-01-11 15:41:19 +00:00
class-wc-post-types.php Add locale independent wc_get_permalink_structure function 2017-02-07 16:16:45 +00:00
class-wc-product-attribute.php Create text terms if they do not exist 2016-12-19 13:09:45 +00:00
class-wc-product-download.php Fix tests 2016-12-05 14:21:09 +00:00
class-wc-product-external.php use woocommerce_product_add_to_cart_text hook 2017-02-07 01:04:34 +08:00
class-wc-product-factory.php Move the get type logic out of the product factories and into the data stores. 2017-02-08 11:18:39 -08:00
class-wc-product-grouped.php Merge WC_Data::$extra_data in WC_Data::__construct 2017-02-01 12:48:27 -08:00
class-wc-product-simple.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-product-variable.php Merge pull request #13064 from thenbrent/variable_product_sync_filters 2017-02-10 18:40:48 +00:00
class-wc-product-variation.php Set all default parent data 2017-02-09 11:07:34 +00:00
class-wc-query.php Check SHOP_IS_ON_FRONT existence before defining it 2017-01-29 21:32:26 +01:00
class-wc-register-wp-admin-settings.php fix failing test from master 2016-09-09 19:39:09 +03:00
class-wc-session-handler.php PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket 2016-09-02 04:33:57 +03:00
class-wc-shipping-rate.php add argument on woocommerce_shipping_rate_label (#12075) 2016-10-12 17:06:51 +01:00
class-wc-shipping-zone.php Allow html in description 2017-01-17 15:50:19 +00:00
class-wc-shipping-zones.php Add zone_id to get_zones output for ajax. 2016-11-16 04:54:42 -08:00
class-wc-shipping.php Fix empty string case for `WC_Order::get_total_shipping` 2017-02-06 14:41:19 +01:00
class-wc-shortcodes.php Escaping for scruitinizer 2017-01-06 12:45:28 +00:00
class-wc-structured-data.php Send min and max price, not all variation prices 2017-02-08 11:40:04 +00:00
class-wc-tax.php Fixes #13035 - Added table alias so that the column names in the `ORDER BY` and `GROUP BY` clauses are not ambiguous 2017-02-01 11:58:54 +13:00
class-wc-template-loader.php Fix get_template_loader_files 2017-01-31 09:56:27 +01:00
class-wc-tracker.php Remove legacy dependency code 2016-11-17 19:06:46 -02:00
class-wc-validation.php Added polish postcode validation 2016-10-19 15:48:13 +02:00
class-wc-webhook.php Fix undefined index notice in WC_Webhook 2017-02-02 12:52:00 -08:00
wc-account-functions.php Allow password resets when account page isn’t set 2017-01-30 22:59:32 -06:00
wc-attribute-functions.php Remove attribute_ prefix rather than add so that get_attributes has better return values, and don't show duplicate data in cart. 2016-11-24 14:20:48 +00:00
wc-cart-functions.php wc_add_to_cart_message_html filter which passes in full array of products and qty 2017-02-06 18:11:54 +00:00
wc-conditional-functions.php Replace rating filters with taxonomy 2016-12-09 15:43:25 +00:00
wc-core-functions.php Switch locale only after init 2017-02-09 11:23:44 +00:00
wc-coupon-functions.php Merge percent and cart percent coupon types 2016-12-14 11:07:08 +00:00
wc-deprecated-functions.php Fix "Undefined variable: function" notice 2017-01-26 16:31:11 -08:00
wc-formatting-functions.php Merge pull request #12926 from woocommerce/fix-12910 2017-01-23 15:48:59 -02:00
wc-notice-functions.php Wrap all deprecation calls. 2016-11-23 16:15:00 +00:00
wc-order-functions.php Imrpove checkout performance when updating product sales 2017-02-10 23:41:53 +00:00
wc-order-item-functions.php Fix docblocks and cast the order ID as int after our query. 2017-01-19 09:38:23 -08:00
wc-page-functions.php Wrap all deprecation calls. 2016-11-23 16:15:00 +00:00
wc-product-functions.php If woocommerce_adjust_non_base_location_prices is false, remove modded tax, not base tax 2017-02-06 16:56:14 +00:00
wc-rest-functions.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
wc-stock-functions.php Make sure product is set. 2017-01-27 16:39:53 +00:00
wc-template-functions.php Merge pull request #13136 from woocommerce/improvement-12990 2017-02-14 19:15:48 -02:00
wc-template-hooks.php render product attributes in 'woocommerce_product_additional_information' action 2016-12-18 00:53:45 +02:00
wc-term-functions.php Fixed wc_get_product_terms() when using menu_order ordering 2017-01-11 16:14:28 -02:00
wc-update-functions.php Update CLI callback 2016-12-13 13:38:20 +00:00
wc-user-functions.php Use mb_ functions and add tests 2017-01-22 01:24:20 +00:00
wc-webhook-functions.php Require create webhook secret in the REST API 2016-06-27 21:55:54 -03:00
wc-widget-functions.php Define full path for includes 2016-07-27 11:58:43 +01:00