Commit Graph

291 Commits

Author SHA1 Message Date
Daniel Stolt
cfa4a5dfc2 Removing subfolder from Orchard.Web site URL in IIS Express (fixes configuration section YSOD issue). 2013-12-09 19:55:33 +01:00
Sebastien Ros
6c0b85ad74 Merge branch 'master' into 1.x
Conflicts:
	ClickToBuildAzurePackage.cmd
	src/Orchard.Azure/Orchard.Azure.Web/Web.config
	src/Orchard.Web/Modules/Orchard.CustomForms/Controllers/ItemController.cs
	src/Orchard.Web/Modules/SysCache/Web.config
	src/Orchard.Web/Orchard.Web.csproj
2013-11-11 18:11:53 -08:00
Daniel Stolt
91d0048f27 Fixing publishing of Orchard.Web in Debug build configuration. 2013-10-14 00:38:56 +02:00
Sebastien Ros
f6f6a56c24 Merge branch 'feature/fw45' into 1.x
Conflicts:
	src/Orchard.Azure/Orchard.Azure.Web/Web.config
	src/Orchard.Azure/Orchard.Azure.csproj
	src/Orchard.Web/Modules/Orchard.Autoroute/Specs/App.config
	src/Orchard.Web/Modules/Orchard.Autoroute/Specs/Orchard.Autoroute.Specs.csproj
	src/Orchard.Web/Modules/Orchard.Azure/Orchard.Azure.csproj
	src/Orchard.Web/Modules/Orchard.Azure/Web.config
	src/Orchard.Web/Modules/Orchard.Fields/Specs/App.config
	src/Orchard.Web/Modules/Orchard.Fields/Specs/Orchard.Fields.Specs.csproj
	src/Orchard.Web/Modules/Orchard.OutputCache/Scripts/Web.config
	src/Orchard.Web/Modules/Orchard.Taxonomies/Styles/Web.config
	src/Orchard.Web/Orchard.Web.csproj
	src/Orchard.Web/Web.config
2013-10-11 16:40:44 -07:00
Sebastien Ros
b8ebd5124e Preparing the project to support SSL access 2013-09-25 17:36:21 -07:00
Sebastien Ros
d920b164e0 Implementing media search 2013-09-25 16:41:44 -07:00
Sebastien Ros
a0ea55a19a Excluding Themes\bin folder when publishing from visual studio 2013-09-09 15:09:14 -07:00
Sebastien Ros
887e02c38a Support all web deploy methods 2013-09-05 14:20:14 -07:00
Sebastien Ros
218db5af09 Fixing webdeploy support 2013-09-04 18:41:11 -07:00
Daniel Stolt
296154c294 Removed Azure assemblies from DLL exclusion list in Orchard.Web.csproj. 2013-09-04 22:28:29 +02:00
Daniel Stolt
c8e277ba11 Removed support for Shared Cache from Azure caching providers.
Fixed bug in Azure output cache provider with tenant names containing non-alphanumeric characters.
Removed all Azure-related assembly references from Orchard.Web.csproj.
2013-09-04 22:28:28 +02:00
Daniel Stolt
66a4e03378 Fixed an issue in the Orchard.Web.csproj project file that caused publishing to fail. 2013-09-03 10:54:25 -07:00
Daniel Stolt
e973c490d4 Added all Azure SDK assemblies to lib folder and referenced them from there. Removed redundant documentation comment. 2013-08-30 12:13:33 -07:00
Daniel Stolt
92f8d0df80 Added module Orchard.Azure. Added Azure Cache providers to it.
Deleted old module Orchard.AzureBlobStorage.
Moved all Azure code into Orchard.Azure module, deleting the old Orchard.Azure project.
Cleaned up Web.config and Config\* files in Orchard.Web and Orchard.Azure.Web.
2013-08-30 12:13:17 -07:00
Daniel Stolt
d4154fa1fe Cleaned up and fixed a couple of errors in Orchard.Web.csproj.
Publishing now works for both Release and Debug configurations (previously worked only for Debug).
Added missing module project Orchard.AzureBlobStogare to Orchard.Azure.sln and added a reference to it from Orchard.Azure.Web.csproj.
Created separate solution folders Modules and Modules.Deprecated in Orchard.Azure.sln to be consistent with Orchard.sln.
Cleaned up web.config transformation files.
Upgraded Orchard.Azure, Orchard.Web and Orchard.Azure.Web to new storage client (version 2.0).
Removed duplication between Orchard.Azure and Orchard.AzureBlobStorage (the latter is now just a thin wrapper over the former).
Added proper transformations for log4net.config and HostComponents.config in both Orchard.Azure.Web and Orchard.Web (recreating what was previously done by custom MSBuild logic in the project files).
2013-08-30 12:13:15 -07:00
Erik Oppedijk
8e84bd57e7 Upgrade projects and web.config to 4.5 FW 2013-08-23 15:16:14 +02:00
Sebastien Ros
8f1a0d343a Fixing duplicated cached content when using HttpModule with specific envent
handlers

