Project

General

Profile

Actions

Feature #15212

closed

Atom feed on project with subprojects should show in article title the name of the project

Added by Miodrag Milic over 10 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Feeds
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

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

diff.patch (1.7 KB) diff.patch Mizuki ISHIKAWA, 2020-04-22 06:52
15212-v2.patch (1.72 KB) 15212-v2.patch Go MAEDA, 2020-12-08 03:25

Related issues

Has duplicate Redmine - Defect #5979: rss feed doesn't have same content as activity pageClosed2010-07-28

Actions
Actions #1

Updated by Miodrag Milic over 10 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).

Actions #2

Updated by Mizuki ISHIKAWA almost 4 years ago

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>

Actions #3

Updated by Go MAEDA almost 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.

Actions #4

Updated by Go MAEDA over 3 years ago

  • Has duplicate Defect #5979: rss feed doesn't have same content as activity page added
Actions #5

Updated by Go MAEDA over 3 years ago

  • File 10084-v2.patch added

Updated the patch for the current trunk (r20583).

Actions #6

Updated by Go MAEDA over 3 years ago

  • File deleted (10084-v2.patch)
Actions #7

Updated by Go MAEDA over 3 years ago

Actions #8

Updated by Go MAEDA over 3 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.

Actions

Also available in: Atom PDF