Make WordPress Core

{1} All Tickets (8274 matches)

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

Results (5701 - 5800 of 8274)

Posts, Post Types (78 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#32295 Pagination on preview/scheduled posts needs-unit-tests normal normal Future Release defect (bug) 14 months ago 8
#32057 fix: allow plugins to access click event in edit inline post normal normal defect (bug) 7 years ago 1
#32039 Publish date when publishing a scheduled post in the past normal normal defect (bug) 7 years ago 2
#31977 Ping status of pages changes to "closed" in quick edit pareshradadiya dev-feedback normal normal Future Release defect (bug) 12 days ago 7
#31504 Add new item gives bunch of errors if disabled normal normal defect (bug) 7 years ago 2
#31331 $post->post_date displays current time if status is pending or draft normal normal defect (bug) 7 years ago 1
#31254 Post errors show success borders has-patch normal normal Awaiting Review defect (bug) 23 months ago 6
#31154 register_post_type function does not check reserved post_types normal normal Awaiting Review enhancement 4 years ago 14
#30917 Add "Save and Close" button to page/post edit screen normal normal enhancement 7 years ago 1
#30452 _wp_translate_postdata() redundantly+destructively checks current_user_can( $ptype->cap->edit_others_posts ) on update dev-feedback normal normal defect (bug) 7 years ago 4
#30250 Add filter for query used in `wp_count_posts()` normal normal enhancement 7 years ago 4
#29999 update post overwrites slug if current_user is contributor dev-feedback normal minor Awaiting Review defect (bug) 2 years ago 17
#29014 Normalization of template tag filters normal normal enhancement 7 years ago 1
#28798 htaccess and protected option normal normal Awaiting Review enhancement 5 years ago 4
#28488 get_post_type_object on CPT in _count_posts_cache_key after a wp_insert_post returns null has-patch normal normal defect (bug) 7 years ago 5
#28463 Need core concept of the first publication of a post/comment. dev-feedback normal normal Awaiting Review feature request 4 years ago 2
#28288 New Post overwriting a previously published post has-patch normal normal defect (bug) 10 hours ago 10
#28172 edit_post() should call {un}stick_post() before calling wp_update_post() needs-unit-tests normal normal Future Release enhancement 4 years ago 12
#28145 wp_terms_checklist() returns all non-hierarchical terms even with $descendants_and_self parameter has-patch normal normal defect (bug) 7 years ago 5
#28017 Slug conflict with hierarchical Custom Post Types normal normal defect (bug) 7 years ago 3
#27736 Save one query when inserting a new post pbearne close normal normal Future Release enhancement 6 months ago 12
#27326 wp_list_pages - exclude parameter changes behaviour depending on depth has-patch normal normal defect (bug) 14 months ago 7
#27253 Enhancement Request: direct link to Drafts under Posts and Pages on the sidebar chriscct7 normal normal enhancement 7 years ago 16
#27002 Scheduling not working when editing posts normal normal defect (bug) 7 years ago 2
#26809 Errors from wp_update_post obscured in edit_post has-patch normal normal defect (bug) 7 years ago 4
#25798 Certain single CPT items result in 404 since 3.7 needs-unit-tests normal normal defect (bug) 7 years ago 3
#25493 Sorting posts in ascending order of date at admin side wonderboymusic normal normal defect (bug) 7 years ago 15
#25113 non-latin CPT rewrite slugs fail `wp_safe_redirect` normal normal defect (bug) 7 years ago 3
#24867 Feeds for custom posts type can not be set independently of has_archive and supports => comments nacin normal normal defect (bug) 7 years ago 3
#24722 get_post_statuses() and get_page_statuses() are hardcoded chriscct7 has-patch normal normal defect (bug) 3 months ago 6
#24672 Remove final from WP_Post class dev-feedback normal normal Awaiting Review enhancement 13 months ago 24
#24415 The 'show_in_admin_all_list' argument for the 'register_post_status' function is ignored when the argument 'public' is set to 'false' dev-feedback normal normal defect (bug) 3 years ago 4
#24248 'guid' not properly escaped has-patch normal normal defect (bug) 4 years ago 13
#24131 Fix post previews for multisite with domain mapping has-patch normal normal defect (bug) 7 years ago 9
#23207 Add $labels argument to register_post_status() dev-feedback normal normal enhancement 7 years ago 8
#23169 Introduce register_post_status_for_object_type normal normal enhancement 7 years ago 3
#23168 Introduce remove_post_status normal normal enhancement 7 years ago 9
#22957 get_boundary_post Only works from a single page has-patch normal normal defect (bug) 14 months ago 10
#22845 On 32-bit systems, with post IDs higher than PHP_INT_MAX (2147483647) wordpress does not run fine normal normal enhancement 7 years ago 3
#22022 Can’t properly add pages of type edit.php?post_type=xxx as submenu items to arbitrary parent menus normal normal defect (bug) 7 years ago 6
#22003 Saving custom fields goes to post-new.php rather than post.php normal normal defect (bug) 7 years ago 4
#21234 Recursive directory creation & get_calendar() for custom post types normal normal defect (bug) 7 years ago 3
#20810 Add disable arg or attributes arg to wp_dropdown_categories() & wp_dropdown_pages() has-patch normal normal enhancement 2 months ago 5
#20748 Include CPT Posts in Author Count & Archive Page normal normal enhancement 7 years ago 2
#20438 Custom Post Types with Post Format support aren't registered against post_format taxonomy normal normal Awaiting Review defect (bug) 4 years ago 11
#20167 Add wp_pages_checklist for creating checklist of pages on site has-patch normal normal enhancement 7 years ago 4
#19826 Error behavior for deleting trashed posts is different for Bulk Delete versus Empty Trash piontkowski has-patch normal minor Future Release defect (bug) 8 months ago 16
#19711 Posts edit list window display no information about filtering chriscct7 has-patch normal normal enhancement 7 years ago 15
#19572 switch_to_post() stack implementation (similar to switch_to_blog()) normal normal enhancement 7 years ago 9
#19031 Category view incorrectly counting custom posts normal normal defect (bug) 7 years ago 4
#18833 Pass raw data into save_post/wp_insert_post rmccue has-patch normal normal enhancement 7 years ago 17
#18701 "hierarchical" argument for get_pages() does nothing DrewAPicture* normal normal defect (bug) 7 years ago 5
#18613 get_adjacent_post() doesn't find private posts has-patch normal normal Awaiting Review enhancement 9 months ago 9
#18395 Non-URL GUIDs are stripped on post update normal normal defect (bug) 7 years ago 2
#18264 Future private posts listed as already published with future date specified has-patch normal normal Awaiting Review defect (bug) 13 months ago 18
#17374 get_pages() with child_of forgets sort DrewAPicture dev-feedback normal normal defect (bug) 3 years ago 8
#16843 wp_unique_post_slug() doesn't check pagination base when CPT has archive needs-unit-tests normal minor defect (bug) 7 years ago 12
#16784 Introduce post_type_archive_description() needs-unit-tests normal normal enhancement 5 years ago 10
#16600 AdminMenu rendering code chokes on uppercase normal minor defect (bug) 7 years ago 14
#16415 Don't require CPTs to have archives in order to have feeds has-patch normal normal enhancement 7 years ago 16
#15993 Sort arrows improperly wrap on narrow columns normal normal defect (bug) 7 years ago 23
#15930 Make trashed posts/pages still readable normal minor enhancement 7 years ago 10
#14561 wp-admin/edit.php tags of post are hard to compare normal normal enhancement 7 years ago 1
#14558 Separate Database Table Support for Custom Post Types dev-feedback normal normal Awaiting Review enhancement 2 years ago 41
#14513 Time for a wp_post_relationships table? normal normal feature request 17 months ago 89
#14077 Add support for removal of multiple features from a post type in remove_post_type_support dev-feedback normal minor enhancement 7 years ago 11
#14017 New template "tag": get_custom_field() obenland needs-unit-tests normal normal Future Release enhancement 4 years ago 13
#13926 Adding 'page-attributes' to a custom post type slows down edit screen in the admin normal normal defect (bug) 7 years ago 6
#12955 Add get_post filter dev-feedback normal normal Future Release feature request 14 months ago 82
#12826 AJAX trash posts has-patch normal normal enhancement 7 years ago 5
#12726 Add get_post_by_*() functions has-patch normal normal enhancement 14 months ago 9
#12706 Custom post status bugs has-patch normal normal Future Release task (blessed) 2 weeks ago 170
#12567 make post_submit_meta_box more generic normal normal enhancement 7 years ago 15
#11311 kses converts ampersands to & in post titles, post content, and more has-patch normal normal Future Release defect (bug) 5 months ago 23
#11235 Pages whose ancestors are not all "published" cannot be used as parents for other pages. dev-feedback normal normal Future Release defect (bug) 6 months ago 11
#8592 Private Pages not listed in the Parent dropdown SergeyBiryukov needs-unit-tests normal critical Future Release enhancement 4 months ago 213
#7231 wp_link_pages: option next_and_number sorich87* has-patch normal normal Future Release enhancement 12 months ago 9
#3670 Removing CDATA close tag ( ]]> ) unbalances the CDATA block andy needs-unit-tests normal minor Future Release defect (bug) 4 years ago 83

Privacy (22 matches)

#65735 "Complete request" on the Erase Personal Data screen is easily mistaken for an instruction to erase has-patch normal normal Awaiting Review defect (bug) 3 weeks ago 4
#65731 Changing the site timezone can immediately invalidate fresh privacy-request confirmation links has-patch normal normal defect (bug) 3 weeks ago 2
#64748 Privacy: get_the_privacy_policy_link() should strip HTML tags and return plain text masteradhoc* dev-feedback normal normal 7.2 defect (bug) 4 weeks ago 15
#64282 Erase personal data does not remove biographical info needs-unit-tests normal normal Awaiting Review defect (bug) 6 weeks ago 12
#60805 Reading Settings: add option to discourage AI services from crawling the site normal normal Awaiting Review feature request 19 months ago 11
#59479 'Erase Personal Data' simply doesn't work normal critical Awaiting Review defect (bug) 3 years ago
#59025 Incorrect error message when changing the screen options after erasing personal data has-patch normal normal Awaiting Review defect (bug) 6 weeks ago 3
#57639 Don't reveal and show admin email address in "changed email address" template to low permission user roles - Privacy issue has-patch normal normal 7.2 enhancement 5 weeks ago 20
#56542 Should not allow to unregistered user be able to make a "Export Personal Data" Request has-patch normal normal Awaiting Review enhancement 4 years ago 3
#55140 Erase Personal Data Email Validation Issue dev-feedback normal normal Awaiting Review defect (bug) 4 years ago 6
#54442 Provide feedback if initiating an email for a personal data request action has failed has-patch normal normal Future Release defect (bug) 12 days ago 2
#54390 Privacy Policy should be generated on the site language (locale) and not on users language dev-feedback normal normal Awaiting Review enhancement 5 years ago 3
#52903 Consent Management within WordPress Core normal normal Awaiting Review feature request 4 years ago 10
#52070 Erase Personal Data & Export Personal Data Table Nav Free Space Issue normal normal Awaiting Review defect (bug) 6 years ago 5
#51555 Privacy Page: Does it need to be a Page? Also, is a warning an error? garrett-eclipse normal normal Future Release enhancement 6 years ago 1
#51188 Website user level consent management framework (logged in users) carike* normal normal Future Release feature request 4 years ago 27
#51156 Create developer documentation for disclosures.json close normal normal Future Release enhancement 6 years ago 9
#51144 Create a UI for the Disclosures Tab (site-level privacy) normal normal Future Release feature request 6 years ago 5
#51110 Create a UI for user-level privacy / consent management options on the profile page paaljoachim normal normal Future Release enhancement 2 years ago 16
#51092 Create a JSON schema for Privacy and Other Related Disclosures dev-feedback normal normal Future Release feature request 6 years ago 20
#50141 Data erasure/export links should notify the user that the action has already been confirmed has-patch normal normal Future Release defect (bug) 10 hours ago 9
#49668 Multisite: export/erase requests initiated in a sub-site should check whether the user belongs to that sub-site has-patch normal normal Future Release defect (bug) 6 years ago 10
Note: See TracReports for help on using and creating reports.