Make WordPress Core

{1} All Tickets (7990 matches)

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

Results (1501 - 1600 of 7990)

Database (64 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#56260 In case of missing primary key on wp_posts, Media uploader gives false feedback indicating folder permissions are missing, where in fact database structure is malformed. normal minor Awaiting Review defect (bug) 10/26/2022 2
#26788 Improve dbDelta fields match has-patch normal normal enhancement 06/04/2019 1
#50789 Improve WPDB logic around information_schema normal normal Awaiting Review defect (bug) 06/11/2021 5
#52496 Improve MySQL 8.0 support normal normal Future Release defect (bug) 02/05/2024 28
#54836 Huge error logs filled with "WordPress database error Illegal mix of collations" errors caused by spammers normal critical Awaiting Review defect (bug) 03/19/2025 10
#43019 Hook to validate post form data before save has-patch normal major Awaiting Review enhancement 10/28/2021 13
#55610 HTTP response should not be 200 when returning error-page normal major Awaiting Review defect (bug) 08/22/2025 7
#6492 Guids No Longer Have Permalink Format normal normal Future Release enhancement 08/30/2019 72
#58286 Growing database due to unnecessary transients containing "g_url_details_response_" normal critical Awaiting Review defect (bug) 05/11/2023 1
#39748 Function to insert or update DB value normal normal Awaiting Review enhancement 10/29/2017 1
#61889 Function dbDelta() splits queries on semi-colon in column COMMENT and table COMMENT has-patch normal normal Awaiting Review defect (bug) 04/28/2025 4
#52210 File URL gets saved even when upload fails normal major Awaiting Review defect (bug) 02/09/2021 1
#55907 Failed to insert log entry: value too long normal normal Awaiting Review defect (bug) 06/03/2022
#54042 Extending wpdb::prepare() to support IN() operator dev-feedback normal normal Future Release enhancement 09/17/2023 46
#41956 Errno in $wpdb has-patch normal normal Awaiting Review enhancement 08/17/2018 15
#28625 Enhancement: Add constants to support SSL connections for mysqli needs-unit-tests normal normal Future Release enhancement 06/24/2023 18
#58694 Enhancement in wordpress Database API normal normal Awaiting Review feature request 08/30/2023
#40953 Empty values are handled inconsistently between wpdb->get_results() and wpdb->get_col() dev-feedback normal normal Awaiting Review defect (bug) 01/17/2025 5
#57385 Disable foreign key checks when dropping tables inside wp_uninitialize_site() function johnjamesjacoby* dev-feedback normal normal Awaiting Review defect (bug) 01/12/2024 5
#60037 Differentiate between minimum required MySQL and MariaDB versions normal normal Future Release defect (bug) 11/02/2024 3
#38921 Defining filter pre_get_table_charset causes errors has-patch normal normal Future Release defect (bug) 12/18/2025 6
#59639 Dedicated tables for media libary dev-feedback normal major Awaiting Review feature request 10/16/2023
#53958 Database: wp_postmeta - meta_key index normal major Awaiting Review defect (bug) 08/25/2021 4
#45697 Database: Upgrading field collations normal normal Future Release enhancement 08/22/2022 6
#58559 Database error bug in wordpress current version normal normal Awaiting Review defect (bug) 07/03/2023 1
#56259 Database Repair doesn't check for missing primary keys / A.I. normal minor Awaiting Review enhancement 03/09/2023 2
#63966 Database Extensions for Federation Support and Compatibility at the WordPress Core Level close normal normal Awaiting Review feature request 09/12/2025 1
#63825 Creating a post containing UTF-8, then changing WP_CHARSET to "latin1", makes posts un-editable. close normal normal Awaiting Review defect (bug) 09/22/2025 5
#32868 Consider running utf8mb4 conversion on each database update normal normal defect (bug) 06/04/2019 1
#58344 Connect to database on first query has-patch normal normal Future Release enhancement 05/08/2025 10
#26858 Comment duplicate check has a slow query pbearne normal normal Future Release defect (bug) 05/25/2025 9
#60505 Column names in wpdb->insert aren't sanitized. normal normal Awaiting Review defect (bug) 02/12/2024 1
#60077 Class UnexpectedValueException not found normal critical Awaiting Review defect (bug) 12/14/2023
#55115 Change deprecated wpdb::escape() method close normal normal Awaiting Review enhancement 02/12/2022 3
#38760 Capture result size in bytes when SAVEQUERIES is true normal normal Future Release enhancement 10/03/2017 1
#39811 Bug maybe_unserialize() broke mysql data. normal normal Awaiting Review defect (bug) 02/20/2017 4
#52527 Better RAM handling in wp-db.php normal normal Awaiting Review enhancement 02/15/2021
#54801 Avoid WPDB errors when examining installation state of a site/network has-patch normal normal Future Release defect (bug) 09/27/2022 14
#31759 Allow to set $allow_bail when creating new wpdb object to handle connection error silently normal normal enhancement 06/04/2019
#45354 Adding index for meta_key and post_id in postmeta dev-feedback normal normal Awaiting Review enhancement 06/24/2024 14
#54627 Adding More Timestamp columns to database normal normal Awaiting Review enhancement 12/14/2021
#38036 Add support for the utf8mb4_0900_ai_ci collation normal normal Future Release enhancement 04/05/2023 5
#59269 Add support for adding metadata in bulk johnbillion has-patch normal normal 7.0 enhancement 01/20/2026 15
#61856 Add support for MySQL SSL connections has-patch normal normal Awaiting Review enhancement 08/13/2024 2
#59106 Add secondary index on `wp_posts` table to improve media queries performance normal normal Awaiting Review enhancement 08/15/2023
#54642 Add prepared query builder support for `$wpdb` to build prepared queries across multiple location. has-patch normal normal Future Release enhancement 09/19/2022 6
#64553 Add parameter to delete_expired_transients() for custom transients needs-unit-tests normal normal Awaiting Review enhancement 02/03/2026 10
#57793 Add native support for SQLite has-patch normal normal Future Release feature request 11/04/2024 20
#46287 Add insert_ignore() method to wpdb to avoid unecessary boilerplate code has-patch normal normal Awaiting Review feature request 05/26/2025 2
#46210 Add helpers for default/empty datetime value has-patch normal normal Awaiting Review enhancement 02/24/2023 5
#60254 Add filter to class-wpdb.php#query that allows to return data from filter return value normal normal Awaiting Review enhancement 01/15/2024
#18315 Add an index to the GUID column in the posts table dev-feedback normal normal enhancement 06/04/2019 11
#15499 Add an index for get_lastpostmodified query OllieJones dev-feedback normal normal Future Release enhancement 08/28/2025 53
#37678 Add an action hook for plugins to do database upgrades on dev-feedback normal normal Awaiting Review defect (bug) 06/24/2025 2
#41944 Add %u support to wpdb->prepare normal normal Awaiting Review enhancement 09/21/2017 7
#62512 Add "Learn WordPress" Links to the "WordPress Events and News" Dashboard Widget has-patch normal normal Awaiting Review feature request 05/26/2025 19
#55202 A proper (error) message should be show when mysql setting autocommit=0 normal normal Awaiting Review enhancement 02/19/2022
#31624 $wpdb->prepare() named placeholders needs-unit-tests normal normal enhancement 06/22/2023 3
#35256 $wpdb->insert_id equals 0 normal normal defect (bug) 06/04/2019
#46923 $wpdb->get_var() — empty sting becomes a NULL normal normal Awaiting Review defect (bug) 04/15/2019
#43664 $wpdb->get_results fails in specific cases with non-latin charaters in where clause normal normal Awaiting Review defect (bug) 04/08/2018 2
#47818 $wpdb should update ->insert_id also when `LAST_INSERT_ID(...)` is found normal normal Awaiting Review enhancement 08/02/2019
#62790 "autoload" index is not used early normal minor Future Release defect (bug) 01/20/2026 12
#13103 "Unknown character set" during install into database reports successful install. barrykooij has-patch normal normal defect (bug) 06/04/2019 10

Date/Time (36 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#49414 wp_read_image_metadata should look for timezone offset normal normal Awaiting Review defect (bug) 02/15/2020 6
#57955 wp_localize_jquery_ui_datepicker parsing general settings date_format wrong normal minor Awaiting Review defect (bug) 03/20/2023 1
#56887 wp_exif_date2ts throws notice on slash formatted date pbearne* has-patch normal normal 7.0 defect (bug) 11/26/2025 6
#48204 wp_exif_date2ts throws notice on empty date pbearne* has-patch normal minor Future Release defect (bug) 06/03/2025 12
#49413 wp_exif_date2ts should use Datetime and accept an optional offset pbearne* has-patch low normal Future Release defect (bug) 01/21/2025 27
#45047 user_registered returned as UTC Time instead of Local Time has-patch normal normal Future Release defect (bug) 04/22/2020 2
#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
#61732 get_calendar() will use invalid dates in SQL queries pbearne has-patch normal normal Future Release defect (bug) 03/17/2025 10
#63772 get_calendar() shows incorrect month-end due to current_time() timezone issue dev-feedback normal normal Awaiting Review defect (bug) 08/02/2025 8
#41011 get_calendar generates query with invalid date formats pbearne has-patch normal normal Future Release defect (bug) 11/03/2025 17
#64102 add label to date/time to show which string is the language default SergeyBiryukov normal normal 7.0 enhancement 11/10/2025 12
#29390 add filter for get_date_from_gmt() pbearne has-patch normal normal Future Release defect (bug) 07/09/2025 2
#53755 WordPress 5.8 DatePicker component crashes close normal blocker Awaiting Review defect (bug) 12/13/2024 3
#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
#55242 Time options in Settings have changed to uppercase AM and PM instead of lowercase normal normal Awaiting Review defect (bug) 09/10/2025 4
#58774 Sorting Posts after Published Date OR Last Update should be a standard function pbearne reporter-feedback normal normal Awaiting Review feature request 11/04/2024 1
#44597 Scheduling posts adds wrong seconds as post_date close normal normal Awaiting Review defect (bug) 01/15/2025 8
#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
#48936 Remove mysql2date() usage from core pbearne needs-unit-tests normal normal Awaiting Review enhancement 05/06/2025 3
#46366 Posted Date - Field Arrangement - Reflect Locale Format OR Combine Fields close normal trivial enhancement 01/22/2025 4
#57409 Post date/time selector on a different timezone than of the server's pbearne normal normal Awaiting Review defect (bug) 12/05/2025 12
#55503 Post Date display issue if we set empty from General Settings page pbearne dev-feedback normal normal Awaiting Review defect (bug) 12/13/2024 3
#59941 PHPUnit test for wp_timezone_choice has-patch normal normal 7.0 defect (bug) 11/24/2025 28
#53780 PHP 8.1: DateTimeZone::getTransitions() change close normal normal Awaiting Review defect (bug) 02/07/2025 10
#48935 Need to Remove strtotime() usage from core dev-feedback normal normal Awaiting Review enhancement 11/05/2024 5
#63348 Missing “Create Date” on Draft Products normal critical Awaiting Review defect (bug) 04/25/2025 1
#46609 Incorrect posts date on saving scheduled posts draft normal normal Awaiting Review defect (bug) 12/05/2022 8
#49396 Inconsistent Time format normal normal feature request 11/05/2024 3
#48207 Implement new Comment Date Functions pbearne has-patch normal normal 7.0 enhancement 01/22/2026 18
#32386 Draft's Last Modified date incorrect if it is Scheduled obenland normal normal Future Release defect (bug) 10/07/2020 21
#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
#51625 Date/Time test failures during DST transition reporter-feedback normal normal Awaiting Review defect (bug) 12/13/2024 2
#49012 Date format output incorrect in Finnish normal normal Awaiting Review defect (bug) 05/27/2024 4
#61223 Date Time and UTC / GTM Timezone is not synchronizing close normal minor Awaiting Review defect (bug) 01/14/2025 5
#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
#29849 Better human_time_diff() audrasjb has-patch normal normal Future Release enhancement 10/20/2025 25
Note: See TracReports for help on using and creating reports.