Commit Graph
29 Commits
Author SHA1 Message Date
Daniel Stolt 063ea025e6 Cleaned up Web.config comments in Orchard.Web. 2013-08-30 12:14:03 -07:00
Daniel Stolt 375738df93 Added support for Windows Azure Shared Cache to Orchard.Azure.DatabaseCache. 2013-08-30 12:14:01 -07:00
Daniel Stolt a690b9cc66 Improved the Azure database cache provider. 2013-08-30 12:13:59 -07:00
Daniel Stolt 8020447191 Corrected the fake record in Orchard.Azure. 2013-08-30 12:13:57 -07:00
Daniel Stolt f6d01c8d23 Improved logging in Orchard.Azure module. 2013-08-30 12:13:55 -07:00
Daniel Stolt 9c61a70e41 Reverted platform configuration override change. 2013-08-30 12:13:53 -07:00
Daniel Stolt 5bb2ff2f78 Fixed bug in Azure cache providers (endless tenant restart). 2013-08-30 12:13:51 -07:00
Daniel Stolt c163d87902 Fixed initialization bug in ShellSettings. 2013-08-30 12:13:49 -07:00
Daniel Stolt 0d8a0bfb10 Corrected errors in Web.config. 2013-08-30 12:13:48 -07:00
Daniel Stolt ea3d926095 Changed AzureOutputCacheStorageProvider to return empty list when asked to enumerate cache contents (instead of throwing NotImplementedException as before). 2013-08-30 12:13:46 -07:00
Daniel Stolt 687fdadccc Extended default ShellSettingsManager implementation to apply platform configuration overrrides when loading settings.
Removed the AzureConfigShellSettingsManager class.
2013-08-30 12:13:44 -07:00
Daniel Stolt 93c628bf85 Added missing file. 2013-08-30 12:13:42 -07:00
Daniel Stolt bafda7583f Fixed compilation error. 2013-08-30 12:13:40 -07:00
Daniel Stolt ebd0fbf72a Improved AzureDiagnosticsAppender. 2013-08-30 12:13:38 -07:00
Daniel Stolt dcd64ddb87 Changed default logging level in Orchard.Azure.Web. 2013-08-30 12:13:37 -07:00
Daniel Stolt 852128991e Changed default named cache expiration parameters.
Added support for per-item expiration time when not targeting Shared Caching.
2013-08-30 12:13:35 -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 2814794bd2 Moved shell settings initialization from MissingSettingsBanner into the providers themselves. 2013-08-30 12:13:30 -07:00
Daniel Stolt ca34a462b6 Enabled caching by default in Orchard.Azure.Web cloud service role.
Enabled session state cache provider by default in Orchard.Azure.Wew.
Moved all string constants into Constants class.
Got rid of unused implicit module feature of Orchard.Azure.
Added missing settings banner.
Split Orchard.StorageConnectionString role configuration setting up into two separate settings for Media and Settings respectively.
Renamed startup task.
Removed hard coded connection string and container name from AzureFileSystem, making it truly reusable.
2013-08-30 12:13:28 -07:00
Daniel Stolt 5872371189 Moved a project to a different solution folder. 2013-08-30 12:13:26 -07:00
Daniel Stolt a1f25fef81 Committed missing change from previous commit. 2013-08-30 12:13:24 -07:00
Daniel Stolt b44c1a342d Added diagnostics configuration in Orchard.Azure.CloudService.
Fixed enumeration bug in AzureConfigShellSettingsManager.
Added missing cache client library references.
2013-08-30 12:13:22 -07:00
Daniel Stolt d0fe93fa66 Removed Orchard.WarmupStarter from Web.config in Orchard.Azure.Web. 2013-08-30 12:13:21 -07:00
Daniel Stolt 95087800bd Changed Host.config files to use AzureConfigShellSettingsManager. 2013-08-30 12:13:19 -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
DanielStolt bf29469a7c Added missing file. 2013-08-15 14:34:40 -07:00
DanielStolt c379274e73 Removed obsolete build step in Orchard.Azure.Web. Added Web.config transformation in Orchard.Azure.Web. 2013-08-15 14:34:37 -07:00
DanielStolt e094066194 Upgrading Orchard.Azure to Windows Azure SDK 2.1. Implementing dynamic inclusion of theme and module content via role content folders. Moving Orchard.Azure.Web startup task to Orchard.Azure.CloudService. 2013-08-15 14:34:35 -07:00