Files
Orchard/src/Orchard.Web/Modules/Orchard.Blogs/Controllers
Andrew Ma fde6eef6b9 Fix for issue [workitem:16371]
Removing FollowReturnUrl filter because it always gets executed and does not allow actions to return other view or redirect to other locations.
Replacing filter with a Controller extension method called ReturnUrlRedirect which parses the ReturnUrl in the querystring and returns a RedirectFilter action with that Url.
2010-04-05 22:36:30 -07:00
..