[buddypress-trac] [BuddyPress] #2372: @mention in wordpress post comment

buddypress-trac noreply at wordpress.org
Mon Jun 3 00:54:50 UTC 2013


#2372: @mention in wordpress post comment
-------------------------+-----------------------------
 Reporter:  intimez      |       Owner:
     Type:  enhancement  |      Status:  reopened
 Priority:  normal       |   Milestone:  Future Release
Component:  Blogs        |     Version:  1.5
 Severity:  normal       |  Resolution:
 Keywords:  has-patch    |
-------------------------+-----------------------------
Changes (by boonebgorges):

 * milestone:  1.8 => Future Release


Comment:

 Preliminarily, I think it's unwise to make the change suggested by r-a-y
 in 2372.01.patch. If we're going to store the full content of blog
 comments, then we should by the same logic store the full content of blog
 posts and content types that we currently excerpt for activity (like forum
 posts). But this will grow our activity table in big ways, which will add
 to the already painfully slow @-mention queries; see #4018. Moreover,
 storing full content will cause backward compatibility problems for
 plugins/themes that are currently displaying the full 'content' field of
 activity items.

 A proper solution would be to store @-mention details as some sort of
 structured metadata (perhaps in activitymeta? perhaps as its own
 datatype?), to run the full content of the source content through a filter
 that detects and records @-mentions based on that full content, and _then_
 to create and store an excerpt. But this is beyond what we can do for 1.8.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/2372#comment:9>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list