Make WordPress Core

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

Customize (14 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#39609 Customizer should display "Fade" effect for entire iFrame for settings using partialRefresh when selector is not visible normal normal Future Release enhancement 9 years ago 3
#40146 Starter content can be silently published with other themes normal normal Future Release defect (bug) 9 years ago 7
#39128 Customize: Preview fails to load when domain mapping in use (home/siteurl domain mismatch) normal normal Future Release defect (bug) 9 years ago 73
#37887 Make attachments atomic until a Customizer session is published normal normal Future Release enhancement 9 years ago 16
#40272 Customize: Account for media queries in l10n.css normal normal Future Release defect (bug) 9 years ago 3
#40527 Decouple WP_Customize_Manager normal normal Future Release enhancement 9 years ago 9
#39599 Customizer: when no title on page it adds weird content in navigation link has-patch normal normal Awaiting Review enhancement 9 years ago 9
#41126 Customizer does not work if both wp_footer() and wp_head() functions are not present in the theme. normal normal Future Release enhancement 9 years ago 12
#31970 Live Preview header image crop is not correct size normal normal Awaiting Review defect (bug) 9 years ago 5
#39614 Video header: Support free formats like .webm/vp8 and .ogv/theora normal normal Awaiting Review enhancement 9 years ago 3
#29948 Use contextual controls (active_callback) API for conditionally-displayed core contextual controls lowest normal Future Release enhancement 9 years ago 9
#24844 get_theme_mods doesn't return the theme customizer preview's new values. normal normal Future Release defect (bug) 10 years ago 6
#25333 Can't remove theme support for certain custom header arguments has-patch normal normal Awaiting Review defect (bug) 10 years ago 9
#36442 Customizer: when setting header image and site logo, also create a 2x image if possible normal normal Future Release defect (bug) 10 years ago 2

Database (86 matches)

#65709 Both CUSTOM_USER_TABLE and CUSTOM_USER_META_TABLE are not checked for non empty string has-patch normal normal Awaiting Review defect (bug) 3 days ago 9
#45354 Adding index for meta_key and post_id in postmeta dev-feedback normal normal Future Release enhancement 4 weeks ago 26
#65626 7.0.1 9.9797 lagging at WP_Query->get_posts() on site with 16K= posts reporter-feedback normal normal Awaiting Review defect (bug) 5 weeks ago 2
#63678 WordPress redirect to wp-admin/install.php when a user is rate limited in mysql johnbillion has-patch normal normal 7.2 defect (bug) 5 weeks ago 21
#59269 Add support for adding metadata in bulk johnbillion has-patch normal normal Future Release enhancement 5 weeks ago 18
#60037 Differentiate between minimum required MySQL and MariaDB versions has-patch normal normal Future Release defect (bug) 7 weeks ago 4
#13103 "Unknown character set" during install into database reports successful install. has-patch normal normal defect (bug) 7 weeks ago 15
#26858 Comment duplicate check has a slow query pbearne has-patch normal normal Future Release defect (bug) 2 months ago 10
#46146 dbDelta not parsing enum correctly has-patch normal normal Awaiting Review defect (bug) 2 months ago 3
#51486 The add_option function should not be able to update existing rows in the database. has-patch normal normal Awaiting Review defect (bug) 2 months ago 4
#58180 Specify the REGEXP format for meta_query needs-docs normal trivial Awaiting Review enhancement 2 months ago 3
#54180 tests fot _wp_mysql_week() has-patch normal normal Future Release enhancement 3 months ago 3
#58559 Database error bug in wordpress current version normal normal Awaiting Review defect (bug) 4 months ago 2
#54346 Slow SQL queries fetching posts from specific categories craigfrancis* has-patch normal normal Future Release enhancement 5 months ago 23
#62104 Multisite triggers UPDATE queries on _sitemeta of almost 150k character normal normal Awaiting Review defect (bug) 6 months ago 1
#62976 Multiple queries executing - Bulk deletion dev-feedback normal critical Awaiting Review defect (bug) 6 months ago 1
#44386 Problem with utf8mb4_unicode_ci collation for arabic content dev-feedback normal major Awaiting Review enhancement 7 months ago 4
#40357 dbDelta can't change primary keys, create AUTO_INCREMENT columns and doesn't make significant index changes needs-unit-tests normal normal Awaiting Review enhancement 7 months ago 2
#62790 "autoload" index is not used early normal minor Future Release defect (bug) 7 months ago 12
#59836 Using the pre_get_table_charset filter ensures wpdb->col_meta never gets populated has-patch normal normal Awaiting Review defect (bug) 8 months ago 3
#38921 Defining filter pre_get_table_charset causes errors has-patch normal normal Future Release defect (bug) 8 months ago 6
#62342 wpdb->get_table_from_query: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated has-patch normal normal Future Release defect (bug) 10 months ago 10
#46947 ‘❤’ in Comment Generates DB Error reporter-feedback normal normal Future Release defect (bug) 10 months ago 5
#64130 Type error in /wp-includes/class-wpdb.php normal normal Awaiting Review defect (bug) 10 months ago 1
#47280 SQL_CALC_FOUND_ROWS is deprecated as of MySQL 8.0.17 johnbillion has-patch normal normal Future Release enhancement 10 months ago 67
#58871 support uca14.0.0 collation in database where available has-patch normal normal Awaiting Review enhancement 11 months ago 16
#63825 Creating a post containing UTF-8, then changing WP_CHARSET to "latin1", makes posts un-editable. close normal normal Awaiting Review defect (bug) 11 months ago 5
#63966 Database Extensions for Federation Support and Compatibility at the WordPress Core Level close normal normal Awaiting Review feature request 11 months ago 1
#15499 Add an index for get_lastpostmodified query OllieJones dev-feedback normal normal Future Release enhancement 12 months ago 53
#63751 wpdb->set_prefix() throws deprecation notice for preg_match() when setup-config.php is loaded normal minor Awaiting Review defect (bug) 12 months ago 2
#55610 HTTP response should not be 200 when returning error-page normal major Awaiting Review defect (bug) 12 months ago 7
#63734 wpdb::prepare() should reject invalid schema object names has-patch normal normal Awaiting Review enhancement 13 months ago 4
#37678 Add an action hook for plugins to do database upgrades on dev-feedback normal normal Awaiting Review defect (bug) 14 months ago 2
#62512 Add "Learn WordPress" Links to the "WordPress Events and News" Dashboard Widget has-patch normal normal Awaiting Review feature request 15 months ago 19
#46287 Add insert_ignore() method to wpdb to avoid unecessary boilerplate code has-patch normal normal Awaiting Review feature request 15 months ago 2
#15332 dbDelta($query) - do not create view needs-unit-tests normal normal Future Release feature request 15 months ago 18
#59172 wp_query meta_query NOT EXISTS not creating correct sql query reporter-feedback normal normal Awaiting Review defect (bug) 15 months ago 2
#58344 Connect to database on first query has-patch normal normal Future Release enhancement 16 months ago 10
#10883 db-error.php not used for all DB failures normal normal enhancement 16 months ago 6
#61889 Function dbDelta() splits queries on semi-colon in column COMMENT and table COMMENT has-patch normal normal Awaiting Review defect (bug) 16 months ago 4
#8857 Make WP MySQL strict mode compliant lowest normal enhancement 17 months ago 22
#54836 Huge error logs filled with "WordPress database error Illegal mix of collations" errors caused by spammers normal critical Awaiting Review defect (bug) 17 months ago 10
#60102 PHPunit tests for dead_db has-patch normal normal Future Release enhancement 18 months ago 2
#36242 wpdb set_sql_mode add param pbearne dev-feedback normal normal Awaiting Review enhancement 19 months ago 6
#40953 Empty values are handled inconsistently between wpdb->get_results() and wpdb->get_col() dev-feedback normal normal Awaiting Review defect (bug) 19 months ago 5
#61071 Need to display appropriate error messages when the database table is empty or corrupted. dev-feedback normal normal Awaiting Review enhancement 20 months ago 3
#60503 MySQL VALUES function deprecated in MySQL 8 close normal minor Awaiting Review defect (bug) 20 months ago 4
#41054 Use sargable date filtering where possible normal trivial Awaiting Review enhancement 21 months ago 2
#62575 Prints SQL/DB error limit last_query too long normal normal Awaiting Review feature request 21 months ago
#54070 Increase CPT "machine name" limit from its current maximum of 20 characters. dev-feedback normal normal Awaiting Review feature request 22 months ago 15
#57793 Add native support for SQLite has-patch normal normal Future Release feature request 22 months ago 20
#61338 wpdb::prepare function null value convert to empty String normal normal Awaiting Review defect (bug) 23 months ago 1
#42352 Support use of native MySQLi prepared queries early normal normal Future Release enhancement 23 months ago 9
#61856 Add support for MySQL SSL connections has-patch normal normal Awaiting Review enhancement 2 years ago 2
#41281 attachment_url_to_postid results in very slow query joemcgill* normal normal Awaiting Review enhancement 2 years ago 14
#61604 Split `wp_insert_post` in two normal minor Awaiting Review enhancement 2 years ago 1
#56091 Using %i for table/field names in wpdb::prepare() craigfrancis has-patch low minor Future Release enhancement 2 years ago 14
#53320 Why delete_metadata and update_metadata slow performance? normal normal Awaiting Review defect (bug) 2 years ago
#60505 Column names in wpdb->insert aren't sanitized. normal normal Awaiting Review defect (bug) 3 years ago 1
#52496 Improve MySQL 8.0 support normal normal Future Release defect (bug) 3 years ago 28
#60254 Add filter to class-wpdb.php#query that allows to return data from filter return value normal normal Awaiting Review enhancement 3 years ago
#57385 Disable foreign key checks when dropping tables inside wp_uninitialize_site() function johnjamesjacoby* dev-feedback normal normal Awaiting Review defect (bug) 3 years ago 5
#60077 Class UnexpectedValueException not found normal critical Awaiting Review defect (bug) 3 years ago
#59974 MAX_JOIN_SIZE wp-blog-header.php normal minor Awaiting Review defect (bug) 3 years ago
#59639 Dedicated tables for media libary dev-feedback normal major Awaiting Review feature request 3 years ago
#59281 Support for Database Cursor normal normal Awaiting Review feature request 3 years ago 1
#54042 Extending wpdb::prepare() to support IN() operator dev-feedback normal normal Future Release enhancement 3 years ago 46
#58694 Enhancement in wordpress Database API normal normal Awaiting Review feature request 3 years ago
#59106 Add secondary index on `wp_posts` table to improve media queries performance normal normal Awaiting Review enhancement 3 years ago
#58965 No luck running WP when running PHP 8.2.8 + mysql Ver 15.1 normal normal Awaiting Review defect (bug) 3 years ago 2
#58826 Please add a default post relations table normal critical Awaiting Review enhancement 3 years ago
#28625 Enhancement: Add constants to support SSL connections for mysqli needs-unit-tests normal normal Future Release enhancement 3 years ago 18
#31624 $wpdb->prepare() named placeholders needs-unit-tests normal normal enhancement 3 years ago 3
#58286 Growing database due to unnecessary transients containing "g_url_details_response_" normal critical Awaiting Review defect (bug) 3 years ago 1
#58133 WordPress database error Illegal mix of collations normal major Awaiting Review defect (bug) 3 years ago 2
#49654 maybe_drop_table normal normal Awaiting Review enhancement 3 years ago 1
#38036 Add support for the utf8mb4_0900_ai_ci collation normal normal Future Release enhancement 3 years ago 5
#56259 Database Repair doesn't check for missing primary keys / A.I. normal minor Awaiting Review enhancement 3 years ago 2
#46210 Add helpers for default/empty datetime value has-patch normal normal Awaiting Review enhancement 3 years ago 5
#54834 Mysql gone away when importing DB on create wp_posts indexes normal blocker Awaiting Review defect (bug) 3 years ago
#10404 dbDelta creates duplicate indexes when index definition contains spaces has-patch normal normal enhancement 4 years ago 21
#54324 Rename Table Function - maybe_rename_table() has-patch normal normal Awaiting Review enhancement 4 years ago 2
#57149 get_table_from_query() doesn't properly handle a prepared escape_like() table name normal normal Awaiting Review defect (bug) 4 years ago 3
#57283 Postmeta - Performance Improvement - Woocommerce normal critical Awaiting Review defect (bug) 4 years ago 3
#57072 WordPress 6.1 uses wrong database collation normal normal Awaiting Review defect (bug) 4 years ago
#57000 wp_usermeta table is emptied because of a wrong query being executed normal normal Awaiting Review defect (bug) 4 years ago
Note: See TracReports for help on using and creating reports.