Make WordPress Core

{1} All Tickets (8276 matches)

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

Results (5001 - 5100 of 8276)

Options, Meta APIs (55 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#38734 Dogfood the Settings API normal normal Future Release enhancement 10 months ago 16
#36655 Enhancement: Add datetime column to options table. needs-unit-tests normal normal enhancement 7 years ago 1
#37040 Enhancement: new function to validate a transient exists, and isn't expired without extra query pbearne has-patch normal normal Future Release enhancement 17 months ago 10
#41105 Fire action hook after updating option group. has-patch normal normal Awaiting Review enhancement 9 years ago
#48393 Fix from #38903 prevents options autoload parameter update SergeyBiryukov* dev-feedback normal major Future Release enhancement 22 months ago 12
#44042 Hook for ‘delete_option’ behaviour required dev-feedback normal normal Future Release enhancement 10 months ago 11
#58249 Improve "get_metadata_raw()" by Delegating "$single" Handling to Filter has-patch normal normal Awaiting Review enhancement 2 years ago 1
#37579 Inconsistent names for `update_(network_)option` actions normal normal enhancement 7 years ago 1
#56548 Introduce `get_option` action needs-unit-tests normal normal Awaiting Review enhancement 22 months ago 4
#38690 Introduce classes for settings dev-feedback normal normal Awaiting Review enhancement 7 years ago
#43818 Invalidate query caches less aggressively by using a `last_changed` key specific to metadata has-patch normal normal Future Release enhancement 4 months ago 4
#46314 JSON strings in postmeta issue normal normal Awaiting Review enhancement 7 years ago 4
#15865 Make it easy to disable options / user settings has-patch normal normal Awaiting Review enhancement 3 years ago 24
#33884 Move meta functions to their own files normal normal enhancement 7 years ago 1
#24726 New filter hook for get_metadata() has-patch normal normal enhancement 7 years ago 12
#29082 Pass $meta_id into sanitize_meta() and subsequently into the filter for register_meta callback chriscct7 has-patch normal normal enhancement 7 years ago 1
#30995 Pass meta_id when retrieving multiple metas needs-unit-tests normal normal enhancement 7 years ago 3
#46744 Prevent default_role being set to dangerous values johnbillion has-patch normal normal 7.2 enhancement 7 days ago 4
#65836 Provide a native API for generating and managing Schema.org JSON-LD structured data normal normal Awaiting Review enhancement 11 days ago
#43209 REST API should take settings errors into account dev-feedback normal normal Awaiting Review enhancement 9 years ago
#62748 Return results of update_post_meta has-patch normal normal Awaiting Review enhancement 20 months ago 2
#42193 Select text in readonly textarea on focus has-patch normal normal Future Release enhancement 8 years ago 5
#43208 Separate setting validation from sanitization needs-unit-tests normal normal Awaiting Review enhancement 6 years ago 10
#14125 Seperate out non-editable options in edit site sorich87 dev-feedback normal normal enhancement 12 months ago 10
#55584 Settings API autoload hook dev-feedback normal normal Awaiting Review enhancement 3 years ago 5
#33551 Settings API: Filter sections and fields before displaying them obenland needs-docs normal normal enhancement 7 years ago 4
#49948 Site Meta: Adding additional useful functions has-patch normal minor Awaiting Review enhancement 6 years ago 3
#21546 Site Settings page is a hot mess normal normal enhancement 7 years ago 5
#39286 Standardizing actions and filters for adding, getting, setting, updating, and deleting options and transients normal normal Awaiting Review enhancement 4 years ago 1
#55969 The function set_transient should have the autoload argument has-patch normal normal Awaiting Review enhancement 23 months ago 10
#51699 The only correct method to check for existence of option normal normal Awaiting Review enhancement 3 years ago 10
#15058 Validate option and transient name lengths needs-unit-tests normal normal Future Release enhancement 5 years ago 55
#37928 add `pre_add_option` filter has-patch normal normal Awaiting Review enhancement 13 months ago 9
#38896 avatar_settings help text may not be accurate if avatar_defaults is filtered dev-feedback normal normal Awaiting Review enhancement 7 years ago
#60787 get_registered_meta_keys() should allow for late registration to improve performance has-patch normal normal Awaiting Review enhancement 2 years ago 11
#56821 meta_query late row lookup for performance improvement normal normal Awaiting Review enhancement 4 years ago
#40523 populate_options doesn't use correct add_options actions dev-feedback normal normal Awaiting Review enhancement 9 years ago 2
#29786 read_post_meta should be a meta capability has-patch normal normal enhancement 23 months ago 4
#37355 remove_settings_section() counterpart to add_settings_section() has-patch normal normal enhancement 7 years ago 1
#43598 site-options notoption only queried and never set in not multisite wordpress installs SergeyBiryukov dev-feedback normal normal Future Release enhancement 13 months ago 5
#52360 speed up update_meta_cache with easy fix has-patch normal normal Awaiting Review enhancement 7 months ago 6
#55553 update_blog_option should accept autoload parameter dev-feedback normal normal Awaiting Review enhancement 15 months ago 4
#51730 update_metadata function: differentiate failure from no update normal normal Awaiting Review enhancement 6 years ago
#41099 update_option return value ambiguous normal normal Awaiting Review enhancement 7 years ago 7
#52284 Add filter for notoptions after retrieval normal normal Awaiting Review feature request 6 years ago
#54212 Add hooks to get/update/add_option functions normal normal Awaiting Review feature request 3 years ago
#64581 Allow serialized options read-only view has-patch normal trivial Awaiting Review feature request 4 weeks ago 8
#55889 Allow specifying multiple keys as an array in meta and option retrieval functions. normal normal Awaiting Review feature request 4 years ago 2
#41769 Custom function to display all values of a custom field (meta_key) normal normal Awaiting Review feature request 9 years ago 1
#43451 Disallow objects as meta values normal normal Awaiting Review feature request 8 years ago 1
#44659 Display custom fields normal normal Awaiting Review feature request 8 years ago 4
#64036 Filters the value of metadata after it is retrieved. eslamelsherif has-patch normal normal Awaiting Review feature request 11 months ago 1
#23616 General Handler for Whitelisted Options' Submissions normal normal feature request 7 years ago 1
#46705 Harden WP core against "update option" endpoint vulnerabilities normal normal Awaiting Review feature request 7 years ago 1
#60950 JSON serialization for meta values reporter-feedback normal normal Awaiting Review feature request 2 years ago 6

Permalinks (45 matches)

#44958 &nbsp character in title generates a permalink (and slug) with space needs-unit-tests normal normal Future Release defect (bug) 15 months ago 39
#45331 'rest_url_prefix' filter fails to impact flush_rewrite_rules() on plugin activation reporter-feedback normal major Awaiting Review defect (bug) 18 months ago 3
#37812 404 when using a numeric slug and /%category%/ base needs-unit-tests normal normal Future Release defect (bug) 3 years ago 5
#46266 Add auto-draft to list of statuses faked in get_sample_permalink() has-patch normal normal Awaiting Review defect (bug) 7 years ago
#17450 Almost pretty permalinks with non-ASCII characters do not work in Apache westi needs-unit-tests normal normal defect (bug) 7 years ago 10
#49452 Approximately every week permalinks are lost for custom post types in multisite normal normal Awaiting Review defect (bug) 7 years ago
#60816 Attachment pages conflicting with actual pages reporter-feedback normal normal Awaiting Review defect (bug) 2 years ago 3
#17170 Attachment slugs are not unique dev-feedback normal major defect (bug) 7 years ago 1
#56229 Attempt to read property "user_nicename" on bool in link-template.php on line 265 has-patch normal normal Awaiting Review defect (bug) 4 years ago 3
#40032 Automatic redirects with _wp_old_slug won't mantain GET parameters if present has-patch normal normal Awaiting Review defect (bug) 19 hours ago 4
#55189 Automatic removal of "Zero-width non-joiner" in URL needs-unit-tests normal critical Future Release defect (bug) 3 years ago 20
#18523 Can't change page permalink if slug metabox is removed helen normal normal Future Release defect (bug) 6 years ago 30
#42248 Can't create category slug with same name for different parents dev-feedback normal normal Awaiting Review defect (bug) 14 months ago 3
#20171 Categories/Tags links are broken in WP 3.3.1, with multisite/subfolder install has-patch normal normal defect (bug) 7 years ago 14
#59434 Changing permalink structure results in failure to save draft posts normal normal Awaiting Review defect (bug) 3 years ago
#13459 Conflict between post and page slugs/permalinks when permalink setting is set to /%postname%/ petitphp dev-feedback normal normal Future Release defect (bug) 12 months ago 82
#37435 Conflicting permalinks with attachment and category of same name normal normal defect (bug) 7 years ago 1
#58938 Custom permalink indexing issue normal critical Awaiting Review defect (bug) 13 months ago
#32322 Custom permalink structure incorrect for Future posts kdoole has-patch normal normal Future Release defect (bug) 12 months ago 23
#46257 Deleting a page can break the permalink of other pages if it had media uploaded to it normal normal Awaiting Review defect (bug) 6 years ago
#48903 Drafts or pending posts overwrites existing published post with same url normal normal Awaiting Review defect (bug) 6 years ago 2
#61716 Fatal error: Uncaught ArgumentCountError in get_delete_post_link() when _edit_link is site-editor.php?postType=%s&postId=%s&canvas=edit has-patch normal normal Awaiting Review defect (bug) 11 months ago 1
#40176 Filter user_trailingslashit called with inconsistent $type_of_string for Post-Tags dev-feedback normal normal Awaiting Review defect (bug) 5 years ago
#48146 Google breadcrumbs problem reporter-feedback normal normal Awaiting Review defect (bug) 6 years ago 3
#50002 Hack in get_sample_permalink() can cause filters like post_link, and pre_post_link to have inaccurate post_status in admin has-patch normal normal Awaiting Review defect (bug) 19 hours ago 2
#28156 In date-containing permalink structures, /dddd/dd/comment-page-d/ urls don't work needs-unit-tests normal normal defect (bug) 14 months ago 6
#55066 Inconsistency in post URL when parent and child category assigned to the post and permalink structure includes category has-patch normal normal Awaiting Review defect (bug) 5 years ago
#63282 Inconsistent post name processing normal normal Awaiting Review defect (bug) 16 months ago 3
#58764 Incorrect return type in `WP_Rewrite::using_index_permalinks()`. costdev dev-feedback normal normal Awaiting Review defect (bug) 3 months ago 1
#39321 Issue with get_permalink when using wp_update_post() and %author% is part of your permalink dev-feedback normal normal Awaiting Review defect (bug) 6 years ago 4
#50233 Limit pagination for comments SergeyBiryukov dev-feedback normal minor Future Release defect (bug) 7 months ago 20
#12634 Media Library & Permalink Overlap has-patch normal normal defect (bug) 3 years ago 17
#32498 Media Library and Page Slug conflict normal normal defect (bug) 7 years ago 1
#57804 Missing word "wordpress" on the permalink that's why not opening a separate tour on the website reporter-feedback normal major Awaiting Review defect (bug) 3 years ago 2
#16126 Multisite name conflict check doesn't check for pages. normal normal defect (bug) 7 years ago 5
#3329 Need to strip % from the auto-permalink in the editor. pishmishy* dev-feedback normal normal Future Release defect (bug) 19 months ago 22
#23781 New Post Publishes to Wrong URL normal critical defect (bug) 7 years ago 6
#48365 No 301 redirection for Numeric style permalink structure normal normal Awaiting Review defect (bug) 7 years ago 1
#56359 Non-existent URLs show contents of homepage instead of 404 error dev-feedback normal normal Awaiting Review defect (bug) 3 years ago 2
#10249 Page slug in cyrillic = Error 404 - Not Found! westi needs-unit-tests normal normal Future Release defect (bug) 6 months ago 61
#45784 Pages and archives containing /[0-9]/ should redirect or redirect correctly normal normal Awaiting Review defect (bug) 8 years ago 1
#61824 Pages no longer allowed to have same permalink as images normal normal Awaiting Review defect (bug) 23 months ago 6
#23229 Pagination Links Broken normal normal defect (bug) 7 years ago 1
#44759 Percent-encoded unicode characters in CPT rewrite slug prevent finding the CPTs on the front-end normal normal Awaiting Review defect (bug) 12 months ago
#36157 Permalink UI shown without typing a title needs-unit-tests normal normal defect (bug) 7 years ago 5
Note: See TracReports for help on using and creating reports.