Make WordPress Core

{1} All Tickets (7944 matches)

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

Results (1701 - 1800 of 7944)

Database (30 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#40088 Stop creating the `wp_links` database table close normal normal Future Release defect (bug) 08/10/2022 7
#41944 Add %u support to wpdb->prepare normal normal Awaiting Review enhancement 09/21/2017 7
#42352 Support use of native MySQLi prepared queries early normal normal Future Release enhancement 04/14/2021 7
#8924 autoload should be boolean in add_option() lowest normal Awaiting Review enhancement 03/15/2019 7
#57793 Add native support for SQLite has-patch normal normal Awaiting Review feature request 03/03/2023 7
#18210 Update_post_meta is case insensitive on meta_key, but get_post_meta is NOT needs-unit-tests normal normal Awaiting Review defect (bug) 05/15/2017 8
#56091 Using %i for table/field names in wpdb::prepare() craigfrancis has-patch low minor Future Release enhancement 01/12/2023 8
#20634 dbDelta is unforgiving about field declarations dev-feedback normal normal enhancement 06/04/2019 8
#40418 ID columns in multisite database tables should be unsigned flixos90 dev-feedback normal major Awaiting Review defect (bug) 09/11/2018 9
#48285 wp-config-sample.php should default to `utf8mb4` instead of `utf8` character set has-patch normal minor Awaiting Review enhancement 09/27/2022 9
#13103 "Unknown character set" during install into database reports successful install. barrykooij has-patch normal normal defect (bug) 06/04/2019 10
#18315 Add an index to the GUID column in the posts table dev-feedback normal normal enhancement 06/04/2019 11
#41281 attachment_url_to_postid results in very slow query joemcgill* normal normal Awaiting Review enhancement 04/30/2021 11
#51769 Full-text search support dev-feedback normal normal Awaiting Review enhancement 08/16/2022 12
#14711 Indexes for comment_author_email and user_id normal normal defect (bug) 06/04/2019 13
#43019 Hook to validate post form data before save has-patch normal major Awaiting Review enhancement 10/28/2021 13
#54801 Avoid WPDB errors when examining installation state of a site/network has-patch normal normal Future Release defect (bug) 09/27/2022 14
#41956 Errno in $wpdb has-patch normal normal Awaiting Review enhancement 08/17/2018 15
#31018 Persistent database connections with mysqli needs-unit-tests normal normal enhancement 08/01/2022 15
#54070 Increase CPT "machine name" limit from its current maximum of 20 characters. dev-feedback normal normal Awaiting Review feature request 10/04/2022 15
#15332 dbDelta($query) - do not create view needs-unit-tests normal normal Future Release feature request 07/30/2018 15
#28625 Enhancement: Add constants to support SSL connections for mysqli needs-unit-tests normal normal Future Release enhancement 02/03/2021 16
#52496 Improve MySQL 8.0 support normal normal 6.3 defect (bug) 02/10/2023 18
#10404 dbDelta creates duplicate indexes when index definition contains spaces has-patch normal normal enhancement 01/21/2023 21
#54221 _transient_dirsize_cache is set to autoload=yes and kills db performance if it grows (20MB in our case) normal major Future Release defect (bug) 12/19/2022 30
#12257 wpdb Scales Badly Due to Unnecessary Copies of All Query Results dev-feedback normal critical defect (bug) 06/04/2019 31
#54042 Extending wpdb::prepare() to support IN() operator dev-feedback normal normal Future Release enhancement 10/30/2022 36
#15499 Add an index for get_lastpostmodified query OllieJones dev-feedback normal normal Future Release enhancement 02/03/2023 49
#47280 SQL_CALC_FOUND_ROWS is deprecated as of MySQL 8.0.17 johnbillion has-patch normal normal Future Release enhancement 01/18/2023 52
#6492 Guids No Longer Have Permalink Format normal normal Future Release enhancement 08/30/2019 72

Date/Time (44 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#55339 Date changes to ordered list (and default 1. 1.) when at beginning of line normal normal Awaiting Review defect (bug) 03/08/2022
#49581 Revisions are showing time in GMT and not Local Time normal normal Awaiting Review defect (bug) 03/04/2020
#56887 wp_exif_date2ts throws notice on slash formatted date normal normal Awaiting Review defect (bug) 10/22/2022
#49396 Inconsistent Time format normal normal Awaiting Review feature request 05/29/2020
#51625 Date/Time test failures during DST transition normal normal Awaiting Review defect (bug) 10/25/2020 1
#55503 Post Date display issue if we set empty from General Settings page normal normal Awaiting Review defect (bug) 03/31/2022 1
#57955 wp_localize_jquery_ui_datepicker parsing general settings date_format wrong normal minor Awaiting Review defect (bug) 03/20/2023 1
#46366 Posted Date - Field Arrangement - Reflect Locale Format OR Combine Fields normal trivial Awaiting Review enhancement 05/27/2019 1
#48936 Remove mysql2date() usage from core needs-unit-tests normal normal Awaiting Review enhancement 02/24/2023 1
#49879 Can't create or save post if post date is less than 13 Dec 1901 normal normal Awaiting Review defect (bug) 04/13/2020 2
#55363 Date Format for Month "F" incorrect when using Site Language of "English (South Africa)" close normal normal Awaiting Review defect (bug) 06/19/2022 2
#51945 Dates in REST API responses are incompatible with date-time JSON schema format dev-feedback normal normal Awaiting Review defect (bug) 12/07/2020 2
#53755 WordPress 5.8 DatePicker component crashes normal blocker Awaiting Review defect (bug) 07/30/2021 2
#45047 user_registered returned as UTC Time instead of Local Time has-patch normal normal Future Release defect (bug) 04/22/2020 2
#48740 Add constant for database date format dev-feedback normal normal Awaiting Review enhancement 11/20/2019 2
#55685 Date setting should have two more options: j.n.Y and d.m.Y normal normal Awaiting Review enhancement 05/05/2022 2
#49012 Date format output incorrect in Finnish normal normal Awaiting Review defect (bug) 04/29/2022 3
#44597 Scheduling posts adds wrong seconds as post_date normal normal Awaiting Review defect (bug) 08/25/2020 3
#55242 Time options in Settings have changed to uppercase AM and PM instead of lowercase normal normal Awaiting Review defect (bug) 03/08/2022 3
#41011 get_calendar generates query with invalid date formats normal normal Future Release defect (bug) 09/22/2020 3
#52761 Date Permalinks normal normal Awaiting Review enhancement 03/10/2021 3
#48935 Need to Remove strtotime() usage from core needs-unit-tests normal normal Awaiting Review enhancement 04/06/2023 3
#48207 Implement new Comment Date Functions needs-unit-tests normal normal Awaiting Review defect (bug) 11/08/2019 4
#55953 Problemas com a hora universla no wordpress normal normal Awaiting Review defect (bug) 06/13/2022 4
#57728 PHP 8.1 deprecation notice for gmt_offset on wp-admin/options.php has-patch normal normal 6.3 defect (bug) 04/08/2023 5
#49414 wp_read_image_metadata should look for timezone offset normal normal Awaiting Review defect (bug) 02/15/2020 6
#34435 Creating a post might fail during fall's DST switch due to ambiguous time needs-docs normal normal Future Release defect (bug) 05/30/2019 7
#57409 Post date/time selector on a different timezone than of the server's normal normal Awaiting Review defect (bug) 01/02/2023 7
#46609 Incorrect posts date on saving scheduled posts draft normal normal Awaiting Review defect (bug) 12/05/2022 8
#26980 the_modified_date is lower than the_date when post is scheduled has-patch normal normal Awaiting Review defect (bug) 05/05/2021 8
#53236 Nonce lifespans are inaccurate and unintuitively affected by timezones needs-unit-tests normal minor Awaiting Review defect (bug) 06/02/2021 9
#53780 PHP 8.1: DateTimeZone::getTransitions() change close normal normal Awaiting Review defect (bug) 08/03/2022 9
#29849 Better human_time_diff() Rarst* has-patch normal normal Awaiting Review enhancement 09/25/2020 9
#28988 Detect Time Zones automatically at installation dev-feedback normal normal Awaiting Review enhancement 05/05/2021 9
#43028 Remove numbers before month in dropdown, it makes user confused when drowdown is not opened has-patch normal normal Awaiting Review defect (bug) 06/22/2020 10
#52220 Weekly archives/week 53 incorrect crossing over a year change Rarst* needs-unit-tests normal normal Awaiting Review defect (bug) 01/05/2021 10
#48204 wp_exif_date2ts throws notice on empty date has-patch normal minor Future Release defect (bug) 12/07/2021 10
#51289 Documentation issue: get_post_time is getting the time when published not when created SergeyBiryukov has-patch normal normal Future Release defect (bug) 02/13/2022 11
#26798 While inserting a post some values for 'post_date' throw a PHP exception has-patch normal normal Future Release defect (bug) 07/14/2022 11
#10660 Time zone suggester based on nascent WordPress.org API call rmccue dev-feedback normal normal Future Release feature request 09/02/2019 20
#32386 Draft's Last Modified date incorrect if it is Scheduled obenland normal normal Future Release defect (bug) 10/07/2020 21
#57035 Error in current_time() function when using timestamp and no value for gmt_offset audrasjb has-patch normal normal 6.3 defect (bug) 03/28/2023 21
#49413 wp_exif_date2ts should use Datetime and accept an optional offset Rarst needs-unit-tests low normal Future Release defect (bug) 01/19/2022 23
#18146 Add user-level & front end timezone display flexibility according to a fixed time [GMT:0] normal normal Future Release feature request 05/30/2023 57

Editor (26 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#53029 'separate_items_with_commas' does not display in Block editor meta section normal normal Awaiting Review defect (bug) 01/06/2022
#55285 Add image brakes page normal blocker Awaiting Review defect (bug) 03/01/2022
#58432 BUG: Custom Core Block Variation details not updated in "Settings Sidebar" section normal major Awaiting Review defect (bug) 05/31/2023
#56080 Block Editor Search Function Choke normal normal Awaiting Review defect (bug) 06/27/2022
#54430 Block Editor does not save text where the ellipsis are in quotation marks . normal normal Awaiting Review defect (bug) 11/12/2021
#53391 Block editor Code and Preformatted failing to accept text normal normal Awaiting Review defect (bug) 06/13/2021
#56082 Block editor does not unset changed/dirty flag for nested types normal normal Awaiting Review defect (bug) 06/27/2022
#55035 Block themes: Static homepage settings supersedes page template choice normal normal Awaiting Review defect (bug) 02/02/2022
#53912 Bug when using Block-styles loading enhancements in WP 5.8 normal normal Awaiting Review defect (bug) 01/12/2022
#57495 Cover block: fixed background doesn't work normal normal Awaiting Review defect (bug) 02/15/2023
#53256 Cover images within a column break the editor normal normal Awaiting Review defect (bug) 06/11/2021
#57601 Custom browser user agent breaks visual editor normal normal Awaiting Review defect (bug) 02/01/2023
#55142 Custom, external or 3rd party styles are not loaded inside the preview iframe normal normal Awaiting Review defect (bug) 02/11/2022
#53537 Default content overwrittern when using a default post format has-patch normal normal Awaiting Review defect (bug) 06/28/2021
#55421 Different CSS order causes inconsistency between editor and actual page normal normal Awaiting Review defect (bug) 03/18/2022
#53583 Distraction Free Writing Mode not available on visual tab normal normal Awaiting Review defect (bug) 07/04/2021
#56464 Event custom metabox with Gutenberg not showing correctly normal normal Awaiting Review defect (bug) 08/30/2022
#54417 Featured Image Exceeds Container normal normal Awaiting Review defect (bug) 11/10/2021
#57499 Featured Image block size options not displaying in FSE normal normal Awaiting Review defect (bug) 01/18/2023
#58328 Floating toolbar labels normal normal Awaiting Review defect (bug) 05/17/2023
#55916 Font size in post editing is not validated normal normal Awaiting Review defect (bug) 06/11/2022
#55044 Gallery block UI issue normal normal Awaiting Review defect (bug) 06/11/2022
#57091 Global Styles: Element styles not working for third-party blocks normal normal Awaiting Review defect (bug) 11/12/2022
#58045 Global style change cannot be reverted normal normal Awaiting Review defect (bug) 04/01/2023
#53901 I found error in wordpress "Publishing failed. The response is not a valid JSON response." normal critical Awaiting Review defect (bug) 08/09/2021
#56768 Images encoded with Base64 with a given string length appears weird in editor but kills the post render on the site normal normal Awaiting Review defect (bug) 10/09/2022
Note: See TracReports for help on using and creating reports.