Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Trac: Users

Trac RSS revision history feeds

 

 

Trac users RSS feed   Index | Next | Previous | View Threaded


jpwasp at rit

Nov 23, 2009, 12:27 PM

Post #1 of 5 (441 views)
Permalink
Trac RSS revision history feeds

I've noticed that since Sept 25, the RSS feeds have stopped working on revision history. Is this a known issue?

Compare:
http://trac.edgewall.org/log/branches/0.11-stable -- works
(using the RSS link on the same page:)
http://trac.edgewall.org/log/branches/0.11-stable?format=rss&limit=100&mode=stop_on_copy -- gives this output:

<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">


<channel>
<title>Revisions of /branches/0.11-stable</title>
<link>http://trac.edgewall.org/log/branches/0.11-stable?rev=8848</link>
<description>Trac Log - Revisions of /branches/0.11-stable</description>
<language>en-US</language>
<generator>Trac 0.11.6rc1</generator>
<image>
<title>The Trac Project</title>
<url>http://www.edgewall.org/gfx/trac_logo.png</url>
<link>http://trac.edgewall.org/log/branches/0.11-stable?rev=8848</link>
</image>
</channel>

</rss>

Jason Winnebeck

--

You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=.


remy.blank at pobox

Nov 23, 2009, 12:44 PM

Post #2 of 5 (413 views)
Permalink
Re: Trac RSS revision history feeds [In reply to]

Jason Winnebeck wrote:
> Compare:
> http://trac.edgewall.org/log/branches/0.11-stable -- works
> (using the RSS link on the same page:)
> http://trac.edgewall.org/log/branches/0.11-stable?format=rss&limit=100&mode=stop_on_copy -- gives this output:

Indeed, something is wrong. Could you please open a ticket for that? Thanks.

-- Remy
Attachments: signature.asc (0.19 KB)


cboos at neuf

Nov 23, 2009, 2:40 PM

Post #3 of 5 (411 views)
Permalink
Re: Trac RSS revision history feeds [In reply to]

Remy Blank wrote:
> Jason Winnebeck wrote:
>
>> Compare:
>> http://trac.edgewall.org/log/branches/0.11-stable -- works
>> (using the RSS link on the same page:)
>> http://trac.edgewall.org/log/branches/0.11-stable?format=rss&limit=100&mode=stop_on_copy -- gives this output:
>>
>
> Indeed, something is wrong. Could you please open a ticket for that? Thanks.
>
>

No need, I fixed it (r8850).

Thank you for the report, Jason!

-- Christian

--

You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=.


remy.blank at pobox

Nov 23, 2009, 3:00 PM

Post #4 of 5 (405 views)
Permalink
Re: Trac RSS revision history feeds [In reply to]

Christian Boos wrote:
> No need, I fixed it (r8850).

I had a simpler fix:

diff --git a/trac/versioncontrol/web_ui/log.py
b/trac/versioncontrol/web_ui/log.py
--- a/trac/versioncontrol/web_ui/log.py
+++ b/trac/versioncontrol/web_ui/log.py
@@ -256,7 +256,7 @@
'path': path, 'rev': rev, 'stop_rev': stop_rev,
'revranges': revranges,
'mode': mode, 'verbose': verbose, 'limit' : limit,
- 'item_ranges': item_ranges, 'changes': changes,
+ 'items': info, 'item_ranges': item_ranges, 'changes': changes,
'email_map': email_map, 'extra_changes': extra_changes,
'wiki_format_messages':
self.config['changeset'].getbool('wiki_format_messages')
Attachments: signature.asc (0.19 KB)


jpwasp at rit

Nov 24, 2009, 5:45 AM

Post #5 of 5 (404 views)
Permalink
Re: Trac RSS revision history feeds [In reply to]

Christian Boos wrote:
> No need, I fixed it (r8850).
>
> Thank you for the report, Jason!

Thanks, my Google Reader is happy again, and I can now get my daily SVN
updates fix. I should have reported it earlier; I didn't notice it missing
from my updates right away and even after I noticed I figured it was something
trivial like a URL change.

Keep up the good work on Trac!

Jason

--

You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users [at] googlegroups
To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.

Trac users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.