Project

General

Profile

Actions

Feature #475

closed

Forum Changes in RSS Feeds

Added by george leciejewski about 18 years ago. Updated about 18 years ago.

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

0%

Estimated time:
Resolution:

Description

include the Board.messages in the rss activity feed and the activity page

Actions #1

Updated by george leciejewski about 18 years ago

project activity should contain something like this:

@events += Message.find(:all, :include => [:board],
:conditions => ["#{Board.table_name}.project_id=? and
#{Message.table_name}.created_on>=? and
#{Message.table_name}.created_on<=?",@project.id,
@date_from, @date_to] )
Actions #2

Updated by Jean-Philippe Lang about 18 years ago

Committed in r891.
Only new thread messages are included on the activity view.

Actions

Also available in: Atom PDF