mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 10:54:50 +08:00
Renaming wiki to sandbox
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041934
This commit is contained in:
@@ -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 });
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -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" />
|
||||||
|
Reference in New Issue
Block a user