Commit Graph

11 Commits

Author SHA1 Message Date
Gustavo Tandeciarz
18c5b5dfff Fixes #5398 - ShellDescriptorCache in HostComponents
Added Orchard.Environment.Descriptor.ShellDescriptorCache setting back to HostComponents.config. For some reason, this was removed at some point but I believe it needs to be there for Azure Web Apps deployments (when running with a shared file system and multiple instances)

Original commit by @sebastienros
a2d91796d1
2015-07-06 10:14:10 -04:00
Zoltán Lehóczky
9f319e2a47 #20805: removing unneeded AliasHolderUpdater config
Work Item: 20805
2015-03-19 21:11:18 +01:00
Sipke Schoorstra
8a3d05779f Fixed a typo in a comment. 2015-03-06 20:24:15 +01:00
Sipke Schoorstra
ce23bb5a3e #21237: Moved IClientIpAddressProvider into Orchard.Framework.
This changeset also renames the service to IClientAddressAccessor and refactors the settings into being configurable from HostComponents instead of through a site settings part.

Work Item: 21237
2015-03-06 19:59:52 +01:00
Sebastien Ros
6fc5d7d777 Fixing component name in configs 2014-04-17 20:27:58 -07:00
Sebastien Ros
e5d89ea1fb Allowing AliasUpdater to be disabled
AliasUpdater is only useful for farms
2014-04-17 12:52:03 -07:00
Sebastien Ros
a2d91796d1 Add a configuration flag to disable cache files
The cache files cache.dat and mappings.bin can have
concurrency issues in case multiple instances try to access
them concurrently (see Azure Web Sites)
2013-11-27 17:23:18 -08: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
Sebastien Ros
35f0975eb2 Fixing HostComponents file
--HG--
branch : 1.x
extra : rebase_source : 4564dcdd11da3e98791e7a6907801224a3e67a19
2013-05-09 21:55:15 -07:00
Piotr Szmyd
723fc82247 Fixing exception caused by HostComponents.config (multiple items with same key).
--HG--
branch : 1.x
2013-05-10 17:51:04 +02:00
Sebastien Ros
886295312f Adding configurable sections in HostComponents.config
--HG--
branch : 1.x
2013-05-09 16:57:45 -07:00