Make WordPress Core

{1} All Tickets (8246 matches)

Create a new ticket
  • All active tickets
  • Sort by component, type, summary
  • Accepted tickets have an '*' appended to their owner's name

Results (6201 - 6300 of 8246)

REST API (100 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#63253 Theme REST API: expose "has_theme_json" field has-patch normal normal Awaiting Review enhancement 15 months ago 4
#52640 The rest_prepare_attachment filter runs twice during REST request has-patch normal normal Future Release defect (bug) 5 years ago 5
#63635 Tests: rest-posts-controller hooks blow under certain circumstances dev-feedback normal blocker Awaiting Review defect (bug) 6 months ago 6
#65616 Support the HTTP `QUERY` method for read/search REST endpoints (RFC 10008) dev-feedback normal normal Awaiting Review enhancement 4 weeks ago
#38641 Support partial ISO8601 dates in queries normal normal Future Release enhancement 5 years ago 7
#62333 Simplify code structure and optimize conditional logic in REST API controllers has-patch normal minor Awaiting Review enhancement 21 months ago 12
#41358 Shutdown hooks can significantly slow down REST API responses dev-feedback normal normal Awaiting Review defect (bug) 7 months ago 11
#39037 Should REST API support multiple orderby values? has-patch normal normal Awaiting Review enhancement 17 months ago 14
#65754 Revisionable, Multivalue Post Meta are not saved properly via REST autosave has-patch normal normal Future Release defect (bug) 25 hours ago 5
#59635 Revise the regular expressions defining endpoints for template revisions, template autosaves, template part revisions, and template part autosaves endpoints antonvlasenko has-patch normal normal Awaiting Review enhancement 3 years ago 4
#61308 Return `post_types` field in templates REST API oandregal has-patch normal normal Future Release enhancement 19 months ago 13
#35425 Return HTTP status code in WP_Error objects normal normal Future Release enhancement 9 years ago 11
#60349 Rest API media upload utf8 urlencoded filename not decoded on server has-patch normal normal Awaiting Review defect (bug) 3 years ago
#57088 Rest API improve time response with cache dev-feedback normal normal Awaiting Review defect (bug) 4 years ago
#65251 Response from media library API query includes an empty array rather than an empty object normal normal Awaiting Review defect (bug) 3 months ago 1
#45252 Reconsider the `context` argument in REST API calls normal normal Awaiting Review enhancement 7 years ago 2
#58710 REST: media (images) deleted or replaced are returned by their new id when requested by their old id normal major Awaiting Review defect (bug) 3 years ago 1
#47443 REST-API prevents users with edit_published_posts capability updating published posts has-patch normal normal Future Release defect (bug) 3 years ago 35
#65761 REST comments: wrong error when a status is sent with no post has-patch normal minor 7.2 defect (bug) 13 days ago 1
#65694 REST autosave controller silently ignores post_title updates matching the published post's title, leaving stale title in the autosave revision has-patch normal normal Awaiting Review defect (bug) 3 weeks ago 2
#60599 REST API: rest_filter_response_fields fails with a PHP fatal when a custom API endpoint returns a scalar value. normal normal Future Release defect (bug) 7 days ago 4
#48257 REST API: post-process endpoint cannot be discovered from media creation endpoint has-patch normal normal Future Release defect (bug) 3 months ago 2
#54740 REST API: oneOf validation behaves unexpectedly with strings/arrays normal normal Awaiting Review defect (bug) 4 years ago 4
#49330 REST API: introduce block-editor context normal normal Future Release enhancement 6 years ago 9
#65810 REST API: attachments created from a `url` skip the shared insert path in `create_item()` adamsilverstein has-patch normal normal 7.2 defect (bug) 5 hours ago 5
#65240 REST API: WP_REST_Plugins_Controller::create_item() fatals when plugins_api response lacks language_packs property has-patch normal normal Awaiting Review defect (bug) 3 months ago 1
#49985 REST API: Using _embed and _fields query parameters in the same query TimothyBlynJacobs has-patch normal normal Future Release defect (bug) 22 months ago 39
#41554 REST API: Use `wp.apiRequest` helper to build URLs for media embed requests has-patch normal normal Awaiting Review enhancement 4 months ago 3
#38813 REST API: Test schema registration for required fields. has-patch normal normal Future Release enhancement 14 months ago 6
#65855 REST API: Taxonomy REST bases can overwrite existing post item properties despite conflict warning has-patch normal normal Awaiting Review defect (bug) 2 hours ago 2
#48885 REST API: Support reading public settings, implement context handling spacedmonkey dev-feedback normal normal Future Release enhancement 10 months ago 57
#63092 REST API: Support preloading 'HEAD' requests Mamaduka has-patch normal normal Awaiting Review enhancement 17 months ago 2
#59425 REST API: Preserve boolean values when generating next/prev Link headers normal normal Awaiting Review defect (bug) 20 months ago 3
#60618 REST API: Meta update fails if unrelated unchanged field is a multi-item array has-patch normal normal Awaiting Review defect (bug) 15 months ago 4
#64248 REST API: Logic to only change comment status never runs needs-unit-tests normal normal Awaiting Review defect (bug) 7 months ago 3
#36257 REST API: It's difficult to impossible to determine the endpoint matched to a request rmccue normal normal enhancement 5 years ago 5
#45140 REST API: Increase upper bound allowed on per_page argument needs-unit-tests normal normal Future Release enhancement 15 months ago 8
#39544 REST API: Improve users endpoint in multisite normal normal Future Release task (blessed) 5 years ago 26
#39954 REST API: Improve date updates if both `date` and `date_gmt` are set normal minor Awaiting Review enhancement 9 years ago 7
#61444 REST API: If Super Admin does not exist in subsite, retrieving users is rejected normal normal Awaiting Review defect (bug) 2 years ago
#64926 REST API: GET requests fail object/array schema validation when params are JSON-serialized strings has-patch normal normal Awaiting Review defect (bug) 4 months ago 27
#56494 REST API: Fix and test rest_default_additional_properties_to_false has-patch normal normal Awaiting Review defect (bug) 3 years ago 10
#50012 REST API: Fields filter does not work with "object" collection responses dev-feedback normal normal Future Release defect (bug) 6 months ago 10
#41616 REST API: Expose old slugs has-patch normal normal Future Release enhancement 2 years ago 5
#38878 REST API: Default query for users endpoint doesn't scale dev-feedback normal normal Future Release defect (bug) 7 years ago 7
#41032 REST API: Date fields do not support ISO8601 has-patch normal normal Future Release defect (bug) 7 months ago 6
#65050 REST API: Comments controller returns 403 instead of 404 for invalid post ID in update_item() westonruter has-patch normal normal 7.2 defect (bug) 6 days ago 10
#39972 REST API: Allow querying posts by post format normal normal Awaiting Review feature request 9 years ago 3
#40556 REST API: Allow for server generating a user's password has-patch normal normal Awaiting Review enhancement 9 years ago 2
#46238 REST API: Allow conditional field registration needs-unit-tests normal normal Awaiting Review enhancement 13 months ago 9
#41821 REST API: Add support for threaded comments needs-unit-tests normal normal Future Release enhancement 6 years ago 7
#51757 REST API: Add const validation has-patch normal normal Awaiting Review enhancement 6 years ago 6
#54247 REST API: Add block editor settings endpoint has-patch normal normal Future Release enhancement 5 years ago 11
#38702 REST API: Add accessor functions for post_status and post_parent needs-unit-tests normal normal Future Release enhancement 5 years ago 5
#42947 REST API wrong total pages spacedmonkey has-patch normal normal Future Release defect (bug) 5 years ago 21
#63967 REST API test methods using supported image format to test unsupported logic checks has-patch normal normal Future Release defect (bug) 11 months ago 6
#56919 REST API term embed 401 - not allowed to view terms for this post dev-feedback normal blocker Awaiting Review defect (bug) 3 years ago
#56587 REST API sanitize and validate order / priority normal normal Awaiting Review enhancement 4 years ago
#53860 REST API returns special characters as Unicode Decimal Code has-patch normal minor Awaiting Review enhancement 18 months ago 2
#54484 REST API returns (empty) array for Meta but Schema has type object flixos90 has-patch normal normal 7.2 defect (bug) 2 weeks ago 16
#46379 REST API posts/pages response to include scripts needed for display of post content normal normal Future Release feature request 6 years ago 6
#39061 REST API pagination: Large INT passed to `paged` query arg doesn't fail properly joehoyle needs-unit-tests normal normal Future Release enhancement 9 years ago 20
#51909 REST API inconsistencies normal normal Awaiting Review defect (bug) 6 years ago 1
#61843 REST API endpoint /wp-json/wp/v2/categories returns 500 instead of 400 has-patch normal normal Awaiting Review defect (bug) 2 years ago 1
#56668 REST API calls are failed when cookies are cleared from the site normal normal Awaiting Review defect (bug) 4 years ago
#50409 REST API about links should be embeddable. normal normal Future Release enhancement 6 years ago 7
#62671 REST API Plugins Endpoint: Plugins are activated before language packages are installed has-patch normal normal Awaiting Review defect (bug) 5 months ago 4
#50239 REST API Debug/Dev Mode normal normal Awaiting Review feature request 6 years ago
#55128 REST API /media leaves holes in the result, making it virtually impossible to paginate through them normal normal Awaiting Review defect (bug) 5 years ago
#63402 Query Posts without URL parameters to avoid running into character limit with many filters normal normal Awaiting Review feature request 15 months ago
#62604 Prevent false-positive in validate_callback() in REST API has-patch normal normal Awaiting Review enhancement 15 months ago 1
#53242 Potential private information leak in REST API doing it wrong reporter-feedback normal normal Awaiting Review defect (bug) 5 years ago 2
#47194 Posts endpoint: Enable collection parameters for querying by custom field normal normal Future Release enhancement 6 years ago 2
#53117 Post types which are not public, but which are show_in_rest and publicly_queryable and not exclude_from_search, do not appear in REST API search endpoint normal normal Awaiting Review defect (bug) 5 years ago 2
#56593 Post meta validation error messages are not helpful to end users dev-feedback normal normal Awaiting Review feature request 4 years ago
#62701 Post controller: support for grouping results by parent-child relationship has-patch normal normal Future Release enhancement 10 months ago 14
#58034 Post API can't get image URL on Endpoint dev-feedback normal normal Awaiting Review feature request 3 years ago 2
#65680 Permission Check Mismatch Due to Unnormalized Ability Input normal normal Future Release defect (bug) 20 hours ago 1
#65486 Performance: Avoid redundant cache invalidation in WP_REST_Meta_Fields during batch meta updates has-patch normal normal Awaiting Review enhancement 8 weeks ago 1
#61061 PHP Warning with invalid JSON input has-patch low normal Future Release defect (bug) 6 months ago 32
#53836 Option to additionally format API response normal normal Awaiting Review enhancement 5 years ago
#57221 Opportunity for optimization on invalid query to REST API Search Controller normal minor Awaiting Review enhancement 4 years ago 1
#53828 Nullable registered meta with format does not display in JSON schema normal normal Awaiting Review defect (bug) 5 years ago
#53942 Non-single post meta multiple value update breaks post save through REST API normal blocker Awaiting Review defect (bug) 5 years ago 1
#60608 Missing REST API users endpoint orderby parameters normal normal Awaiting Review enhancement 2 years ago
#55672 Media endpoint allows multiple media types on request, but only returns image in response normal minor Awaiting Review enhancement 4 years ago
#61978 Managing Dynamic Search, Category Filtering, and Pagination for Bulk Patterns normal normal Awaiting Review enhancement 2 years ago 2
#49179 Manage Post trackbacks within the REST API needs-unit-tests normal normal Future Release enhancement 6 years ago 3
#53372 Loose type check against dates in rest_validate_value_from_schema causes invalidation for valid timestamp close normal minor Future Release defect (bug) 18 months ago 4
#57945 Locale bug in short-circuited WP REST API request via rest_pre_dispatch? close normal normal Awaiting Review defect (bug) 3 years ago 3
#53784 Limiting user enumeration through the REST API has-patch normal normal Future Release defect (bug) 2 years ago 18
#63946 Introduce a mechanism for lazy-loading REST routes and handlers has-patch normal normal Awaiting Review enhancement 8 weeks ago 19
#52629 Introduce a better way to deprecate REST API parameters normal normal Future Release defect (bug) 5 years ago 1
#40365 Introduce a REST API endpoint for sites realloc needs-unit-tests normal normal Future Release task (blessed) 24 hours ago 18
#41459 Introduce a REST API endpoint for networks / network options has-patch normal normal Future Release task (blessed) 6 years ago 6
#48822 Indicate partial success/error of a REST API request normal normal Awaiting Review enhancement 6 years ago 1
#43681 Incorrect HTTP status code in 'posts' query. close normal normal Future Release enhancement 13 months ago 16
#41735 Include titles for JSON Schema properties has-patch normal normal Awaiting Review enhancement 9 years ago 2
#52840 Include filesize information in REST API response for all media types rachelbaker* needs-unit-tests normal normal Future Release enhancement 4 years ago 10
#64168 Inaccurate JSON schema for template-parts endpoint has-patch normal normal Future Release defect (bug) 3 months ago 2
Note: See TracReports for help on using and creating reports.