Make WordPress Core

Custom Query

Results (85)

Ticket Summary Status Owner Type Priority Milestone
#18301 Activating a new theme on multisite is very long-winded accepted DrewAPicture enhancement normal Future Release
#19288 Erroneous custom taxonomy screen menu behaviour reviewing johnbillion defect (bug) normal Future Release
#19896 Non-WP rewrites not saved on a multisite install new defect (bug) normal Awaiting Review
#22402 Stripping non-alphanumeric multi-byte characters from slugs new enhancement normal
#24552 Taking over a locked post does not always load the most recent revision new defect (bug) normal
#24686 Introduce generic filter on transient return value reviewing johnbillion enhancement normal Awaiting Review
#25103 Submit buttons on form fields in the Add Media panel accepted joedolson defect (bug) normal Future Release
#27244 'Restore This Autosave' immediately updates a published post new defect (bug) normal Awaiting Review
#27994 Erroneous plugin deactivation should be a manual action new enhancement normal
#28521 FORCE_SSL constant for really forcing SSL assigned adamsilverstein enhancement normal Future Release
#32917 Tests_DB_Charset tests don't fully cover wpdb::strip_invalid_text_for_column() new enhancement normal
#33240 Introduce a capability for previewing posts assigned enhancement normal Future Release
#33345 Remove blocking API requests for update checks new enhancement normal
#33704 Reduce reliance on wp_is_mobile() assigned enhancement normal Future Release
#37000 Support for the SameSite cookie attribute new enhancement normal Future Release
#38433 Complete test coverage for current_user_can_for_blog() new enhancement normal Future Release
#38734 Dogfood the Settings API assigned enhancement normal Future Release
#39083 Introduce singular capabilities for managing individual themes new enhancement normal Future Release
#39084 Introduce singular capabilities for managing individual comments new enhancement normal Future Release
#39123 Allow usernames to be changed by administrators new enhancement normal Awaiting Review
#39156 Introduce singular capabilities for managing individual sites on a network new enhancement normal Future Release
#39939 A Contributor cannot preview their own post if it's scheduled new defect (bug) normal Awaiting Review
#40265 Introduce an 'All Network Users' view to multisite user list tables new enhancement normal Future Release
#40538 Fix or remove useless PHPUnit tests accepted johnbillion task (blessed) normal Future Release
#40577 Introduce a capability for viewing the revisions of a post assigned adamsilverstein enhancement normal Future Release
#40835 Password and email change emails should not contain site-specific wording on multisite new defect (bug) normal Awaiting Review
#41170 Allow the newbloguser screen to be themed new feature request normal Awaiting Review
#41451 Use pretty permalinks by default in the test suite new enhancement normal Awaiting Review
#41463 Improve REST API tests that don't perform any assertions accepted johnbillion enhancement normal Future Release
#41469 test_charset_switched_to_utf8() is not tested on Travis CI new defect (bug) normal Awaiting Review
#41535 Prevent or warn about offline status before submitting a form new feature request normal Awaiting Review
#41604 REST API: Attempting to create or update a non-existent setting doesn't return an error response new defect (bug) normal Awaiting Review
#41674 More granular capabilities for restoring and permanently deleting trashed posts new enhancement normal Awaiting Review
#41701 Introduce singular capabilities for further management of individual plugins new enhancement normal Future Release
#41703 Introduce singular capabilities for network activation and deactivation of individual plugins new enhancement normal Future Release
#42076 Allow the external HTTP tests to run internally new enhancement normal Awaiting Review
#42086 Option to view condensed diffs for post revisions new feature request normal Awaiting Review
#42315 User with no role on a site on a multisite network sees inaccessible links accepted johnbillion defect (bug) normal Future Release
#42404 Introduce singular capabilities for managing individual plugins new enhancement normal Future Release
#42405 Introduce singular capabilities for enabling individual themes on Multisite new enhancement normal Future Release
#42486 The Tools screen is blank for users who cannot manage categories or tags assigned defect (bug) normal Awaiting Review
#43641 Media controls in the media grid are too wide new defect (bug) normal Awaiting Review
#45197 Introduce `user_can_for_blog()` reviewing johnbillion enhancement normal 6.7
#45374 apply_filters_ref_array() no longer passes arguments by reference new defect (bug) normal Awaiting Review
#47352 Take into account the current admin email address when rate limiting the recovery mode email new defect (bug) normal Future Release
#47389 Display warning message on the Updates screen when a VCS is in use new enhancement normal Awaiting Review
#47518 Add an explanatory message to the Revisions screen for locked posts assigned adamsilverstein enhancement normal Awaiting Review
#47546 The language used for the `lang` attribute isn't validated before being used new defect (bug) normal Awaiting Review
#47690 remove_submenu_page() doesn't remove corresponding entry from $_wp_submenu_nopriv reviewing johnbillion defect (bug) normal Future Release
#48375 Introduce a separate capability for trashing a post new enhancement normal Awaiting Review
#48489 Big image size threshold should take into account registered image sizes. new defect (bug) normal Future Release
#49587 Add error handling for the media manager Ajax response new defect (bug) normal Future Release
#50055 Add more user-actionable information to the timezone health check new enhancement normal Awaiting Review
#50437 Add leniency to the overdue check for plugin and theme auto updates new task (blessed) normal Future Release
#50653 Remove the _doing_it_wrong from WP_Block_Patterns_Registry::unregister() new defect (bug) normal Future Release
#50654 Fix the filter docs in sanitize_post_field() new enhancement normal Awaiting Review
#51126 Document the update offer parameter for auto updates reviewing desrosj task (blessed) normal Future Release
#51374 The initial revision of an imported post goes missing new defect (bug) normal Awaiting Review
#51419 Reconsider the UX impact of up/down arrows on meta boxes assigned sarahricker defect (bug) normal Future Release
#51767 Broken logic for `https_local_ssl_verify` filter due to missing `local` argument new defect (bug) normal Awaiting Review
#51945 Dates in REST API responses are incompatible with date-time JSON schema format new defect (bug) normal Awaiting Review
#52217 Fix code issues identified by PHPStan new enhancement normal Future Release
#52480 Refine the display of the comment approval notification opt-in confirmation message new enhancement normal Future Release
#52610 Consider removing many of the default test group exclusions new task (blessed) normal Awaiting Review
#53417 The revisions endpoints provide an incorrect JSON schema new defect (bug) normal Awaiting Review
#53692 Inaccurate schema for the app_id property in the application-passwords endpoints new defect (bug) normal Awaiting Review
#53746 Tidy up the tearDown() methods new task (blessed) normal Future Release
#53861 Promote a database error during test bootstrap to a failure new defect (bug) normal Awaiting Review
#54510 Add a GitHub Action workflow which alerts contributors if they propose changes to third party files reviewing johnbillion task (blessed) normal 6.7
#56029 .git-blame-ignore-revs causes other revisions to be ignored new defect (bug) normal Awaiting Review
#57299 Implement array key type notation new enhancement normal Awaiting Review
#59269 Add support for adding metadata in bulk new enhancement normal Awaiting Review
#59354 Unnecessary queries performed when updating a post without providing categories or tags new defect (bug) normal Awaiting Review
#60038 Pass original array of arguments to hooks that fire within `wp_insert_post()` reviewing johnbillion enhancement normal 6.7
#60597 Script Modules API: Allow list of enqueued module data to be exposed new enhancement normal 6.7
#60692 Plugin dependencies: Allow a mu-plugin to fulfil a dependency new enhancement normal 6.7
#60966 Introduce a GitHub Actions workflow for bumping the version number in a branch new task (blessed) normal Future Release
#60967 Introduce a GitHub Actions workflow for syncing package updates to a branch new task (blessed) normal Future Release
#61116 Return value of `_wp_delete_all_temp_backups()` isn't used new defect (bug) normal Future Release
#61155 Maximise compatibility with password managers when resetting password new defect (bug) normal Awaiting Review
#61173 Run upgrade tests on PRs and pushes to trunk new task (blessed) normal Awaiting Review
#39282 The process for approving and then replying to a comment can be made more visible new enhancement low Awaiting Review
#43893 The maybe_create_table() function has two definitions new defect (bug) low Awaiting Review
#61117 Guard condition in `delete_temp_backup()` shouldn't return early new defect (bug) low 6.7
#61450 The `recovery_mode_clean_expired_keys` cron event is orphaned after converting to Multisite new defect (bug) low Awaiting Review
Note: See TracQuery for help on using queries.