Claudio Sanches
|
eb0f9656c2
|
Merge pull request #13765 from woocommerce/fix-13752
Cast values to float
|
2017-03-24 11:18:03 -03:00 |
Claudio Sanches
|
1147c4f5b3
|
Merge pull request #13764 from woocommerce/fix-13750
Support (not really) relative paths
|
2017-03-24 11:16:48 -03:00 |
Mike Jolley
|
ca8fafdd36
|
Hide enabled/description
|
2017-03-24 13:27:47 +00:00 |
Mike Jolley
|
53a7d54253
|
Update settings once
|
2017-03-24 13:22:09 +00:00 |
pierrebuet
|
32f8142c91
|
Fixes #13748
|
2017-03-24 12:13:00 +00:00 |
Mike Jolley
|
7857fbe41f
|
Cast values to float
Fixes #13752
|
2017-03-24 12:05:28 +00:00 |
Mike Jolley
|
3683950cca
|
Merge pull request #13762 from franticpsyx/stripslashes-of-posted-att-values-with-quotes
[3.0] Strip slashes of posted variation attribute values
|
2017-03-24 11:55:59 +00:00 |
Mike Jolley
|
7fd2f4f554
|
Support (not really) relative paths
Fixes #13750
|
2017-03-24 11:48:32 +00:00 |
Mike Jolley
|
819448daf5
|
Fix unit test
|
2017-03-24 11:35:54 +00:00 |
Mike Jolley
|
8b4ce8460a
|
Merge pull request #13757 from woocommerce/fix/rest-api/shipping-zones-methods-schema
[REST API] Properly handle required items of shipping zone methods
|
2017-03-24 10:39:23 +00:00 |
Mike Jolley
|
9af295d618
|
Merge pull request #13753 from woocommerce/fix/rest-api-shipping-zones-schema
[REST API] Fixed shipping zones schema
|
2017-03-24 10:38:51 +00:00 |
Mike Jolley
|
a9f3f9b82c
|
Merge pull request #13758 from woocommerce/fix/rest-api-system-status-schema
[REST API] System status schema fixes
|
2017-03-24 10:34:11 +00:00 |
Mike Jolley
|
af8e892f97
|
Merge pull request #13759 from woocommerce/fix/rest-api-settings-links
[REST API] Fixed links of settings endpoint
|
2017-03-24 10:33:16 +00:00 |
Mike Jolley
|
803786ceeb
|
Merge pull request #13755 from woocommerce/fix/shipping-zone-locations-schema
[REST API] Fixed shipping zone locations schema
|
2017-03-24 10:27:52 +00:00 |
Mike Jolley
|
285a49b7e0
|
Merge pull request #13747 from woocommerce/fix/rest-api-settings-schema
[REST API] Fixed settings schema.
|
2017-03-24 10:26:59 +00:00 |
Mike Jolley
|
5cb3b9e0ea
|
Merge pull request #13751 from woocommerce/fix/rest-api-setting-options-rest-base
[REST API] Fix setting options rest base
|
2017-03-24 10:26:22 +00:00 |
Mike Jolley
|
0ad1f6a63f
|
Merge pull request #13709 from woocommerce/fix-13708
Timezone/DST fixes
|
2017-03-24 10:25:08 +00:00 |
Manos Psychogyiopoulos
|
eb43190e1e
|
Stripslashes of posted variation attribute values
Resolves issues with values that contain quotes, for instance.
|
2017-03-24 12:00:46 +02:00 |
Claudio Sanches
|
7381b008e0
|
[REST API] Fixed links for settings endpoint
Do not allow embed and updated the key to reflect the items from the endpoint response
|
2017-03-24 01:56:50 -03:00 |
Claudio Sanches
|
00b9f636a8
|
Fixed description of items in system status schema
|
2017-03-24 00:48:41 -03:00 |
Claudio Sanches
|
bfbd45cf85
|
[REST API] System status schema items are all view context only
|
2017-03-24 00:43:46 -03:00 |
Claudio Sanches
|
5cc246b5cb
|
[REST API] All items from system status endpoint should be readonly
|
2017-03-24 00:41:39 -03:00 |
Claudio Sanches
|
3ca1d946d9
|
[REST API] Properly handle required items of shipping zone methods
|
2017-03-23 22:19:16 -03:00 |
Claudio Sanches
|
7a671ab8a5
|
[REST API] Fixed shipping zone locations schema
This also fix improper sanitization and validation of the items.
|
2017-03-23 21:44:46 -03:00 |
Claudio Sanches
|
c369cdc8bd
|
Fixed shipping zones schema unit tests
|
2017-03-23 20:56:41 -03:00 |
Claudio Sanches
|
8f3f313eff
|
Fixed coding standards
|
2017-03-23 20:56:02 -03:00 |
Claudio Sanches
|
85494e5d86
|
[REST API] Fixed shipping zones schema
"name" is only required while creating a new zone.
"order" do request to define "required" and is already sanitized by
"integer" type.
|
2017-03-23 20:51:21 -03:00 |
Claudio Sanches
|
b1023c23c6
|
Fixed setting options endpoint tests
|
2017-03-23 20:45:22 -03:00 |
Claudio Sanches
|
ffe1deba51
|
Disable setting options endpoint in CLI
|
2017-03-23 20:37:42 -03:00 |
Claudio Sanches
|
c24882f5d2
|
Apply change on rest_base to WC_REST_Setting_Options_Controller methods
|
2017-03-23 20:05:19 -03:00 |
Claudio Sanches
|
fb80482d73
|
Fixed rest_base
|
2017-03-23 19:56:56 -03:00 |
Claudio Sanches
|
0a7076744e
|
[REST API] Fixed settings/options rest_base
|
2017-03-23 19:52:35 -03:00 |
Claudio Sanches
|
39e1fd9fc3
|
Merge pull request #13745 from woocommerce/fix/rest-api-name-convention
[REST API] Fixed file name convention
|
2017-03-23 19:50:51 -03:00 |
Claudio Sanches
|
94cb95c000
|
Merge pull request #13746 from woocommerce/fix/rest-api-shipping-methods-schema
[REST API] All items in shipping_methods endpoint are readonly
|
2017-03-23 19:50:39 -03:00 |
Claudio Sanches
|
b3fc0f31fa
|
Merge pull request #13744 from woocommerce/fix/rest-api-variation-default-attributes
[REST API] Fixed a minor bug that prevents saving default_attributes
|
2017-03-23 19:50:18 -03:00 |
Claudio Sanches
|
e33235ebf3
|
[REST API] Fixed settings schema.
Included context and readonly for all items.
And removed sanitize_callback used only in write context
|
2017-03-23 18:15:30 -03:00 |
Claudio Sanches
|
f65cbdbfa4
|
[REST API] All items in shipping_methods endpoint are readonly
|
2017-03-23 17:59:50 -03:00 |
Claudio Sanches
|
44319e20f7
|
[REST API] Fixed file name convention
|
2017-03-23 17:48:37 -03:00 |
Claudio Sanches
|
b8faa2197c
|
[REST API] Fixed default_attributes in legacy REST API
|
2017-03-23 17:23:12 -03:00 |
Claudio Sanches
|
8371882002
|
[REST API] Fixed a minor bug that prevents saving default_attributes
|
2017-03-23 17:19:07 -03:00 |
Claudio Sanches
|
590c78ca98
|
Merge branch 'master' of github.com:woocommerce/woocommerce
|
2017-03-23 13:40:18 -03:00 |
Claudio Sanches
|
3f82db5cbd
|
Fixed unit tests for review GMT dates
|
2017-03-23 13:39:46 -03:00 |
Claudio Sanches
|
5d19bba83d
|
Fixed unit tests for variation image
|
2017-03-23 13:39:16 -03:00 |
Claudio Sanches
|
caae2d2a0f
|
Fixed Products_API::test_product_schema() total of properties
|
2017-03-23 13:38:25 -03:00 |
Mike Jolley
|
1876c83409
|
Merge pull request #13743 from rodrigoprimo/deprecated-messages
Add the class name to deprecated messages wherever appropriate
|
2017-03-23 16:37:46 +00:00 |
Mike Jolley
|
91aa8a1b09
|
Merge pull request #13742 from woocommerce/fix-13734
Show variation prices if the sale prices do not all match
|
2017-03-23 16:37:04 +00:00 |
Rodrigo Primo
|
28c8ae8f95
|
Add the class name to deprecated messages wherever appropriate
Doing this change to make it easier to locate the deprecated method and its replacement and also to be consistent with the other deprecated messages.
|
2017-03-23 12:32:02 -03:00 |
Mike Jolley
|
df80de59ab
|
Merge pull request #13736 from woocommerce/fix-13731
Use term ID, not slug
|
2017-03-23 15:22:41 +00:00 |
Mike Jolley
|
9ea23023c5
|
Merge pull request #13737 from woocommerce/fix-13728
Use floats for qty
|
2017-03-23 15:14:28 +00:00 |
Mike Jolley
|
e8974f709d
|
docblock
Closes #13740
|
2017-03-23 14:25:56 +00:00 |