[buddypress-trac] [BuddyPress] #5020: BP_Feed class
buddypress-trac
noreply at wordpress.org
Wed Jun 12 22:08:11 UTC 2013
#5020: BP_Feed class
------------------------------+---------------------------
Reporter: r-a-y | Owner: boonebgorges
Type: enhancement | Status: closed
Priority: normal | Milestone: 1.8
Component: Activity | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch commit |
------------------------------+---------------------------
Changes (by boonebgorges):
* owner: => boonebgorges
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"7207"]:
{{{
#!CommitTicketReference repository="" revision="7207"
Introduces BP_Activity_Feed class, and migrates existing feeds
RSS feeds for BP activity have historically been generated on a one-by-one
basis, with separate template files used for each theme. This resulted in
a
huge amount of unnecessarily duplicated code. Moreover, it made the
process
of customizing feeds, or providing new feeds, unnecessarily cumbersome.
BP_Activity_Feed abstracts the central parts of RSS feed building,
allowing for
easier customization, and fewer points of failure.
This changeset also fixes our RSS implementation to match best practices
with
respect to encoding content inside of the <description> element.
Fixes #5020
Props r-a-y
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5020#comment:10>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list