[buddypress-trac] [BuddyPress] #4090: Activity stream doesn't like scheduled post in multisite
buddypress-trac
noreply at wordpress.org
Fri Nov 15 21:31:47 UTC 2013
#4090: Activity stream doesn't like scheduled post in multisite
------------------------------+---------------------------
Reporter: Prometheus Fire | Owner: boonebgorges
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 1.9
Component: Activity | Version:
Severity: normal | Resolution: fixed
Keywords: needs-patch |
------------------------------+---------------------------
Changes (by boonebgorges):
* owner: => boonebgorges
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"7577"]:
{{{
#!CommitTicketReference repository="" revision="7577"
Publish blog posts to the activity stream based on transition_post_status
BP has historically had problems when posting certain kinds of blog posts
to
the activity stream, such as improper bumping for post edits and incorrect
timestamps for scheduled posts. These problems stem from the fact that
bp_blogs_record_post has been hooked to the generic 'save_post'. Using
'transition_post_status' instead allows BP to prevent edit-bumps, while
allowing bp_blogs_record_post() to use post_date_gmt for activity
timestamps
(thereby properly attributing scheduled posts).
See #3746, #2546.
Fixes #4090
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4090#comment:11>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list