woocommerce/includes
Jon Surrell 85fa9df7fe Drop "bubbling" support for logs
The concept of bubbling or consuming logs has little benefit for our use case.
Drop support for bubbling and simplify logging.
2016-12-29 11:58:43 +01:00
..
abstracts Drop "bubbling" support for logs 2016-12-29 11:58:43 +01:00
admin Use autoloader for log handlers 2016-12-29 11:58:43 +01:00
api Merge pull request #12678 from franticpsyx/rest-api-set-order-item-action 2016-12-23 14:18:31 +00:00
cli Fixed coding standards 2016-12-15 15:11:08 -02:00
data-stores fix get_post_parent fatal error 2016-12-27 10:34:32 +02:00
emails Update logger calls 2016-12-29 11:58:42 +01:00
gateways remove print_r calls from paypal handler 2016-12-29 11:58:42 +01:00
legacy Wrap all deprecation calls. 2016-11-23 16:15:00 +00:00
libraries Fix strings case (#12069) 2016-10-12 11:16:30 +01:00
log-handlers Drop "bubbling" support for logs 2016-12-29 11:58:43 +01:00
payment-tokens Payment Token Data Store 2016-11-14 06:20:41 -08:00
shipping More styling settings tweaks 2016-12-21 11:36:48 +00:00
shortcodes Wrap all deprecation calls. 2016-11-23 16:15:00 +00: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 Handle search params in filters 2016-12-23 14:45:58 +00:00
class-wc-ajax.php fix include field typo 2016-12-27 10:36:44 +02: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 Use autoloader for log handlers 2016-12-29 11:58:43 +01:00
class-wc-background-updater.php Update logger calls 2016-12-29 11:58:42 +01:00
class-wc-breadcrumb.php PHPCS: WordPress.Arrays.ArrayDeclaration.NoCommaAfterLast 2016-08-27 05:08:49 +03:00
class-wc-cache-helper.php Data stores 2016-11-14 18:18:08 +00:00
class-wc-cart.php Remove virtual products from shipping packages 2016-12-19 16:17:50 +00:00
class-wc-checkout.php Merge pull request #12683 from franticpsyx/shipping-rate-taxes-array-not-saved 2016-12-23 14:19:43 +00: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 Remove validate_cart_excluded_sale_items 2016-12-14 11:17:22 +00:00
class-wc-customer-download.php Add actions for all object types 2016-12-19 17:09:52 +00:00
class-wc-customer.php Make sure get_hook_prefix is present on all of our classes. 2016-11-22 04:20:25 -08:00
class-wc-data-exception.php Revert "Remove exception class" 2016-08-24 10:20:58 +01:00
class-wc-data-store.php Interface naming 2016-11-22 13:54:51 +00:00
class-wc-download-handler.php Download update routine and interface 2016-11-18 19:29:37 +00:00
class-wc-emails.php Wrap all deprecation calls. 2016-11-23 16:15:00 +00:00
class-wc-embed.php add translators comments 2016-10-29 20:32:38 +03:00
class-wc-form-handler.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-frontend-scripts.php Add select2 script and CSS 2016-12-20 16:45:22 +00:00
class-wc-geo-ip.php Update logger calls 2016-12-29 11:58:42 +01:00
class-wc-geolocation.php Update logger calls 2016-12-29 11:58:42 +01:00
class-wc-https.php PHPCS: WordPress.Arrays.ArrayDeclaration.NoCommaAfterLast 2016-08-27 05:08:49 +03:00
class-wc-install.php Update logger calls 2016-12-29 11:58:42 +01:00
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 Move log levels to independent class 2016-12-29 11:58:43 +01:00
class-wc-logger.php Drop "bubbling" support for logs 2016-12-29 11:58:43 +01:00
class-wc-order-factory.php Merge pull request #12403 from woocommerce/order-item-data-store 2016-11-22 03:39:53 -08: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 Fix order item meta 2016-11-24 11:50:34 +00: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 use get_order instead of creating new object when applying woocommerce_get_product_from_item 2016-12-21 21:01:47 +02: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 Add actions for all object types 2016-12-19 17:09:52 +00:00
class-wc-order-refund.php Add actions for all object types 2016-12-19 17:09:52 +00:00
class-wc-order.php Merge pull request #12680 from franticpsyx/remaining-incorrect-inline-comments 2016-12-22 22:37:33 +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 Use real cache keys 2016-12-08 17:57:07 +00:00
class-wc-post-types.php Rewrite should be false 2016-12-14 11:28:26 +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 Unused code 2016-12-12 13:43:39 +00:00
class-wc-product-factory.php Use real cache keys 2016-12-08 17:57:07 +00:00
class-wc-product-grouped.php Move get_price_suffix back to main class 2016-12-02 17:02:06 +00:00
class-wc-product-simple.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-product-variable.php fix incorrect inline comments 2016-12-22 19:41:23 +02:00
class-wc-product-variation.php fix product variation hook prefix for consistency 2016-12-21 18:06:42 +02:00
class-wc-query.php Include $endpoint in woocommerce_endpoint_X_title filter #12676 2016-12-25 20:43:25 -02: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 fix incorrect inline comments 2016-12-22 19:41:23 +02: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 Wrap all deprecation calls. 2016-11-23 16:15:00 +00:00
class-wc-shortcodes.php Base transient name on query args 2016-12-09 16:27:54 +00:00
class-wc-structured-data.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-tax.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-template-loader.php Clean up template loader logic 2016-12-06 11:52:15 +00: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 [2.6] Fixed when should deliver wp_trash_post 2016-11-24 16:07:32 -02:00
wc-account-functions.php Use correct endpoint for lost password link 2016-12-07 12:07:10 +00: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 index package item names by cart item id 2016-12-19 12:52:02 +02:00
wc-conditional-functions.php Replace rating filters with taxonomy 2016-12-09 15:43:25 +00:00
wc-core-functions.php Drop `var_dump` as safe dump alternative 2016-12-29 11:58:43 +01:00
wc-coupon-functions.php Merge percent and cart percent coupon types 2016-12-14 11:07:08 +00:00
wc-deprecated-functions.php Typo 2016-12-16 10:36:21 +00:00
wc-formatting-functions.php colour -> color 2016-12-19 11:41:48 +00:00
wc-notice-functions.php Wrap all deprecation calls. 2016-11-23 16:15:00 +00:00
wc-order-functions.php Wrap all deprecation calls. 2016-11-23 16:15:00 +00:00
wc-order-item-functions.php Move order-item-functions queries to a data store. Rebase & update to use download data store. 2016-11-21 11:38:07 -08:00
wc-page-functions.php Wrap all deprecation calls. 2016-11-23 16:15:00 +00:00
wc-product-functions.php Ensure price is set 2016-12-23 14:30:47 +00:00
wc-rest-functions.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
wc-stock-functions.php Download update routine and interface 2016-11-18 19:29:37 +00:00
wc-template-functions.php Fixed coding standards 2016-12-15 15:11:08 -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 Fix term sorting 2016-12-15 14:09:01 +00:00
wc-update-functions.php Update CLI callback 2016-12-13 13:38:20 +00:00
wc-user-functions.php No need to update totals 2016-12-15 15:07:48 +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