You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Dave Brondsema <da...@brondsema.net> on 2016/12/20 20:55:17 UTC

[allura:tickets] #8112 Filter out comments from rss feeds

- **status**: open --> review
- **assigned_to**: Dave Brondsema
- **Comment**:

Fix on db/8112



---

** [tickets:#8112] Filter out comments from rss feeds**

**Status:** review
**Milestone:** unreleased
**Created:** Wed Aug 03, 2016 01:20 PM UTC by Dave Brondsema
**Last Updated:** Wed Aug 03, 2016 01:20 PM UTC
**Owner:** Dave Brondsema


The main RSS feed for the news/blog shouldn't include comments, only the blog posts.  However, feeds for individual posts should include the comments to that post.

Currently the comment thread logic across all tool types goes through the `Thread.post_to_feed` function.  We'll need to evaluate if other tools besides blog (like wiki and tickets) should work the same, or if they should continue to include comments (or have an option to do either).  The `post_to_feed` method adds comment posts in the same format as news posts, so we'll need to add a way to distinguish between them.

See also old ticket [#5458] which as some related improvements to be made to comments in rss feeds.


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.