Changesets can be listed by changeset number.
The Git repository is here.
Changeset 182
Use display name rather than login name in RSS feeds,
so that the Hub-integrated Beast isn't showing hex
strings in the feed. The unique login name is created
automatically using an MD5 hash of the display name,
with only the latter intended to be human readable.
- Comitted by: rool
- Date: Sunday March 25 14:15:01 2007 (over 17 years ago)
Affected files:
rool/rails/beast/trunk/app/views/layouts/_post.rxml:
prev. | current | |
xm.item do | ||
2 | | |
2 | xm.title "#{h(post.respond_to?(:topic_title) ? post.topic_title : post.topic.title)}, replied by #{h post.user.display_name} @ #{post.created_at.rfc822}" | |
xm.description post.body_html | ||
xm.pubDate post.created_at.rfc822 | ||
xm.guid [request.host_with_port, post.forum_id.to_s, post.topic_id.to_s, post.id.to_s].join(":"), "isPermaLink" => "false" |