..
rest-attachments-controller.php
REST API: Ensure "Allow" header is returned for OPTIONS requests.
2019-03-19 03:21:28 +00:00
rest-autosaves-controller.php
Tests: Replace use of $this->server with rest_get_server() in test_registered_query_params().
2018-12-17 01:24:36 +00:00
rest-block-renderer-controller.php
REST API: Preserve unknown, respect null in server-side block rendering.
2018-12-17 17:59:44 +00:00
rest-blocks-controller.php
REST API: Always include title.raw/content.raw for Blocks in context=view.
2018-12-17 17:21:05 +00:00
rest-categories-controller.php
REST API: Avoid undefined-property notice when setting parent term to 0.
2019-03-21 18:58:50 +00:00
rest-comments-controller.php
Coding Standards: Upgrade WPCS to 1.0.0
2018-08-17 01:50:26 +00:00
rest-controller.php
REST API: Skip processing fields which are not present in the selected context.
2019-07-31 20:20:02 +00:00
rest-pages-controller.php
REST API: Include permalink_template/generated_slug for Posts
2018-12-12 02:11:22 +00:00
rest-post-meta-fields.php
REST API: Only cast scalar types to string when comparing new & old meta values.
2019-08-28 03:07:03 +00:00
rest-post-statuses-controller.php
Coding Standards: Upgrade WPCS to 1.0.0
2018-08-17 01:50:26 +00:00
rest-post-types-controller.php
Coding Standards: Upgrade WPCS to 1.0.0
2018-08-17 01:50:26 +00:00
rest-posts-controller.php
REST API: Cache results of get_item_schema on controller instances for performance.
2019-08-15 21:08:05 +00:00
rest-request-validation.php
Coding Standards: Upgrade WPCS to 1.0.0
2018-08-17 01:50:26 +00:00
rest-request.php
Coding Standards: Fix the remaining issues in /tests.
2019-07-08 00:55:20 +00:00
rest-revisions-controller.php
Add @ticket annotations for [45812].
2019-08-16 03:32:23 +00:00
rest-schema-sanitization.php
Build/Test Tools: Correct WP_Test_REST_Schema_Sanitization::test_type_string() to check for both 1.1 float and '1.10' string explicitly.
2019-01-28 16:53:14 +00:00
rest-schema-setup.php
Block Editor: Fix unit tests after new blocks addition.
2019-03-07 11:53:15 +00:00
rest-schema-validation.php
General: Fix problematic string to array parsing.
2019-01-10 21:05:50 +00:00
rest-search-controller.php
REST API: Introduce controller for searching across post types.
2018-12-13 09:37:05 +00:00
rest-server.php
REST API: Do not send response body if status is 204 or body is null.
2019-08-15 19:55:13 +00:00
rest-settings-controller.php
REST API: Remove permalink_structure from the REST API settings endpoint.
2019-01-08 02:50:05 +00:00
rest-tags-controller.php
Tests: Improve REST API tests for categories and tags.
2019-01-09 10:30:49 +00:00
rest-taxonomies-controller.php
REST API: Add @ticket annotation to test from [45813].
2019-08-15 23:08:31 +00:00
rest-term-meta-fields.php
Coding Standards: Upgrade WPCS to 1.0.0
2018-08-17 01:50:26 +00:00
rest-test-controller.php
REST API: Don't add fields to object when not included in ?_fields=.
2018-12-12 20:50:22 +00:00
rest-themes-controller.php
Themes: Introduce responsive embeds support.
2018-12-14 01:49:46 +00:00
rest-users-controller.php
REST API: Cache results of get_item_schema on controller instances for performance.
2019-08-15 21:08:05 +00:00