forked from woocommerce/woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
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
justinstern
wants to merge
455
commits into
master
Choose a base branch
from
codeception-safe
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Travis CI check...
Fixes based in the http://www.nbkr.kg website
…symbol Fixed KGS currency symbol.
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.
Added @return in add_additional_fields_schema()
Change Twitter handle to WooCommerce
Fixed typo mistake
[feature] Add ons screen update
…Ls, excluding the Travis CI integration which correctly uses 'woocommerce/woocommerce'.
…ocommerce Swap 'woothemes' for 'woocommerce'
…tions. Also adds tests.
…-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...
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()
…ents i18n: add translators comments
Fix - Duplicate form-row class in woocommerce form field
* Allow remove product category images * Allow remove sending an empty array too
Merge Updates
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If
is_blog_installed()
is false then skip some installation steps that are performed on theinit
action and which require the database to be available