Hello.

I've been trying to file a ticket on the trac website, and every time it is rejected as spam. So I'm going to try here.

Description:

For multiple projects, the description element for the timeline.rss view is too generic, especially when tools aggregate multiple project RSS feeds into one place. The description element should be a description of the project.

And I have a patch too!

Index: trac/timeline/templates/timeline.rss
===================================================================
--- trac/timeline/templates/timeline.rss        (revision 9798)
+++ trac/timeline/templates/timeline.rss        (working copy)
@@ -5,7 +5,7 @@
   <channel>
     <title>${project.name}</title>
     <link>${abs_href.timeline()}</link>
-    <description>Trac Timeline</description>
+    <description>${project.descr}</description>
     <language>${req.locale and \
'%s-%s' % (req.locale.language, req.locale.territory) or \
                 'en-US'}</language>

Cheers,

Michael

--
Michael Joyce - Web Application Project Coordinator, Mathematics
Leonard S. Klinck Building, Room 126F
604-822-3068
[email protected]





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

Reply via email to