Actions
Feature #475
closedForum Changes in RSS Feeds
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
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] )
Updated by Jean-Philippe Lang about 18 years ago
Committed in r891.
Only new thread messages are included on the activity view.
Actions