Justin Shreve
|
226fdb870b
|
Misc cleanup of descriptions and some error strings.
|
2016-07-26 10:24:15 -07:00 |
Jeff Stieler
|
af1e3d0417
|
Remove WC_REST_Settings_Options_Controller dependency on WC_REST_Settings_API_Controller.
|
2016-07-26 10:24:15 -07:00 |
Jeff Stieler
|
8ff799562b
|
Remove WC_REST_Settings_Controller dependency on WC_REST_Settings_API_Controller.
|
2016-07-26 10:24:15 -07:00 |
Jeff Stieler
|
2fcb15d9cf
|
Rename WC_Rest_Settings_Groups_Controller to WC_Rest_Settings_Controller.
|
2016-07-26 10:24:15 -07:00 |
Jeff Stieler
|
f168f356bc
|
Rename WC_Rest_Settings_Controller to WC_Rest_Settings_Options_Controller.
|
2016-07-26 10:24:15 -07:00 |
Jeff Stieler
|
cca2a0ff5e
|
Reuse WC Admin Setting’s save_fields() instead of duplicating code for sanitizing saved values.
|
2016-07-26 10:24:15 -07:00 |
Jeff Stieler
|
f3e21123d1
|
Use WC Admin Settings’s get_option() in REST Settings controller instead of duplicating code.
|
2016-07-26 10:24:15 -07:00 |
Jeff Stieler
|
4f98586979
|
Add _links to returned settings groups.
|
2016-07-26 10:24:15 -07:00 |
Jeff Stieler
|
24014a5d04
|
Move bulk settings updating to the Settings controller, following existing batch endpoint patterns.
|
2016-07-26 10:24:15 -07:00 |
Jeff Stieler
|
7c119ac268
|
Add _links to /settings/<group> and /settings/<group>/<setting> responses.
|
2016-07-26 10:24:15 -07:00 |
Jeff Stieler
|
b2c628f0d8
|
Move settings group endpoint to Settings controller and only return settings-schema’d items.
|
2016-07-26 10:24:15 -07:00 |
Jeff Stieler
|
519be1c519
|
Add Settings controller getter method for all group settings.
|
2016-07-26 10:24:15 -07:00 |
Jeff Stieler
|
b69c9814af
|
Match parent signature of prepare_item_for_response(), add getter method for settings.
|
2016-07-26 10:24:15 -07:00 |
Claudio Sanches
|
7b78a6d9a7
|
Small tweaks to make it follow the REST API standards
|
2016-07-26 10:24:15 -07:00 |
Justin Shreve
|
56b769614d
|
edit_item should be update_item
|
2016-07-26 10:24:15 -07:00 |
Justin Shreve
|
3c35721bea
|
Rename update_ functions to edit_item, and get_groups/get_settings to get_item and get_items per feedback. Also move the namespace into each class.
|
2016-07-26 10:24:15 -07:00 |
Justin Shreve
|
fa27f277a1
|
Split settings and groups controllers into two separate files.
|
2016-07-26 10:24:15 -07:00 |
Justin Shreve
|
bf1ffbeff8
|
Fix how classic groups/settings are registered so that they are always avaiable when calling filters.
|
2016-07-26 10:24:15 -07:00 |
Justin Shreve
|
3de423b5c2
|
Wrap up settings api
|
2016-07-26 10:24:15 -07:00 |
Justin Shreve
|
5de870bb08
|
Wrap up settings endpoints for updating, finish tests.
|
2016-07-26 10:24:15 -07:00 |
Justin Shreve
|
46028e0151
|
Refactor down to two concepts - settings groups and settings. Fix up tests, and start working on returning actual settings and their values.
|
2016-07-26 10:24:15 -07:00 |
Justin Shreve
|
8fee6bd3b9
|
Add a test for settings groups, make sure any bad keys/values are filtered out, update docs.
|
2016-07-26 10:24:15 -07:00 |
Justin Shreve
|
b8a45f031c
|
Add group info to the single locations endpoint & update our docs
|
2016-07-26 10:24:15 -07:00 |
Justin Shreve
|
12aa11d5be
|
Misc cleanup.
|
2016-07-26 10:24:15 -07:00 |
Justin Shreve
|
19d3bc4737
|
Add a permissions check to the locations endpoints and fill out the tests for them.
|
2016-07-26 10:24:15 -07:00 |
Justin Shreve
|
21b66f94ff
|
More setting location tests.
|
2016-07-26 10:24:15 -07:00 |
Justin Shreve
|
5ee4b5d4dd
|
Add the ability to get data on a single location.
|
2016-07-26 10:24:15 -07:00 |
Justin Shreve
|
11a3c89a2f
|
Make /settings/locations work properly. Add skeleton for tests and add register_routes test.
|
2016-07-26 10:24:15 -07:00 |
Justin Shreve
|
a9bb988873
|
Initial /settings API controller and /settings/locations route. Loads the WP-API and registers our namespace temporarily until WP-API is loaded by WC core.
|
2016-07-26 10:24:15 -07:00 |
Nicola Mustone
|
5613985882
|
Capitalise all the things
|
2016-07-26 15:47:04 +02:00 |
Mike Jolley
|
4f5896d908
|
[2.6] Only allow image MIME type upload via APIs
|
2016-07-21 16:20:13 +01:00 |
Claudio Sanches
|
2b6cbc7629
|
Sanitize image metadata
|
2016-07-19 14:24:11 -03:00 |
Claudio Sanches
|
4ed8d46867
|
[REST API] Make easy to update order line items #11450
|
2016-07-19 14:11:44 -03:00 |
Daniel Hüsken
|
602bd1f0cc
|
API: Add missing schema and output to visible field in products rest api
|
2016-07-14 08:41:02 +02:00 |
Claudio Sanches
|
6faeb89dd5
|
[REST API] Fixed variable images and downloads, closes #11420
|
2016-07-13 10:30:00 +02:00 |
Claudio Sanches
|
4c380aaa8d
|
[REST API] Fixed webhook secret format
|
2016-07-11 15:26:46 +02:00 |
Claudio Sanches
|
1ff19a31b1
|
[REST API] Fixed wrong error message when try update a product using the same name, closes #11373
|
2016-07-06 23:23:53 -03:00 |
Claudio Sanches
|
0fe6be1eec
|
[REST API] Delete variations when deletes a variable product, closes #11345
|
2016-07-04 16:42:07 -03:00 |
Claudio Sanches
|
81690c4dee
|
Fixed duplicated semicolon
|
2016-06-30 18:25:39 -03:00 |
Claudio Sanches
|
ef41395ae9
|
[2.6] [REST API] Added support for WP REST API with custom URL prefix
|
2016-06-30 18:23:21 -03:00 |
Claudio Sanches
|
529fa3eb58
|
[REST API] Improve how handle product and variations images #11310
|
2016-06-30 13:03:52 -03:00 |
kongper
|
132c848b38
|
Closes woothemes/woocommerce#11309
|
2016-06-30 14:38:41 +02:00 |
Claudio Sanches
|
ff50570b5c
|
[REST API] Check if tax subtotal exists before to prevent errors, closes #11270
|
2016-06-28 14:44:01 -03:00 |
Claudio Sanches
|
53552f8028
|
Require create webhook secret in the REST API
|
2016-06-27 21:55:54 -03:00 |
Claudio Sanches
|
c7579c5f0b
|
[REST API] Add "number" property to orders endpoint, closes #11250
|
2016-06-27 21:53:08 -03:00 |
Claudio Sanches
|
e57ab09fb4
|
Fixed variable product stock at product level, closes #11234
|
2016-06-23 19:36:39 -03:00 |
Claudio Sanches
|
78adee9dcb
|
[2.6] [REST API] Fixed the type of the params from _product_attributes in the legacy endpoints too #11200
|
2016-06-21 18:52:40 -03:00 |
Claudio Sanches
|
43b4d1e5eb
|
[2.6] [REST API] Fixed the type of the params from _product_attributes, closes #11200
|
2016-06-21 18:37:05 -03:00 |
Claudio Sanches
|
5a401236af
|
[2.6] [REST API] Remove empty values from _default_attributes #11200
|
2016-06-21 18:09:22 -03:00 |
Claudio Sanches
|
1e0077dc6e
|
Use same translation string for errors
|
2016-06-20 17:43:09 -03:00 |