Fixed issue 71, add atom feeds.
The basic building block is here with the feed of the timeline, it is rather easy to add the feed other elements based on this work. This will require iterations and polishing.
This commit is contained in:
@@ -110,4 +110,9 @@ class IDF_Review_FileComment extends Pluf_Model
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
||||
public function feedFragment($request)
|
||||
{
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
@@ -115,4 +115,9 @@ class IDF_Review_Patch extends Pluf_Model
|
||||
public function timelineFragment($request)
|
||||
{
|
||||
}
|
||||
|
||||
public function feedFragment($request)
|
||||
{
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user