Make WordPress Core

{1} All Tickets (8246 matches)

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

Results (5601 - 5700 of 8246)

Posts, Post Types (100 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#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
#57634 Hide "view" link from Post List Table if empty string passed to post_link has-patch normal normal Awaiting Review defect (bug) 4 years ago 1
#3670 Removing CDATA close tag ( ]]> ) unbalances the CDATA block andy needs-unit-tests normal minor Future Release defect (bug) 3 years ago 83
#57810 Should wp_insert_post() function call 'wp_insert_post' action with 'update' equals true after creating post for the first time. normal normal Awaiting Review defect (bug) 3 years ago 5
#56480 _add_post_type_submenus doesn't use WP_Post_Type::$menu_position normal normal Awaiting Review defect (bug) 3 years ago 1
#17374 get_pages() with child_of forgets sort DrewAPicture dev-feedback normal normal defect (bug) 3 years ago 8
#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
#58487 Text editor problem normal normal Awaiting Review defect (bug) 3 years ago 4
#58617 Post Status label inconsistency in get_post_statuses() and get_post_stati() functions has-patch normal minor Awaiting Review defect (bug) 3 years ago 1
#49355 "Publishing failed. Error message: Could not update post in the database" caused by encoding normal normal Awaiting Review defect (bug) 3 years ago 2
#43672 wp_delete_post() function ignores `$force_delete` parameter for custom post types dev-feedback normal normal Awaiting Review defect (bug) 3 years ago 2
#36313 get_pages() child_of argument does not work in combination with meta_key/value query normal normal defect (bug) 3 years ago 4
#41714 wp_list_pages() - horrible performance due to eventual "SELECT *" dev-feedback normal normal Awaiting Review defect (bug) 3 years ago 9
#35538 AllPosts page UI: link "All" has incorrect color normal trivial Awaiting Review defect (bug) 3 years ago 8
#46296 Posts set to 'private' and password protected should return a 403 HTTP header status has-patch normal minor Awaiting Review defect (bug) 3 years ago 5
#55332 problem with quick comment discarded changes normal minor Awaiting Review defect (bug) 3 years ago 1
#41949 Allow multiple values for the same meta key to be passed to `wp_insert_post()` has-patch normal normal Awaiting Review defect (bug) 3 years ago 27
#59241 get_the_posts_navigation wrong functions called for prev and next links has-patch normal normal Awaiting Review defect (bug) 3 years ago 3
#59348 Excerpt block length is not full customizable any more normal normal Awaiting Review defect (bug) 3 years ago 2
#52738 Use of get_object_vars() in sanitize_post() and WP_Post constructor does not handle null byte has-patch normal normal Awaiting Review defect (bug) 3 years ago 29
#59610 Post modified date cannot be updated through WP-CLI dev-feedback normal normal Awaiting Review defect (bug) 3 years ago 5
#59664 I have tested beta 6.4 version and some issue on mobile device normal normal Awaiting Review defect (bug) 3 years ago 5
#55087 Published environment and published versions for posts/pages to be able to work on the same post/page without affecting the production version until the changes are ready to become the next version of the production post/page. normal normal Awaiting Review feature request 3 years ago 1
#59766 Custom post type archive URLs are being resolved in an unexpected way if a page with the same slug exists and the URL's casing doesn't exactly match the custom post type's rewrite slug has-patch normal normal Awaiting Review defect (bug) 3 years ago 10
#14558 Separate Database Table Support for Custom Post Types dev-feedback normal normal Awaiting Review enhancement 2 years ago 41
#60791 Pre-populate slug using URL parameters on new post edit screen. has-patch normal normal Awaiting Review enhancement 2 years ago 2
#60796 An error for page and post without revisions support normal normal Awaiting Review defect (bug) 2 years ago 2
#49969 Previewing the page designated as "latest posts" shows the frontpage normal normal Future Release defect (bug) 2 years ago 9
#61242 PHP warning when `'taxonomies'` in `register_post_type` is set to `false` instead of `array()` has-patch normal normal Awaiting Review defect (bug) 2 years ago 3
#59027 Weekly wp_get_archives has invalid link (link for month instead of year) needs-unit-tests normal normal Future Release defect (bug) 2 years ago 13
#59986 Add a filter into the $wp_meta_boxes output loop to provide the ability to change data normal normal Awaiting Review enhancement 2 years ago 2
#40711 WP_Post:get_instance: Update cache if $_post->filter is empty has-patch normal normal Awaiting Review enhancement 2 years ago 1
#57829 Post "Read" Capability for Rest API has-patch normal normal Awaiting Review enhancement 2 years ago 2
#61068 Wrong processing post_status for custom post_status has-patch normal normal Awaiting Review defect (bug) 2 years ago 1
#37671 Emptying Bin with large amount of posts results in whitescreen needs-unit-tests normal normal Future Release enhancement 2 years ago 11
#33714 Add custom post types to the 'At a Glance' widget needs-docs low normal enhancement 2 years ago 12
#61598 Add an interface option to let users set empty_trash_days has-patch normal normal Awaiting Review enhancement 2 years ago 3
#61695 Suggestion: Add a post_type column in the wp_postmeta table normal normal Awaiting Review enhancement 2 years ago 1
#57622 Add filter to get_page_by_path has-patch normal normal Awaiting Review enhancement 2 years ago 3
#29999 update post overwrites slug if current_user is contributor dev-feedback normal minor Awaiting Review defect (bug) 2 years ago 17
#61691 quick draft added images and categories free dev-feedback normal normal Awaiting Review feature request 2 years ago 1
#61773 get_posts() returns posts of removed custom post type normal normal Awaiting Review enhancement 2 years ago 5
#49812 EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "default-src 'self' http: https: data: blob: 'unsafe-inline'". normal normal defect (bug) 2 years ago 3
#62049 Italics HTML tags in Post Titles are Being Converted to HTML Entities normal major Awaiting Review defect (bug) 23 months ago 5
#52389 Consistently check for non-empty post ID in attachment functions SergeyBiryukov* has-patch normal normal Future Release defect (bug) 23 months ago 2
#60038 Pass original array of arguments to hooks that fire within `wp_insert_post()` johnbillion has-patch normal normal Future Release enhancement 23 months ago 11
#54376 Add `is_post_publicly_viewable` filter has-patch normal normal Awaiting Review enhancement 22 months ago 3
#31254 Post errors show success borders has-patch normal normal Awaiting Review defect (bug) 22 months ago 6
#61969 Post guid for custom post type being modified has-patch normal minor Awaiting Review defect (bug) 22 months ago 5
#62223 "Error in moving the item to Trash" when using Cloudflare Speed Brain (Missing/Unreachable directories) normal normal Awaiting Review defect (bug) 22 months ago 1
#62302 Post deletion hooks are not fully consistent. has-patch normal normal Awaiting Review feature request 22 months ago 2
#62366 get_post_states() throws PHP warning has-patch normal normal Awaiting Review defect (bug) 21 months ago 5
#57875 Add password strength meter for password protected content normal normal Future Release enhancement 21 months ago 1
#58476 preg_split(): Passing null to parameter #2 ($subject) of type string is deprecated normal normal Awaiting Review defect (bug) 21 months ago 5
#62853 Order posts and terms by drag and drop from administration normal normal Awaiting Review feature request 19 months ago 2
#59901 PHPunit tests for wp_find_hierarchy_loop has-patch normal normal Future Release enhancement 18 months ago 4
#50435 In some cases wp_get_post_parent_id() = get_post_ancestors normal normal Awaiting Review defect (bug) 18 months ago 1
#62948 Posts tagged with complex Emoji can't be found has-patch normal normal Awaiting Review defect (bug) 16 months ago 5
#14513 Time for a wp_post_relationships table? normal normal feature request 16 months ago 89
#56590 TypeError error in get_the_content when $elements['page'] and $elements['pages'] are null has-patch normal normal Awaiting Review defect (bug) 15 months ago 3
#57438 Slug is not generated when saving posts as draft dev-feedback normal normal Awaiting Review defect (bug) 15 months ago 2
#62461 If a post has 2 term tags children's and kid+ and from all terms we have children's, kid and kid+, when the post/tags is saved, kid+ is saved as kid normal normal Awaiting Review defect (bug) 15 months ago 1
#59680 Nextpage add pagination for page has-patch normal normal Awaiting Review feature request 14 months ago 2
#39666 Put front page on top of "All pages" list dev-feedback normal normal Future Release enhancement 14 months ago 14
#32295 Pagination on preview/scheduled posts needs-unit-tests normal normal Future Release defect (bug) 14 months ago 8
#27326 wp_list_pages - exclude parameter changes behaviour depending on depth has-patch normal normal defect (bug) 14 months ago 7
#12955 Add get_post filter dev-feedback normal normal Future Release feature request 14 months ago 82
#52888 Docs: Update get_children function SergeyBiryukov dev-feedback normal minor Future Release enhancement 14 months ago 9
#12726 Add get_post_by_*() functions has-patch normal normal enhancement 13 months ago 9
#22957 get_boundary_post Only works from a single page has-patch normal normal defect (bug) 13 months ago 10
#63574 Post Options Divider Missing in Mobile View on Post List Page (WP-Admin) (Playground) has-patch normal normal Awaiting Review defect (bug) 13 months ago 11
#39848 New filter 'the_title_wrap' dev-feedback normal normal Awaiting Review enhancement 13 months ago 1
#24672 Remove final from WP_Post class dev-feedback normal normal Awaiting Review enhancement 13 months ago 24
#51787 Introduce dedicated function that retrieves post object by metadata dev-feedback normal normal Awaiting Review enhancement 13 months ago 2
#18264 Future private posts listed as already published with future date specified has-patch normal normal Awaiting Review defect (bug) 12 months ago 18
#60427 small "ü" in page as anchor causes a mistake when try to save (wrong JSON-response) normal minor Awaiting Review defect (bug) 12 months ago 3
#63662 DateTimePicker in the post editor does not show posts that are published on midnight of first day of month has-patch normal normal Awaiting Review defect (bug) 12 months ago 8
#7231 wp_link_pages: option next_and_number sorich87* has-patch normal normal Future Release enhancement 12 months ago 9
#47279 $post object passed to clean_post_cache action can contain outdated values needs-docs normal normal Future Release defect (bug) 11 months ago 3
#62954 Reassess the best way to store, hash, and check post passwords dev-feedback normal normal Awaiting Review enhancement 11 months ago 2
#36738 No validation for $post_date_gmt parameter paulbonneau has-patch normal normal Future Release defect (bug) 11 months ago 15
#63598 Post locking takeover dialogue shows when `show_post_locked_dialog` filter returns false normal normal Awaiting Review defect (bug) 11 months ago 3
#55895 Register custom post statuses dev-feedback normal normal Awaiting Review defect (bug) 11 months ago 5
#63534 Add `link_to` label to post types has-patch normal normal Awaiting Review enhancement 11 months ago 8
#41471 Page dropdown walker must check selected against value field needs-unit-tests normal normal Future Release enhancement 10 months ago 4
#64025 wp_die() status code posts component updates (parent ticket: #64009) has-patch normal normal Future Release enhancement 10 months ago 3
#37667 Handle post type support in `WP_Post_Type` has-patch normal normal Future Release enhancement 10 months ago 8
#63273 Fatal due to superglobal $_POST modification with invalid int type has-patch normal major Future Release defect (bug) 10 months ago 6
#35099 Make the filter links (Mine, Status, Author, Taxonomy, etc.) links in the posts list table filterable has-patch normal normal Future Release enhancement 9 months ago 17
#62468 wp_update_post overwrites post_date when updating post_status has-patch normal normal Future Release defect (bug) 9 months ago 31
#63600 Enhancement: Add get_pages_args filter to allow full control over get_pages() arguments before parsing in get_pages() vincent06 needs-docs normal normal Awaiting Review enhancement 9 months ago 10
#49708 Add a new function get_page_by_guid normal normal Awaiting Review feature request 9 months ago 1
#63729 Fix misleading summary in PHPDoc for wp_insert_post() has-patch normal normal Awaiting Review enhancement 9 months ago 9
#18613 get_adjacent_post() doesn't find private posts has-patch normal normal Awaiting Review enhancement 8 months ago 9
#35871 before_delete_post incorrectly triggered from edit.php to post.php has-patch normal normal Future Release defect (bug) 8 months ago 6
#40588 Trashing and restoring a draft post replaces the slug needs-unit-tests normal normal Awaiting Review defect (bug) 8 months ago 5
#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
#47642 Order by comment count - posts list tables johnbillion has-patch normal normal Future Release defect (bug) 8 months ago 55
#38715 Facilitate posts storing raw JSON in post_content by short-circuiting KSES and other filters normal normal Future Release enhancement 8 months ago 11
#57496 Lazy load post meta spacedmonkey dev-feedback normal normal Future Release enhancement 7 months ago 31
Note: See TracReports for help on using and creating reports.