Claudio Sanches
61fc67b867
Fixed composer license syntax
2018-01-24 14:13:45 -02:00
Jared Burke
8c62d76aee
Fix: use string escape for order numbers
2018-01-24 09:45:35 -06:00
Paul Dechov
98fe2c7c3e
Remove newline and whitespace from dropdown option tooltips
2018-01-24 10:31:16 -05:00
Paul Dechov
5cc6a589ab
Make step navigation take up full width, even if there are fewer than 5
2018-01-24 10:29:44 -05:00
Mike Jolley
c27df5833f
Merge pull request #18556 from woocommerce/tweak/hook-on-order-recalculation
...
Add action to hook onto for order recalculation
2018-01-24 09:06:39 +00:00
Boro Sitnikovski
e684afc5e6
Update name
2018-01-24 08:46:26 +01:00
Peter Westwood
0b19427d1d
Order: Make note of two more meta keys that we store for an order.
2018-01-23 19:27:20 -07:00
Steve Grunwell
16b59b60a0
Merge branch 'master' into feature/post-system-status-tool-hook
2018-01-24 01:45:44 +00:00
Paul Dechov
e5d00fa98e
Fix payment addons link again
2018-01-23 18:25:44 -05:00
Paul Dechov
6dfcdab1bc
Remove margin before service settings, as margin now follows content above
2018-01-23 18:23:46 -05:00
Paul Dechov
7f973c2c79
Tweak Activate step lower heading to reflect listing of features of above
2018-01-23 18:20:47 -05:00
Paul Dechov
591dd9ec2d
Clarify 'payments' (in WCS feature list) to 'payment setup'
2018-01-23 18:19:12 -05:00
Paul Dechov
4eb1c182b2
Point PPEC extension link to woocommerce.com instead of wordpress.org
2018-01-23 18:16:33 -05:00
Mike Jolley
bd27409312
Merge pull request #18550 from shoheitanaka/patch-9
...
Correction of English spelling of prefectures
2018-01-23 16:29:26 +00:00
Claudiu Lodromanean
5f613656af
Merge pull request #18564 from woocommerce/fix/18501
...
Move custom image sizes registration to the init hook
2018-01-23 08:17:20 -08:00
Claudiu Lodromanean
3bfa3b29a9
Merge pull request #18565 from woocommerce/fix/18558
...
Use only review count
2018-01-23 08:08:43 -08:00
Mike Jolley
42b1ab50c0
Ensure customer id is not empty in cookie
2018-01-23 13:36:53 +00:00
Mike Jolley
1c92b970a9
Use only review count
...
Closes #18558
2018-01-23 11:03:30 +00:00
Tiago Noronha
149ff95e8a
Move custom image sizes registration to the init hook
2018-01-23 12:56:37 +02:00
Mike Jolley
ac0a23862f
Merge pull request #18560 from james-allan/3_3_set_paypal_api_credentials
...
On 3.3 upgrade set PayPal sandbox API credentials
2018-01-23 10:38:56 +00:00
James Allan
b2510773b1
On 3.3 upgrade set PayPal sandbox API credentials
2018-01-23 12:53:17 +10:00
Claudiu Lodromanean
d3b98d88f2
Merge pull request #18552 from woocommerce/fix/18548
...
Update fragment when removing from cart
2018-01-22 11:13:32 -08:00
Claudiu Lodromanean
1e2cdb67ad
Merge pull request #18535 from woocommerce/update/disable-all-payment-gateways-by-default
...
Disable all payment gateways by default
2018-01-22 11:04:21 -08:00
Claudiu Lodromanean
34710ba5f1
Merge pull request #18534 from woocommerce/fix/children-when-swapping-type
...
Prevent grouped products showing when the type is variable
2018-01-22 11:03:30 -08:00
Claudiu Lodromanean
d9403988f4
Merge pull request #18555 from woocommerce/fix/18542
...
Remove the lone price/label/quantity class in grouped template
2018-01-22 10:45:03 -08:00
Mike Jolley
8ffa1c2d36
Merge pull request #18551 from liquidweb/standards/test-cleanup
...
Coding standards cleanup, primarily for the coupon unit tests
2018-01-22 15:45:38 +00:00
Mike Jolley
6389f1af9a
Merge branch 'fix-18452'
2018-01-22 15:43:32 +00:00
Mike Jolley
02ebd8f2ee
Coding standards
2018-01-22 15:43:23 +00:00
Boro Sitnikovski
af9441fea5
Add action to hook onto for order recalculation
2018-01-22 15:53:42 +01:00
Mike Jolley
b9a4a342e6
Remove the lone price/label/quantity class in grouped template
...
Closes #18542
2018-01-22 14:27:46 +00:00
Mike Jolley
b82dbb6354
Update fragment when removing from cart
...
Closes #18548
2018-01-22 10:50:57 +00:00
Steve Grunwell
183c1e9f9f
Add 'public' visibility declarations to coupon test methods
2018-01-22 04:13:13 +00:00
Steve Grunwell
553aede081
Use strict comparison in test_wc_coupons_enabled()
2018-01-22 04:11:02 +00:00
Steve Grunwell
031469f643
Remove an unused variable in the test
2018-01-22 04:10:38 +00:00
Steve Grunwell
21771ebbd3
Ensure that WP_Coupon instances are instantiated with parentheses
2018-01-22 04:10:14 +00:00
Steve Grunwell
7cb8f46b0a
*WHITESPACE ONLY* Equal sign and arrow alignment
2018-01-22 04:06:42 +00:00
Steve Grunwell
2ffb8c8481
Exclude tests/e2e-tests/ from the PEAR.Functions.FunctionCallSignature.EmptyLine sniff, or risk a ton of 'Empty lines are not allowed in multi-line function calls' errors.
2018-01-22 03:42:05 +00:00
Steve Grunwell
0766ed6ff7
Fix (or whitelist) coding standards violations in the test bootstrap file
2018-01-22 03:34:13 +00:00
Steve Grunwell
bb5417c102
require_once is a language construct, not a function, and thus doesn't require parentheses.
2018-01-22 03:24:52 +00:00
Steve Grunwell
3f7034602f
Don't enforce filename or inline commenting standards against the tests/ directory
2018-01-22 03:23:48 +00:00
Shohei Tanaka
e05a3723d2
Correction of English spelling of prefectures
...
Correction of English spelling of prefectures and addition of explanatory text.
Reference site
https://en.wikipedia.org/wiki/Prefectures_of_Japan
http://www.post.japanpost.jp/int/use/writing/ems.html
* please check [tokyo] spell at image for EMS.
I will edit the prefectures on translate file at translate.wordpress.org.
2018-01-22 06:23:30 +09:00
Paul Dechov
0eebd2b72a
Update payment gateway default enabled state in tests
2018-01-19 17:42:17 -05:00
Claudiu Lodromanean
62c4cbb0c8
Merge pull request #18487 from woocommerce/fix/18476
...
Fix tab corner offset
2018-01-19 13:33:35 -08:00
Konstantin Kovshenin
9a496e5d88
Helper: Fix some code problems in the connection prompt.
...
* Use `wc_get_screen_ids()` instead of hard-coding a list.
* Use the `$strict` param in `in_array()`
* Run the WooCommerce string through l10n to make sure we target the correct screen in non-English installs
2018-01-19 20:58:36 +03:00
Mike Jolley
2e88b98068
border box to fix 2012
2018-01-19 16:16:56 +00:00
Rodrigo Primo
89119f89ff
Merge pull request #18529 from bsessions85/fix/e2e-CI-branch
...
Update install script to account for forked branch
2018-01-19 11:38:06 -02:00
Mike Jolley
f6e0593d47
Prevent grouped products showing when the type is variable
2018-01-19 12:20:27 +00:00
Mike Jolley
ff7716509e
Merge pull request #18532 from woocommerce/fix/18527-numeric-username-lookup
...
Ajax customer search to cater for numeric usernames
2018-01-19 10:36:26 +00:00
Gerhard Potgieter
15e77b30a1
Merge pull request #18500 from woocommerce/tweak/pay-order-stock-filter
...
Allow stock to be overriden by filter when paying for orders
2018-01-19 10:15:58 +02:00
Gerhard Potgieter
4ef8251750
Merge pull request #18491 from woocommerce/update/helper-text
...
Updates Helper text to be correct
2018-01-19 10:13:15 +02:00