Am 29.12.2005 um 13:07 schrieb Andrey Khavryuchenko:
I've got trac 0.9 installed on linux/apache. I have single trac per my
customer.  What puzzles me now is that on one trac instance I can get
timeline rss w/o any problems, while other renders me this:

<?xml version="1.0"?>
<rss version="2.0">
 <channel>
   <title>Customer: Timeline</title>
  <link>http://hostname.kds.com.ua/project/customer/timeline</link>
  <description>Trac Timeline</description>
  <language>en-us</language>
  <generator>Trac v0.9</generator>
  <image>
   <title>Customer</title>
   <url>http://hostname.kds.com.ua</url>
   <link>http://hostname.kds.com.ua/project/customer/timeline</link>
  </image>
 </channel>
</rss>

I can view timeline perfectly as html, and I can save it from browser as a
correct rss.

So looks like an issue is in access control.  But TIMELINE_VIEW *is*
allowed for anonymous:

The timeline only shows events that the remote user is actually allowed to see, based on the WIKI_VIEW, CHANGESET_VIEW, TICKET_VIEW, MILESTONE_VIEW, etc permissions.

Cheers,
Chris
--
Christopher Lenz
  cmlenz at gmx.de
  http://www.cmlenz.net/

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to