Wiring up comments module support for feeds... Adding rss urls to headers in some blogs module actions...

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045678
This commit is contained in:
loudej
2010-01-19 06:29:58 +00:00
parent 55ec31be45
commit 0df2ac484c
21 changed files with 346 additions and 34 deletions

View File

@@ -145,7 +145,7 @@ namespace Orchard.Comments.Controllers {
Email = viewModel.Email,
SiteName = viewModel.SiteName,
UserName = CurrentUser == null ? "Anonymous" : CurrentUser.UserName,
CommentedOn = viewModel.CommentedOn
CommentedOn = viewModel.CommentedOn,
};
_commentService.CreateComment(comment);
if (!String.IsNullOrEmpty(returnUrl)) {