WordPress/wp-includes/rest-api/endpoints
audrasjb 019293d255 Grouped backports to the 5.3 branch.
- Editor: Bump @wordpress packages for the branch,
- Media: Refactor search by filename within the admin,
- REST API: Lockdown post parameter of the terms endpoint,
- Customize: Escape blogname option in underscores templates,
- Query: Validate relation in `WP_Date_Query`,
- Posts, Post types: Apply KSES to post-by-email content,
- General: Validate host on "Are you sure?" screen,
- Posts, Post types: Remove emails from post-by-email logs,
- Pings/trackbacks: Apply KSES to all trackbacks,
- Mail: Reset PHPMailer properties between use,
- Comments: Apply kses when editing comments,
- Widgets: Escape RSS error messages for display.

Merges [54521-54530] to the 5.3 branch.
Props audrasjb, costdev, cu121, dd32, davidbaumwald, ehtis, johnbillion, johnjamesjacoby, martinkrcho, matveb, oztaser, paulkevan, peterwilsoncc, ravipatel, SergeyBiryukov, talldanwp, timothyblynjacobs, tykoted, voldemortensen, vortfu, xknown.

Built from https://develop.svn.wordpress.org/branches/5.3@54562


git-svn-id: http://core.svn.wordpress.org/branches/5.3@54117 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-10-17 18:05:14 +00:00
..
class-wp-rest-attachments-controller.php Grouped backports to the 5.3 branch. 2022-10-17 18:05:14 +00:00
class-wp-rest-autosaves-controller.php REST API: Introduce WP_Post_Type::get_rest_controller() caching method to prevent unnecessary REST controller construction. 2019-09-23 20:25:57 +00:00
class-wp-rest-block-renderer-controller.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:41:05 +00:00
class-wp-rest-blocks-controller.php REST API: Cache results of get_item_schema on controller instances for performance. 2019-08-15 21:09:55 +00:00
class-wp-rest-comments-controller.php REST API: Ensure users with "moderate_comments" capability may edit comments. 2019-10-08 04:02:02 +00:00
class-wp-rest-controller.php REST API: Support dot.nested hierarchical properties in _fields query parameter. 2019-09-19 14:05:55 +00:00
class-wp-rest-post-statuses-controller.php REST API: Introduce date_floating property on status endpoint response objects. 2019-09-23 17:40:58 +00:00
class-wp-rest-post-types-controller.php REST API: Cache results of get_item_schema on controller instances for performance. 2019-08-15 21:09:55 +00:00
class-wp-rest-posts-controller.php Grouped merges for 5.3.7. 2021-04-15 01:10:51 +00:00
class-wp-rest-revisions-controller.php REST API: Introduce WP_Post_Type::get_rest_controller() caching method to prevent unnecessary REST controller construction. 2019-09-23 20:25:57 +00:00
class-wp-rest-search-controller.php I18N: Capitalize translator comments consistently, add trailing punctuation. 2019-09-03 00:41:05 +00:00
class-wp-rest-settings-controller.php Docs: Fix typo in a comment in WP_REST_Settings_Controller::prepare_value(). 2019-10-13 10:02:04 +00:00
class-wp-rest-taxonomies-controller.php Docs: Remove extra spaces in various REST API DocBlocks. 2019-09-05 23:05:55 +00:00
class-wp-rest-terms-controller.php Grouped backports to the 5.3 branch. 2022-10-17 18:05:14 +00:00
class-wp-rest-themes-controller.php Docs: Remove extra spaces in various REST API DocBlocks. 2019-09-05 23:05:55 +00:00
class-wp-rest-users-controller.php REST API: Mark WP_REST_Users_Controller::update_current_item() and ::delete_current_item() as public. 2019-09-05 23:18:55 +00:00