--HG--
branch : 1.x
2013-07-09 17:17:44 -07:00
Sebastien Ros
79178ed480 #19736, 19671: Fixing deployment from Visual Studio and ignoring Tests folders
Work Items: 19736, 19671

--HG--
branch : 1.x
2013-05-22 15:43:58 -07:00
Sebastien Ros
3de95903dc #19717: Fixing default HostComponents.config values
All file monitors are disabled, but ExtensionMonitoringCoordinator is kept to
detect new modules/themes.

Work Item: 19717

--HG--
branch : 1.x
2013-05-21 15:22:15 -07:00
Sebastien Ros
886295312f Adding configurable sections in HostComponents.config
--HG--
branch : 1.x
2013-05-09 16:57:45 -07:00
Sebastien Ros
d57ccdb60f Ignoring PublishProfiles
--HG--
branch : 1.x
2013-03-08 14:28:12 -08:00
Sebastien Ros
977e2a50d1 Fixing specflow test due to incorrectly read autofac config
--HG--
branch : 1.x
extra : rebase_source : 7a72dc36eaf91d9547047f586f846c45d84da5f3
2013-03-08 11:10:35 -08:00
Sebastien Ros
f9279e9ac8 Fixing and improving WebDeploy experience.
Work Items: 19264, 19282

- Alters the web.config to set debug to false.
- Defines the default HostComponents.config values.
- Removes log4net debug output.

--HG--
branch : 1.x
2013-02-22 16:31:36 -08:00
Sebastien Ros
9cebc4c389 Fixing functional test execution
--HG--
branch : 1.x
2012-10-04 18:24:12 -07:00
Rickard@Rickard-PC
9e527ec6ef Implementation of MySQL dtabase provider
--HG--
branch : 1.x
extra : transplant_source : O%ECb%09%81%94%1B%0D%FF%7EQ%23B%AE%C8%C0%E8%F8%B6%DA
2012-07-20 22:01:00 +02:00
Sebastien Ros
229a16134d Upgrading to Autofac 2.6.3
--HG--
branch : 1.x
2012-08-21 10:27:10 -07:00
Bertrand Le Roy
08ae18eb58 Merge
--HG--
branch : 1.x
2012-08-15 19:42:51 -07:00
Bertrand Le Roy
595abfcdcd Media/web.config should be content, not none in proj file
--HG--
branch : 1.x
2012-08-15 19:40:26 -07:00
Sebastien Ros
26a21344e2 Adding new ProbingExtensionLoader, and fixing DynamicCompilation priority.
The DyanmicExtensionLoader could randomly take over PrecompiledExtensionLoader
as the Priority was not set on ProbeExtensionEntry.

Also a new ProbingExtensionLoader is added and is used when DyanmicExtensionLoader
is disabled. It will compile an extension dynamically but cache the assembly in
the probing folder (Dependencies) so that it's not recompiled on each app start,
and such that there is no need to inspect dependency files.

--HG--
branch : 1.x
2012-08-15 17:47:41 -07:00
Sebastien Ros
a3e6916bdd #18917: Upgrading solution file to Visual Studio 11
Work Item: 18917

