[Oi-commits] r1123 - trunk/forum
oi-commits at pardus.org.tr
oi-commits at pardus.org.tr
Mon Mar 10 05:57:56 EET 2008
Author: jnmbk
Date: Mon Mar 10 05:57:56 2008
New Revision: 1123
Modified:
trunk/forum/feeds.py
Log:
also return author
Modified: trunk/forum/feeds.py
=================================================================
--- trunk/forum/feeds.py (original)
+++ trunk/forum/feeds.py Mon Mar 10 05:57:56 2008
@@ -30,6 +30,9 @@
post.title = post.topic.title
return objects
+ def item_author_name(self, item):
+ return item.author
+
class Atom(RSS):
feed_type = Atom1Feed
subtitle = RSS.description
More information about the Oi-commits
mailing list