wordpress-develop/tests/phpunit/tests/rest-api
James Nylen da5ece4d6d REST API: Exclude numeric parameters from regex parsing
The list of endpoint parameters should only include explicitly named and requested parameters.

Props flixos90, rmccue, jnylen0.
Fixes #40704.


git-svn-id: https://develop.svn.wordpress.org/trunk@41223 602fd350-edb4-49c9-b593-d223f7449a82
2017-08-03 19:54:56 +00:00
..
rest-attachments-controller.php REST API: Confirm the parent post object of an attachment exists in WP_REST_Posts_Controller::check_read_permission(). 2017-03-20 04:29:50 +00:00
rest-categories-controller.php REST API: Improve error messages for number relational validation. 2017-01-13 04:37:03 +00:00
rest-comments-controller.php REST API: Fix multiple issues with setting dates of posts and comments. 2017-02-21 18:17:32 +00:00
rest-controller.php REST API: Remove rest_get_post filter and get_post abstraction. 2016-11-08 13:08:49 +00:00
rest-pages-controller.php REST API: Allow unsetting of page templates in update requests. 2016-11-23 02:46:42 +00:00
rest-post-meta-fields.php REST API: Add some missing assertions to various REST API tests. 2017-07-27 19:03:45 +00:00
rest-post-statuses-controller.php REST API: Add some missing assertions to various REST API tests. 2017-07-27 19:03:45 +00:00
rest-post-types-controller.php REST API: Add some missing assertions to various REST API tests. 2017-07-27 19:03:45 +00:00
rest-posts-controller.php REST API: Add author, modified, and parent sort order options for posts. 2017-05-10 18:51:28 +00:00
rest-request-validation.php REST API: Add group and description to WP_Test_REST_Request_Validation. 2017-01-20 17:12:59 +00:00
rest-request.php REST API: Always add index.php to the REST URL when pretty permalinks are disabled. 2017-07-25 00:49:22 +00:00
rest-revisions-controller.php General: Fix various instances of incorrect filter docs and incorrect filter and action parameters. 2017-08-03 15:42:45 +00:00
rest-schema-sanitization.php REST API: Change “ipv4” types to “ip” to support ipv6. 2016-11-18 19:32:03 +00:00
rest-schema-setup.php REST API: Update the fixture data for wp-api.js tests. 2017-07-26 03:52:41 +00:00
rest-schema-validation.php REST API: Improve error messages for number relational validation. 2017-01-13 04:37:03 +00:00
rest-server.php REST API: Exclude numeric parameters from regex parsing 2017-08-03 19:54:56 +00:00
rest-settings-controller.php REST API: Register the admin_email setting in single site only. 2016-12-03 05:40:04 +00:00
rest-tags-controller.php REST API: Allow fetching multiple terms at once via the slug parameter. 2017-04-05 20:24:27 +00:00
rest-taxonomies-controller.php REST API: Add some missing assertions to various REST API tests. 2017-07-27 19:03:45 +00:00
rest-test-controller.php REST API: Introduce the Content API endpoints. 2016-10-20 02:54:12 +00:00
rest-users-controller.php REST API: Fix brittle search test. 2017-07-06 01:34:40 +00:00