Renaming wiki to sandbox

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041934
This commit is contained in:
loudej
2009-11-23 20:28:10 +00:00
parent 88e3b16888
commit 780e27ecff
2 changed files with 2 additions and 4 deletions

View File

@@ -9,11 +9,11 @@ namespace Orchard.Sandbox.Models {
} }
RouteValueDictionary IContentDisplayInfo.DisplayRouteValues() { RouteValueDictionary IContentDisplayInfo.DisplayRouteValues() {
return new RouteValueDictionary(new { area = "Orchard.Wikis", controller = "Page", action = "Show", id = ContentItem.Id }); return new RouteValueDictionary(new { area = "Orchard.Sandbox", controller = "Page", action = "Show", id = ContentItem.Id });
} }
RouteValueDictionary IContentDisplayInfo.EditRouteValues() { RouteValueDictionary IContentDisplayInfo.EditRouteValues() {
return new RouteValueDictionary(new { area = "Orchard.Wikis", controller = "Page", action = "Edit", id = ContentItem.Id }); return new RouteValueDictionary(new { area = "Orchard.Sandbox", controller = "Page", action = "Edit", id = ContentItem.Id });
} }
} }

View File

@@ -62,7 +62,6 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="AdminMenu.cs" /> <Compile Include="AdminMenu.cs" />
<Compile Include="Controllers\AdminController.cs" />
<Compile Include="Controllers\HomeController.cs" /> <Compile Include="Controllers\HomeController.cs" />
<Compile Include="Controllers\PageController.cs" /> <Compile Include="Controllers\PageController.cs" />
<Compile Include="Models\SandboxPage.cs" /> <Compile Include="Models\SandboxPage.cs" />
@@ -77,7 +76,6 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="Package.txt" /> <Content Include="Package.txt" />
<Content Include="Views\Admin\Index.aspx" />
<Content Include="Views\Models\EditorTemplates\SandboxSettingsRecord.ascx" /> <Content Include="Views\Models\EditorTemplates\SandboxSettingsRecord.ascx" />
<Content Include="Views\Page\Edit.aspx" /> <Content Include="Views\Page\Edit.aspx" />
<Content Include="Views\Page\Create.aspx" /> <Content Include="Views\Page\Create.aspx" />