Repo names can now have dots in them, and TG was stripping the
dot and everything after it from the repo name in the url.
Rather than adding another hack to piece the URL back
together, we're turning off this behavior.
Some controllers were relying on the extension stripping to
automatically forward feed.{rss|atom}
-> feed
. In these cases,
explicit attrs for rss and atom were added to the controller.
Signed-off-by: Tim Van Steenburgh tvansteenburgh@gmail.com