Vote #74543
完了Atom feed on project with subprojects should show in article title the name of the project
0%
説明
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.
journals
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:
<pre>
<entry>
<title>Bug #1 (Assigned): Cannot print recipes</title>
.....
</entry>
<entry>
<title>Bug #6: Issue of a private subproject</title>
......
</entry>
</pre>
Change after:
<pre>
<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>
</pre>
--------------------------------------------------------------------------------
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 the patch for the current trunk (r20583).
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed the patch. Thank you for your contribution.
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,5979,rss feed doesn't have same content as activity page