Mike Jolley
|
5587ff6874
|
Variation data store should remove product_type term on save
Closes #16409
|
2017-08-11 12:32:12 +01:00 |
Mike Jolley
|
6421b2a0be
|
Fix rtrim for non - separators
|
2017-07-12 15:17:48 +01:00 |
Mike Jolley
|
8dcbf9aa8d
|
Force date created on update if not set.
Closes #15834
|
2017-06-28 12:25:23 +01:00 |
Claudiu Lodromanean
|
5ebc4a4010
|
Merge pull request #15740 from woocommerce/update/prime-term-caches
Update/prime term caches for product queries
|
2017-06-22 08:18:55 -07:00 |
Mike Jolley
|
67bc729ea5
|
update_post_caches for all posts at once
|
2017-06-22 13:39:17 +01:00 |
Mike Jolley
|
74cb2965b3
|
Ensure we have a parent
Fixes #15737
|
2017-06-22 12:06:10 +01:00 |
Mike Jolley
|
e06aa6f60a
|
Prime term cache before read
|
2017-06-21 17:09:39 +01:00 |
claudiulodro
|
57c5bab731
|
Space
|
2017-06-14 09:58:15 -07:00 |
Mike Jolley
|
cb34cb8d81
|
Made variations more lenient so that they can be created whilst a parent does not yet exist
|
2017-06-14 16:37:46 +01:00 |
Mike Jolley
|
012f251e42
|
Update variation outofstock term on save.
|
2017-06-12 13:09:47 +01:00 |
Mike Jolley
|
e0a64ad36a
|
Variations to inherit catalog_visibility
|
2017-06-06 14:49:32 +01:00 |
Mike Jolley
|
fc4a9d185e
|
Move changes after set name
|
2017-05-31 16:28:55 +01:00 |
Claudio Sanches
|
bc3c7f6bbd
|
Merge branch 'master' into fix/15315
|
2017-05-31 11:59:49 -03:00 |
Mike Jolley
|
6883b49e81
|
Atom sucks
|
2017-05-31 15:57:49 +01:00 |
Mike Jolley
|
21300951f1
|
Fix tests due to generated names
|
2017-05-31 13:48:28 +01:00 |
Mike Jolley
|
532ddfa6b0
|
Merge conflicts
|
2017-05-31 12:23:52 +01:00 |
Mike Jolley
|
2346af1816
|
Update title if changed
This could be the result of a term name changing, parent changing etc.
Fixes #15315
May degrade performance if reading many variations.
|
2017-05-30 13:20:36 +01:00 |
Mike Jolley
|
f1d718d38a
|
Format parent stock qty on read
Fixes #14759
|
2017-05-29 10:03:35 +01:00 |
Mike Jolley
|
2e5053633b
|
CRUD should update post type on update so it matches expected value.
|
2017-05-25 12:09:59 +01:00 |
Mike Jolley
|
c16acc6b51
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# assets/css/wc-setup-rtl.css
# assets/css/wc-setup.css
|
2017-05-23 19:00:24 +01:00 |
Mike Jolley
|
d3666738d8
|
Merge branch 'pr/15069'
|
2017-05-23 18:56:58 +01:00 |
Mike Jolley
|
00e5189a05
|
Merge pull request #15070 from rasmusbe/phpdoc-missing-return-throws
Phpdoc: Add missing return and throws
|
2017-05-23 18:50:58 +01:00 |
Mike Jolley
|
2383799409
|
A single multi-word attribute is fine for variation titles
Closes #15225
|
2017-05-23 10:52:44 +01:00 |
Mike Jolley
|
fc8100877c
|
Undo change
|
2017-05-22 12:19:54 +01:00 |
Mike Jolley
|
2082d84e4d
|
Always sync incorrect titles on variation read regardless of version
For #15158
|
2017-05-19 11:28:13 +01:00 |
Mike Jolley
|
eb147197a2
|
Variations should inherit purchase_note from parent.
Fixes #15115
|
2017-05-18 14:47:00 +01:00 |
Rasmus Bengtsson
|
185934fad9
|
Fix phpdoc to include params and correct types
|
2017-05-15 13:50:52 +02:00 |
Rasmus Bengtsson
|
4a3902cd48
|
PHPDoc: Add missing throws statement
|
2017-05-15 13:39:03 +02:00 |
Rasmus Bengtsson
|
6a7fc8650f
|
Remove unused local variables
|
2017-05-15 12:06:52 +02:00 |
Mike Jolley
|
37a544dd6f
|
Ensure needle is set
Fixes #15004
|
2017-05-10 19:30:34 +01:00 |
Claudio Sanches
|
0b60af0774
|
Merge pull request #14415 from woocommerce/fix/save-post-infinite-loops
Prevent infinite loops during save_post
|
2017-04-20 00:44:57 -03:00 |
Mike Jolley
|
1f28b9d0b8
|
Other object types
|
2017-04-15 21:18:24 +01:00 |
claudiulodro
|
96ed33f227
|
Use read_downloads in variations
|
2017-04-14 14:18:08 -07:00 |
Mike Jolley
|
5cfed7569c
|
Simplify wc_is_attribute_in_product_name and change separator
|
2017-04-11 21:12:30 +01:00 |
Claudiu Lodromanean
|
903b176b99
|
Attribute title tweaks
|
2017-04-10 13:16:58 -07:00 |
Mike Jolley
|
7418b9f8b8
|
If variation tax class meta is not set, it should be 'parent' to support 2.6 data
Fixes #14108
|
2017-04-07 17:13:59 +01:00 |
Mike Jolley
|
5701b1f7e2
|
Get cross sells from parent
fixes #14054
|
2017-04-06 19:01:57 +01:00 |
Claudio Sanches
|
42ca7bda3d
|
Merge pull request #13989 from woocommerce/fix/product-meta-save_post
Fix saving meta when using `save_post`.
|
2017-04-06 14:38:16 -03:00 |
Mike Jolley
|
fd3e656912
|
Pull tax status from parent since there is no UI to set at variation level
|
2017-04-06 17:54:34 +01:00 |
Justin Shreve
|
15bf1da7d5
|
Call save_meta_data before wp_update_post for data stores that use it, and refresh meta cache after.
|
2017-04-05 14:39:41 -07:00 |
Claudio Sanches
|
f250cac8d1
|
Merge pull request #13967 from woocommerce/fix/13933
Use parent settings for determining if variations are sold individually.
|
2017-04-05 15:33:17 -03:00 |
Claudiu Lodromanean
|
5389844a1b
|
Use parent data for sold_individually
|
2017-04-05 11:02:26 -07:00 |
Mike Jolley
|
27b35c0515
|
Using WPDB is quicker than wp_update_post
|
2017-04-05 18:40:59 +01:00 |
Claudiu Lodromanean
|
28726570bf
|
Use new_* hooks instead of created_*
|
2017-03-28 11:05:45 -07:00 |
Mike Jolley
|
29d6f69a87
|
Revert "Clear parent transients on variation save"
This reverts commit 0694312cc9 .
|
2017-03-28 14:32:52 +01:00 |
Mike Jolley
|
e575904fbf
|
Revert "Clear parent transient on variation creation"
This reverts commit 5f573b8777 .
|
2017-03-28 14:32:46 +01:00 |
Mike Jolley
|
5f573b8777
|
Clear parent transient on variation creation
|
2017-03-28 14:01:02 +01:00 |
Mike Jolley
|
0694312cc9
|
Clear parent transients on variation save
|
2017-03-28 13:51:22 +01:00 |
Mike Jolley
|
7e462b9cca
|
Data store date handling
|
2017-03-23 00:10:29 +00:00 |
Mike Jolley
|
3b35d95c6a
|
Use gmdate and GMT in data stores so times are not changed
|
2017-03-22 12:01:38 +00:00 |