Moved the content item publishing option functionality (save draft, publish and schedule) out into it's own Orchard.Core module (PublishLater)

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-07-14 15:31:43 -07:00
parent 4aec86a4fa
commit 881b71db4b
58 changed files with 334 additions and 205 deletions

View File

@@ -66,6 +66,7 @@ namespace Orchard.Setup.Services {
string[] hardcoded = {
"Orchard.Framework",
"Common",
"PublishLater",
"Contents",
"Dashboard",
"Reports",