--HG--
branch : 1.x
2012-08-15 10:14:09 -07:00
Sebastien Ros
156f218501 Adding RTM assemblies
--HG--
branch : 1.x
extra : transplant_source : %99%1D%84t%DE%DD%E2%5D%5D%11%26%3A%8F%D5%03%9CXN%A5G
2012-08-13 13:08:01 -07:00
Sebastien Ros
c8942c0e08 Fixing web deploy custom steps
--HG--
branch : 1.x
extra : rebase_source : c957346a20cfe10748d6b0c7c7800c2f2dc6e88f
2012-08-14 15:13:46 -07:00
Sebastien Ros
f29dbba7ce Fixing Orchard.Web references
Was missing Copy Local True on several MVC assemblies

--HG--
branch : 1.x
2012-08-13 08:45:14 -07:00
Sebastien Ros
62e73f517a Updating to ASP.NET MVC 4 and Razor 2
--HG--
branch : 1.x
2012-08-07 16:35:46 -07:00
Sebastien Ros
9bed7cbaba Upgrading NH3
--HG--
branch : NH3
2012-07-10 16:01:46 -07:00
Sebastien Ros
06108f3474 Upgrading to Autofac 2.6.1
--HG--
branch : 1.x
2012-03-14 11:35:06 -07:00
Sebastien Ros
75eea6b901 Fixing compatibility with Visual Studio 11 Beta
--HG--
branch : 1.x
2012-03-08 12:55:31 -08:00
Sebastien Ros
312fe11b80 Adding nuget dependency to main project
--HG--
branch : 1.x
2012-01-26 15:13:25 -08:00
Sebastien Ros
83fa60e308 #18329: Fixing compilation warnings
--HG--
branch : 1.x
2012-01-05 15:42:28 -08:00
ldhertert
44a1f77efc #18162: Fixing Orchard.WarmupStarter location
Work Item: 18162

--HG--
branch : 1.x
rename : src/Orchard.Startup/Orchard.WarmupStarter.csproj => src/Orchard.WarmupStarter/Orchard.WarmupStarter.csproj
rename : src/Orchard.Startup/Properties/AssemblyInfo.cs => src/Orchard.WarmupStarter/Properties/AssemblyInfo.cs
rename : src/Orchard.Startup/Starter.cs => src/Orchard.WarmupStarter/Starter.cs
rename : src/Orchard.Startup/WarmupHttpModule.cs => src/Orchard.WarmupStarter/WarmupHttpModule.cs
rename : src/Orchard.Startup/WarmupUtility.cs => src/Orchard.WarmupStarter/WarmupUtility.cs
2011-12-02 15:47:36 -08:00
Sebastien Ros
ac381cc126 Adding Media and App_Data to default VS Publish target
--HG--
branch : 1.x
2011-03-31 18:23:17 -07:00
Sebastien Ros
91f14e3602 #17580: Looking for a new name for Orchard.Startup
Work Items: 17580

--HG--
branch : 1.x
2011-03-30 16:47:19 -07:00
Sebastien Ros
5258eba09e Adding extra files during publish process
--HG--
branch : 1.x
2011-03-30 15:02:10 -07:00
Sebastien Ros
6a0882c3e9 Fighting with Notepad
--HG--
branch : 1.x
2011-03-30 13:25:38 -07:00
Sebastien Ros
09b281db26 Forgot a part of the project file
--HG--
branch : 1.x
2011-03-30 12:37:08 -07:00
Sebastien Ros
b156300f39 Reverting UseIIS alteration
--HG--
branch : 1.x
2011-03-29 10:19:17 -07:00
Sebastien Ros
f2586d06d2 Fixing ContentItem.ContentType indexing so it can be queried by search
--HG--
branch : 1.x
2011-03-28 22:13:25 -07:00
Andre Rodrigues
6a90e8fe2e Adding Orchard Service Host Factory and IoC behavior for WCF support.
--HG--
branch : 1.x
extra : transplant_source : %93%05%12%2Ag8%08c%D5%7Co%DA%5B%5C%B2%C4%81%C3w%3A
2011-03-28 09:29:51 -07:00
Sebastien Ros
b165807cf3 Moving Warmup code to a different assembly
--HG--
branch : dev
2011-03-23 17:20:38 -07:00
Sebastien Ros
cf7aaecd92 Refactoring Warmup to an HttpModule
--HG--
branch : dev
2011-03-22 22:15:32 -07:00