Skip to content

Make WooCommerce core play nice with Codeception/WP-Loader #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 455 commits into
base: master
Choose a base branch
from

Conversation

justinstern
Copy link
Owner

@justinstern justinstern commented Sep 5, 2016

If is_blog_installed() is false then skip some installation steps that are performed on the init action and which require the database to be available

@justinstern justinstern changed the title Make WooCommerce core play nice with Codeception Make WooCommerce core play nice with Codeception/WP-Loader Sep 5, 2016
opportus and others added 29 commits September 21, 2016 15:52
Fix for issue woocommerce#11811
woocommerce#11811

IE handles hitting <ENTER> on an input field differently than
Chrome or Firefox in that it finds the nearest submit button
and fires the event from it instead of the actual text field
from which the user hit <ENTER>.

This commit catches the <ENTER> key event before the submit happens
and forces the cart_submit handling on that event instead.
…-for-ie

Fix cart update field enter on submit for IE
…-processing-session-locking

Fix session locking in background processing class
Tweets were sending out with the @woothemes handle still, the account we're phasing out. Changed `data-via=` from WooThemes to WooCommerce.
…Ls, excluding the Travis CI integration which correctly uses 'woocommerce/woocommerce'.
…ocommerce

Swap 'woothemes' for 'woocommerce'
…-api

Implement Variation Endpoints & Tests
…n-backorder-with-parent-managing-stock

[2.6] Variation is_on_backorder fails when parent manages stock and child doesn't...
Shiva Poudel and others added 30 commits October 28, 2016 23:59
Add $load_address to 'woocommerce_my_account_edit_address_title'
* Fix - Photoswipe action button background style

* Fix - Do not scroll to top after closing PhotoSwipe

* Tweak - Move photoswipe style overides to WooCommerce stylesheet

Closes woocommerce#12200
Filter `calc_shipping_tax` function the same way as `calc_tax`.
…oocommerce#12234)

* Filter the offers separately from the overall product markup

* Rename filter as per feedback on the PR
…2238

Use all paid statuses in $customer->get_total_spent()
Fix - Duplicate form-row class in woocommerce form field
* Allow remove product category images

* Allow remove sending an empty array too
a11y: Replace "title" attributes with "aria-label" where needed
…ption-safe

Conflicts:
	includes/class-wc-post-types.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.