Hooked up publish later option for blogs and pages. Code is fairly duplicated at the moment. Added todo comments in marking the duplicated code to evaluate for pulling back into content manager.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045266
This commit is contained in:
ErikPorter
2010-01-12 01:04:11 +00:00
parent 00deaecd41
commit acd5bdcb5d
12 changed files with 104 additions and 32 deletions

View File

@@ -9,7 +9,6 @@ using Orchard.Security;
using Orchard.UI.Notify;
namespace Orchard.Blogs.Controllers {
[ValidateInput(false)]
public class BlogController : Controller {
private readonly IOrchardServices _services;
private readonly IBlogService _blogService;