Part of lp.bugs.feed.bug View In Hierarchy
Known subclasses: lp.bugs.feed.bug.BugFeed, lp.bugs.feed.bug.BugTargetBugsFeed, lp.bugs.feed.bug.PersonBugsFeed, lp.bugs.feed.bug.SearchBugsFeed
| Method | initialize | See LaunchpadView. |
| Method | setupColumns | Set up the columns to be displayed in the feed. |
| Method | logo | See IFeed. |
| Method | getPublicRawItems | Private bugs are not to be shown in feeds. |
| Method | itemToFeedEntry | Convert the items to FeedEntries. |
| Method | renderHTML | See IFeed. |
| Method | getBugsFromBugTasks | Given a list of BugTasks return the list of associated bugs. |
| Method | _sortByDateCreated | Undocumented |
| Method | _getRawItems | Get the raw set of items for the feed. |
| Method | _getItemsWorker | Create the list of items. |
Inherited from FeedBase:
| Method | __init__ | Undocumented |
| Method | title | See IFeed. |
| Method | link_self | See IFeed. |
| Method | site_url | See IFeed. |
| Method | link_alternate | See IFeed. |
| Method | feed_id | See IFeed. |
| Method | getItems | See IFeed. |
| Method | feed_format | See IFeed. |
| Method | icon | See IFeed. |
| Method | date_updated | See IFeed. |
| Method | render | See IFeed. |
| Method | renderAtom | See IFeed. |
This method may need to be overridden to customize the display for different feeds.
The list of bugs is screened to ensure no private bugs are returned.