Getting the comment count on the content list view in the admin and blog posts to use more of the generic content templating

- + blog posts get translation functionality

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-07-15 16:06:40 -07:00
parent bab693c084
commit 4fb3c51dff
25 changed files with 72 additions and 133 deletions

View File

@@ -24,7 +24,6 @@ using Orchard.Reports.Services;
using Orchard.Security;
using Orchard.Settings;
using Orchard.Themes;
using Orchard.UI.Notify;
using Orchard.Environment.State;
using Orchard.Data.Migration;
@@ -39,7 +38,6 @@ namespace Orchard.Setup.Services {
public SetupService(
ShellSettings shellSettings,
INotifier notifier,
IOrchardHost orchardHost,
IShellSettingsManager shellSettingsManager,
IShellContainerFactory shellContainerFactory,