Make WordPress Core

{1} All Tickets (8151 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 8151)

Database (55 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#58965 No luck running WP when running PHP 8.2.8 + mysql Ver 15.1 normal normal Awaiting Review defect (bug) 08/02/2023 2
#59106 Add secondary index on `wp_posts` table to improve media queries performance normal normal Awaiting Review enhancement 08/15/2023
#58694 Enhancement in wordpress Database API normal normal Awaiting Review feature request 08/30/2023
#54042 Extending wpdb::prepare() to support IN() operator dev-feedback normal normal Future Release enhancement 09/17/2023 46
#59281 Support for Database Cursor normal normal Awaiting Review feature request 09/27/2023 1
#59639 Dedicated tables for media libary dev-feedback normal major Awaiting Review feature request 10/16/2023
#59836 Using the pre_get_table_charset filter ensures wpdb->col_meta never gets populated normal normal Awaiting Review defect (bug) 11/08/2023 2
#59974 MAX_JOIN_SIZE wp-blog-header.php normal minor Awaiting Review defect (bug) 11/27/2023
#60077 Class UnexpectedValueException not found normal critical Awaiting Review defect (bug) 12/14/2023
#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
#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
#52496 Improve MySQL 8.0 support normal normal Future Release defect (bug) 02/05/2024 28
#60505 Column names in wpdb->insert aren't sanitized. normal normal Awaiting Review defect (bug) 02/12/2024 1
#53320 Why delete_metadata and update_metadata slow performance? normal normal Awaiting Review defect (bug) 03/26/2024
#56091 Using %i for table/field names in wpdb::prepare() craigfrancis has-patch low minor Future Release enhancement 04/02/2024 14
#45354 Adding index for meta_key and post_id in postmeta dev-feedback normal normal Awaiting Review enhancement 06/24/2024 14
#61604 Split `wp_insert_post` in two normal minor Awaiting Review enhancement 07/09/2024 1
#41281 attachment_url_to_postid results in very slow query joemcgill* normal normal Awaiting Review enhancement 07/18/2024 14
#59481 dbDelta do useless request when type case is not the same between query and describe result has-patch normal normal Awaiting Review defect (bug) 08/12/2024 2
#61856 Add support for MySQL SSL connections has-patch normal normal Awaiting Review enhancement 08/13/2024 2
#15499 Add an index for get_lastpostmodified query OllieJones dev-feedback normal normal Future Release enhancement 08/21/2024 52
#62104 Multisite triggers UPDATE queries on _sitemeta of almost 150k character has-patch normal normal Awaiting Review defect (bug) 09/24/2024
#42352 Support use of native MySQLi prepared queries early normal normal Future Release enhancement 09/26/2024 9
#61338 wpdb::prepare function null value convert to empty String normal normal Awaiting Review defect (bug) 10/02/2024 1
#54180 tests fot _wp_mysql_week() has-patch normal normal Future Release enhancement 10/09/2024 2
#60037 Differentiate between minimum required MySQL and MariaDB versions normal normal Future Release defect (bug) 11/02/2024 3
#57793 Add native support for SQLite has-patch normal normal Future Release feature request 11/04/2024 20
#54070 Increase CPT "machine name" limit from its current maximum of 20 characters. dev-feedback normal normal Awaiting Review feature request 11/08/2024 15
#62575 Prints SQL/DB error limit last_query too long normal normal Awaiting Review feature request 11/26/2024
#41054 Use sargable date filtering where possible normal trivial Awaiting Review enhancement 12/05/2024 2
#60503 MySQL VALUES function deprecated in MySQL 8 close normal minor Awaiting Review defect (bug) 12/10/2024 4
#61071 Need to display appropriate error messages when the database table is empty or corrupted. dev-feedback normal normal Awaiting Review enhancement 01/06/2025 3
#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
#36242 wpdb set_sql_mode add param pbearne dev-feedback normal normal Awaiting Review enhancement 01/18/2025 6
#60102 PHPunit tests for dead_db has-patch normal normal Future Release enhancement 02/12/2025 2
#62976 Multiple queries executing - Bulk deletion normal critical Awaiting Review defect (bug) 02/17/2025
#62342 wpdb->get_table_from_query: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated audrasjb has-patch normal normal 6.9 defect (bug) 02/20/2025 7
#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
#62790 "autoload" index is not used joemcgill early normal minor 6.9 defect (bug) 03/26/2025 8
#8857 Make WP MySQL strict mode compliant lowest normal enhancement 04/08/2025 22
#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
#10883 db-error.php not used for all DB failures normal normal enhancement 04/30/2025 6
#54346 Slow SQL queries fetching posts from specific categories craigfrancis* has-patch normal normal Future Release enhancement 05/07/2025 22
#58344 Connect to database on first query has-patch normal normal Future Release enhancement 05/08/2025 10
#59172 wp_query meta_query NOT EXISTS not creating correct sql query reporter-feedback normal normal Awaiting Review defect (bug) 05/12/2025 2
#60362 Emojis cause "Updating failed. Could not update post in the database." error has-patch normal normal Awaiting Review defect (bug) 05/12/2025 13
#58871 support uca14.0.0 collation in database where available has-patch normal normal Awaiting Review enhancement 05/13/2025 11
#47280 SQL_CALC_FOUND_ROWS is deprecated as of MySQL 8.0.17 johnbillion has-patch normal normal Future Release enhancement 05/17/2025 65
#26858 Comment duplicate check has a slow query pbearne normal normal Future Release defect (bug) 05/25/2025 9
#15332 dbDelta($query) - do not create view needs-unit-tests normal normal Future Release feature request 05/25/2025 18
#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
#46287 Add insert_ignore() method to wpdb to avoid unecessary boilerplate code has-patch normal normal Awaiting Review feature request 05/26/2025 2
#37678 Add an action hook for plugins to do database upgrades on dev-feedback normal normal Awaiting Review defect (bug) 06/24/2025 2
#63678 WordPress redirect to wp-admin/install.php when a user is rate limited in mysql anonymooo has-patch normal normal Awaiting Review defect (bug) 07/10/2025 4
#59269 Add support for adding metadata in bulk has-patch normal normal 6.9 enhancement 07/13/2025 5

Date/Time (37 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#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
#48740 Add constant for database date format dev-feedback normal normal Awaiting Review enhancement 11/20/2019 2
#49414 wp_read_image_metadata should look for timezone offset normal normal Awaiting Review defect (bug) 02/15/2020 6
#45047 user_registered returned as UTC Time instead of Local Time has-patch normal normal Future Release defect (bug) 04/22/2020 2
#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
#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
#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
#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
#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
#46609 Incorrect posts date on saving scheduled posts draft normal normal Awaiting Review defect (bug) 12/05/2022 8
#57955 wp_localize_jquery_ui_datepicker parsing general settings date_format wrong normal minor Awaiting Review defect (bug) 03/20/2023 1
#49012 Date format output incorrect in Finnish normal normal Awaiting Review defect (bug) 05/27/2024 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
#48935 Need to Remove strtotime() usage from core dev-feedback normal normal Awaiting Review enhancement 11/05/2024 5
#49396 Inconsistent Time format normal normal feature request 11/05/2024 3
#53755 WordPress 5.8 DatePicker component crashes close normal blocker Awaiting Review defect (bug) 12/13/2024 3
#51625 Date/Time test failures during DST transition reporter-feedback normal normal Awaiting Review defect (bug) 12/13/2024 2
#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
#57409 Post date/time selector on a different timezone than of the server's pbearne normal normal Awaiting Review defect (bug) 12/13/2024 10
#18146 Add user-level & front end timezone display flexibility according to a fixed time [GMT:0] normal normal Future Release feature request 12/30/2024 58
#61223 Date Time and UTC / GTM Timezone is not synchronizing close normal minor Awaiting Review defect (bug) 01/14/2025 5
#44597 Scheduling posts adds wrong seconds as post_date close normal normal Awaiting Review defect (bug) 01/15/2025 8
#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
#46366 Posted Date - Field Arrangement - Reflect Locale Format OR Combine Fields close normal trivial enhancement 01/22/2025 4
#53780 PHP 8.1: DateTimeZone::getTransitions() change close normal normal Awaiting Review defect (bug) 02/07/2025 10
#61732 get_calendar() will use invalid dates in SQL queries pbearne has-patch normal normal Future Release defect (bug) 03/17/2025 10
#48207 Implement new Comment Date Functions pbearne has-patch normal normal 6.9 enhancement 03/17/2025 10
#41011 get_calendar generates query with invalid date formats pbearne has-patch normal normal 6.9 defect (bug) 03/18/2025 10
#26798 While inserting a post some values for 'post_date' throw a PHP exception pbearne has-patch normal normal 6.9 defect (bug) 03/18/2025 14
#59941 PHPUnit test for wp_timezone_choice audrasjb has-patch normal normal 6.9 defect (bug) 03/25/2025 12
#63348 Missing “Create Date” on Draft Products normal critical Awaiting Review defect (bug) 04/25/2025 1
#48936 Remove mysql2date() usage from core pbearne needs-unit-tests normal normal Awaiting Review enhancement 05/06/2025 3
#29849 Better human_time_diff() audrasjb has-patch normal normal 6.9 enhancement 05/15/2025 19
#56887 wp_exif_date2ts throws notice on slash formatted date pbearne* has-patch normal normal 6.9 defect (bug) 06/03/2025 2
#48204 wp_exif_date2ts throws notice on empty date pbearne* has-patch normal minor Future Release defect (bug) 06/03/2025 12
#29390 add filter for get_date_from_gmt() pbearne has-patch normal normal Future Release defect (bug) 07/09/2025 2

Editor (8 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#40559 Bug when inserting images with TinyMCE for latest Chrome normal normal Future Release defect (bug) 05/19/2017 5
#41229 the tag read more is not working normal normal Awaiting Review defect (bug) 07/03/2017 5
#41130 Link boundaries for links contaning images look bad normal normal Future Release defect (bug) 11/20/2017 2
#43267 Admin editor "Insert link" modal on mobile seems to have incorrect styling has-patch normal normal Awaiting Review defect (bug) 02/14/2018 2
#41511 Attachment page URL not created correctly for image uploaded directly to library before being added to post normal normal Awaiting Review defect (bug) 03/22/2018 1
#44617 Introduce new 'hasBlock' behavior for TinyMCE 'BeforeSetContent' and 'SaveContent' events dev-feedback normal normal Future Release defect (bug) 07/26/2018 8
#45404 Autosave fails for custom post type item that belongs to a non-publicly_queryable post type normal normal Future Release defect (bug) 12/11/2018 3
#45532 WordPress 5.0 preview does not show updated content normal normal Awaiting Review defect (bug) 12/13/2018 2
Note: See TracReports for help on using and creating reports.