roykho
76762a08f8
Update deprecated jQuery functions for users.js
2021-04-28 16:21:59 -05:00
roykho
b924230b41
Update deprecated jQuery functions for system-status.js
2021-04-28 16:21:59 -05:00
roykho
142aad6a44
Update deprecated jQuery functions for settings.js
2021-04-28 16:21:58 -05:00
roykho
d84eb2d6bb
Update deprecated jQuery functions for settings-views-html-settings-tax.js
2021-04-28 16:21:58 -05:00
roykho
81d6e50bbd
Update deprecated jQuery functions for quick-edit.js
2021-04-28 16:21:58 -05:00
roykho
58cfd4c0c2
Fixed removeAttribute replacements
2021-04-28 16:21:58 -05:00
roykho
4d0df8d341
Update deprecated jQuery functions for meta-boxes-product.js
2021-04-28 16:21:58 -05:00
roykho
f59c7772e5
Update deprecated jQuery functions for meta-boxes-product.js
2021-04-28 16:21:58 -05:00
roykho
afb9656561
Update deprecated jQuery functions for meta-boxes-product-variation.js
2021-04-28 16:21:58 -05:00
roykho
18797493b3
Update deprecated jQuery functions for meta-boxes-order.js
2021-04-28 16:21:58 -05:00
roykho
6e50fc0cf1
Update deprecated jQuery functions for meta-boxes-coupon.js
2021-04-28 16:21:58 -05:00
roykho
13a9dbb422
Update deprecated jQuery functions for backbone-modal.js
2021-04-28 16:21:58 -05:00
roykho
37f7ccc1f2
Update deprecated jQuery functions for api-keys.js
2021-04-28 16:21:58 -05:00
roykho
08aa9e32eb
Update deprecated jQuery functions for jquery.blockui.js
2021-04-28 16:21:58 -05:00
roykho
3d1391f6bd
Update deprecated jQuery functions for jquery.zoom.js
2021-04-28 16:21:58 -05:00
roykho
a5543fd79f
Update deprecated jQuery functions for jquery.tiptip.js
2021-04-28 16:21:58 -05:00
roykho
ebdaaa3f08
Update deprecated jQuery functions for jquery.cookie.js
2021-04-28 16:21:58 -05:00
roykho
6b7b8d7b8e
Update deprecated jQuery functions for jquery.flexslider.js
2021-04-28 16:21:58 -05:00
roykho
ac445e058c
Update deprecated jQuery functions for jquery.flot
2021-04-28 16:21:58 -05:00
roykho
176cd16278
Update deprecated jQuery functions for jquery.flexslider.js
2021-04-28 16:21:58 -05:00
roykho
dddd0d6588
Update deprecated jQuery functions for jquery.serializejson.js
2021-04-28 16:21:57 -05:00
roykho
e4bfbe7597
Update deprecated jQuery functions for jquery.float.resize.js
2021-04-28 16:21:57 -05:00
roykho
c4c02a20bb
Update deprecated jQuery functions for jquery.flot.js
2021-04-28 16:21:57 -05:00
roykho
ef572483d8
Update deprecated jQuery functions for jquery.payment.js closes #28284
2021-04-28 16:21:57 -05:00
Ron Rennick
6910b2080a
Merge branch 'trunk' into try/individual-test-files
2021-04-28 14:28:27 -03:00
Ron Rennick
f7447b12fa
remove debug code
2021-04-28 14:27:32 -03:00
Greg
c51fce6bb4
Merge pull request #29770 from woocommerce/fix/29769
...
user customer user for order search
2021-04-28 11:13:09 -06:00
Ron Rennick
08599ea206
use evalAndClick on add coupon button
2021-04-28 12:15:13 -03:00
Nestor Soriano
83fed1eab5
Implement the LookupDataStore::create_lookup_table_entries_for_variable_product method.
2021-04-28 16:57:47 +02:00
Nestor Soriano
94f5dfaa11
Make the DataRegenerator::delete_all_attributes_lookup_data method public.
2021-04-28 16:56:29 +02:00
Ron Rennick
779cfc89d4
Merge branch 'trunk' into try/repeatable-onboarding-flow
2021-04-28 10:18:39 -03:00
gilesholder
5b9a8d65ae
Merge pull request #1 from gilesholder/gilesholder-patch-1
...
PayPal settings title - capitalisation fix for consistency
2021-04-28 12:46:21 +01:00
gilesholder
44493149d5
Update settings-paypal.php
...
Makes IPN notification title consistent with the other titles (no capital letter starts on new words)
2021-04-28 12:36:45 +01:00
Nestor Soriano
21053afec1
Partially implement LookupDataStore::update_data_for_product
...
For now it only creates data for non-variable products.
2021-04-28 12:25:56 +02:00
Bero
1d232ddd1f
Merge branch 'trunk' into update/extensions-search-all-categories
2021-04-28 11:06:24 +02:00
Nestor Soriano
d1744ac99a
Add the ProductAttributesLookup\DataRegenerator class.
...
This class creates and fills the product attributes lookup table
from the existing products. It does so by in small chunks by using
Action Scheduler; it handles all the batches and the scheduling
by itself.
It also adds two entries to the debug tools menu:
- Initiate lookup table regeneration (deleting the existing table first)
- Enable or disable the actual usage of the lookup table
for product filtering
The first one is the only way to generate the lookup table for now
(there's no explicit data migration).
The actual filling of the table is delegated to a LookupDataStore class
that is not implemented yet, so for now the table isn't actually filled.
Also enabling/disabling the lookup table usage has no real effect yet.
2021-04-28 10:30:11 +02:00
Nestor Soriano
10adec6b88
Improvements in the engine behind the debug tools page.
...
Two new optional keys have been added to the tool definition array:
- 'disabled': when true the tool button will appear disabled.
- 'needs_refresh': when running a tool, by default the tool definitions
are retrieved first, then the selected tool is executed,
then the definitions previously retrieved are rendered.
When this key is true the tool definitions are retrieved again
after execution, useful for cases where the tool description
or button enable/disable state changes after the tool execution.
Also now if a tool execution throws an exception a notice will be
shown with the execption message, previously the exception
was unhandled.
2021-04-28 10:24:23 +02:00
Nestor Soriano
bad3df3e23
Fix code sniffer errors
2021-04-28 09:36:10 +02:00
jonathansadowski
8e45860732
Merge pull request #29706 from woocommerce/fix/27317-selectwoo-a11y
...
Update SelectWoo to 1.0.9 and take advantage of data-label support.
2021-04-27 16:23:08 -05:00
Ron Rennick
0d7388e9d4
update for feedback, better wait impementation
2021-04-27 17:45:21 -03:00
barryhughes
2a70009c89
Merge branch 'trunk' into fix/27317-selectwoo-a11y
2021-04-27 13:23:56 -07:00
Ron Rennick
d67e340548
Merge branch 'trunk' into fix/order-search-test
2021-04-27 16:42:42 -03:00
Ron Rennick
6382ab0e66
give cart and checkout coupon tests unique titles
2021-04-27 16:27:35 -03:00
Ron Rennick
9369810682
update onboarding flow modal checks
2021-04-27 15:41:50 -03:00
Ron Rennick
df3d3f2a37
return test name when there is no screenshot
2021-04-27 13:50:39 -03:00
Ron Rennick
cf3387df87
Merge branch 'trunk' into e2e/remove-unused-product-import
2021-04-27 11:54:20 -03:00
Ron Rennick
f3652e2def
update both customer billing and shipping
2021-04-27 11:16:44 -03:00
Néstor Soriano
8095f7962c
Merge pull request #29766 from woocommerce/fix/29696
...
Remove set_backorders logic from external products closes #29696
2021-04-27 16:02:26 +02:00
Ron Rennick
70ff64d427
add the billing address to the customer account
2021-04-26 23:44:58 -03:00
Claudio Sanches
ef61092ebd
Merge pull request #29771 from woocommerce/update/woocommerce-dev-version
...
Update version to 5.4.0-dev in woocommerce.php
2021-04-26 16:50:39 -03:00