Feature #15212
closed
Atom feed on project with subprojects should show in article title the name of the project
Added by Miodrag Milic about 11 years ago.
Updated about 4 years ago.
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
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).
This patch adds a subproject name to the Atom feed title.
Example:
Bug #1
a parent project issue
Bug #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>
- 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.
- Has duplicate Defect #5979: rss feed doesn't have same content as activity page added
- File 10084-v2.patch added
Updated the patch for the current trunk (r20583).
- File deleted (
10084-v2.patch)
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you for your contribution.
Also available in: Atom
PDF