From d845516c0fd86a484dc3740c9ed8555027b675f6 Mon Sep 17 00:00:00 2001 From: suhacan Date: Mon, 28 Dec 2009 20:11:03 +0000 Subject: [PATCH] - Adding Orchard.Pages package. Goal is to remove the obsolete CMSPages package in favor of this one, based on the new ContentItem infrastructure. --HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044671 --- .../Orchard.Pages/Orchard.Pages.csproj | 118 +++++++++++++++ .../Packages/Orchard.Pages/Package.txt | 1 + .../Orchard.Pages/Properties/AssemblyInfo.cs | 34 +++++ .../Packages/Orchard.Pages/Views/Web.config | 34 +++++ .../Packages/Orchard.Pages/Web.config | 143 ++++++++++++++++++ src/Orchard.sln | 7 + 6 files changed, 337 insertions(+) create mode 100644 src/Orchard.Web/Packages/Orchard.Pages/Orchard.Pages.csproj create mode 100644 src/Orchard.Web/Packages/Orchard.Pages/Package.txt create mode 100644 src/Orchard.Web/Packages/Orchard.Pages/Properties/AssemblyInfo.cs create mode 100644 src/Orchard.Web/Packages/Orchard.Pages/Views/Web.config create mode 100644 src/Orchard.Web/Packages/Orchard.Pages/Web.config diff --git a/src/Orchard.Web/Packages/Orchard.Pages/Orchard.Pages.csproj b/src/Orchard.Web/Packages/Orchard.Pages/Orchard.Pages.csproj new file mode 100644 index 000000000..2ed98adc8 --- /dev/null +++ b/src/Orchard.Web/Packages/Orchard.Pages/Orchard.Pages.csproj @@ -0,0 +1,118 @@ + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {4A9C04A6-0986-4A92-A610-5F59FF273FB9} + {F85E285D-A4E0-4152-9332-AB1D724D3325};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} + Library + Properties + Orchard.Pages + Orchard.Pages + v3.5 + false + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\ + TRACE + prompt + 4 + + + + + + 3.5 + + + 3.5 + + + 3.5 + + + False + ..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll + + + 3.5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(ProjectDir)\..\Manifests + + + + + + + + + + + + False + True + 1057 + / + + + False + True + http://orchard.codeplex.com + False + + + + + \ No newline at end of file diff --git a/src/Orchard.Web/Packages/Orchard.Pages/Package.txt b/src/Orchard.Web/Packages/Orchard.Pages/Package.txt new file mode 100644 index 000000000..d26e0e022 --- /dev/null +++ b/src/Orchard.Web/Packages/Orchard.Pages/Package.txt @@ -0,0 +1 @@ +name: NewPages diff --git a/src/Orchard.Web/Packages/Orchard.Pages/Properties/AssemblyInfo.cs b/src/Orchard.Web/Packages/Orchard.Pages/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..4b39b1529 --- /dev/null +++ b/src/Orchard.Web/Packages/Orchard.Pages/Properties/AssemblyInfo.cs @@ -0,0 +1,34 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Orchard.Pages")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyProduct("Orchard")] +[assembly: AssemblyCopyright("Copyright © CodePlex Foundation 2009")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("7f5cbc21-9814-4456-8996-3e57e0331c76")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Orchard.Web/Packages/Orchard.Pages/Views/Web.config b/src/Orchard.Web/Packages/Orchard.Pages/Views/Web.config new file mode 100644 index 000000000..e065d8735 --- /dev/null +++ b/src/Orchard.Web/Packages/Orchard.Pages/Views/Web.config @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Orchard.Web/Packages/Orchard.Pages/Web.config b/src/Orchard.Web/Packages/Orchard.Pages/Web.config new file mode 100644 index 000000000..9cb470771 --- /dev/null +++ b/src/Orchard.Web/Packages/Orchard.Pages/Web.config @@ -0,0 +1,143 @@ + + + + + + + +
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Orchard.sln b/src/Orchard.sln index 3d57717f6..9ac39d43c 100644 --- a/src/Orchard.sln +++ b/src/Orchard.sln @@ -43,6 +43,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Themes", "Themes", "{7DBC10 EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hacky", "Orchard.Web\Themes\Hacky\Hacky.csproj", "{4A843BF0-C95D-4A51-8B63-2C7EB259A2E3}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orchard.Pages", "Orchard.Web\Packages\Orchard.Pages\Orchard.Pages.csproj", "{4A9C04A6-0986-4A92-A610-5F59FF273FB9}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -121,6 +123,10 @@ Global {4A843BF0-C95D-4A51-8B63-2C7EB259A2E3}.Debug|Any CPU.Build.0 = Debug|Any CPU {4A843BF0-C95D-4A51-8B63-2C7EB259A2E3}.Release|Any CPU.ActiveCfg = Release|Any CPU {4A843BF0-C95D-4A51-8B63-2C7EB259A2E3}.Release|Any CPU.Build.0 = Release|Any CPU + {4A9C04A6-0986-4A92-A610-5F59FF273FB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4A9C04A6-0986-4A92-A610-5F59FF273FB9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4A9C04A6-0986-4A92-A610-5F59FF273FB9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4A9C04A6-0986-4A92-A610-5F59FF273FB9}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -140,6 +146,7 @@ Global {14C049FD-B35B-415A-A824-87F26B26E7FD} = {E9C9F120-07BA-4DFB-B9C3-3AFB9D44C9D5} {67C1D3AF-A0EC-46B2-BAE1-DF1DA8E0B890} = {E9C9F120-07BA-4DFB-B9C3-3AFB9D44C9D5} {5D0F00F0-26C9-4785-AD61-B85710C60EB0} = {E9C9F120-07BA-4DFB-B9C3-3AFB9D44C9D5} + {4A9C04A6-0986-4A92-A610-5F59FF273FB9} = {E9C9F120-07BA-4DFB-B9C3-3AFB9D44C9D5} {4A843BF0-C95D-4A51-8B63-2C7EB259A2E3} = {7DBC1068-9345-483C-8AAE-85BF84006B8A} EndGlobalSection EndGlobal