Feature #15212
closedAtom feed on project with subprojects should show in article title the name of the project
0%
Description
If you use Overall activity the name of the project is shown in title. If you use projects activity the name of the subproject isn't shown.
This is inconsistent and should be changed.
Files
Related issues
Updated by Miodrag Milic almost 11 years ago
Among other things, this is needed because there is no precise filter for project activity.
For instance, I would like too see activities of all subprojects minus some specific ones. RSS clients usually have advanced filtering based on reg exp of title and other message parts so this could substitute this missing filter on activities (the checboxes on the right are very limited).
Updated by Mizuki ISHIKAWA over 4 years ago
- File diff.patch diff.patch added
This patch adds a subproject name to the Atom feed title.
Example:Bug #1
a parent project issueBug #6
a subproject issue
Change before:
<entry> <title>Bug #1 (Assigned): Cannot print recipes</title> ..... </entry> <entry> <title>Bug #6: Issue of a private subproject</title> ...... </entry>
Change after:
<entry> <title>Bug #1 (Assigned): Cannot print recipes</title> ..... </entry> <entry> <title>Private child of eCookbook - Bug #6: Issue of a private subproject</title> ...... </entry>
Updated by Go MAEDA over 4 years ago
- Target version set to 4.2.0
Miodrag Milic wrote:
If you use Overall activity the name of the project is shown in title. If you use projects activity the name of the subproject isn't shown.
This is inconsistent and should be changed.
Indeed. The patch looks good. Setting the target version to 4.2.0.
Updated by Go MAEDA almost 4 years ago
- Has duplicate Defect #5979: rss feed doesn't have same content as activity page added
Updated by Go MAEDA almost 4 years ago
- File 10084-v2.patch added
Updated the patch for the current trunk (r20583).
Updated by Go MAEDA almost 4 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you for your contribution.