Commit Graph

16 Commits

Author SHA1 Message Date
Lombiq
5406b17601 Converting all files stored as CRLF in git to be stored as LF
LF is the git default and all new files are stored as such. Old files from the hg to git conversion however were moved over as CRLF.
2015-12-13 22:21:02 +01:00
Sebastien Ros
62136eb59f Updating to Azure SDK 2.7 2015-09-30 15:50:05 -07:00
Sipke Schoorstra
cdd1961a8a Updated to Microsoft Azure SDK 2.5. 2015-01-16 00:06:27 +01:00
Daniel Stolt
3e20412ef0 Updating to Windows Azure SDK 2.2. 2013-10-28 22:18:46 +01:00
Daniel Stolt
77f5eb1319 Enabled automatic updating of storage connection strings when publishing to Windows Azure. 2013-09-03 10:54:23 -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
a1f25fef81 Committed missing change from previous commit. 2013-08-30 12:13:24 -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
Sebastien Ros
8dc40af2d3 Upgrading Azure solutions to SDK 2.0
--HG--
branch : 1.x
extra : rebase_source : 9268657065fe85a15a09c4cab0b5edbacee0e6a1
2013-06-07 16:04:44 -07:00
Sipke Schoorstra
320fd3c8a4 #19453 Updating Azure project and configuration files for Azure SDK 1.8.
Work Item: 19453

--HG--
branch : 1.x
2013-03-05 11:00:03 +01:00
Sebastien Ros
b3b178bdf1 #18784: Upgrading to Windows Azure SDK 1.7
Work Item: 18784

--HG--
branch : 1.x
2012-07-05 10:16:49 -07:00
Sebastien Ros
75a04de1c3 Upgrading to Azure SDK 1.6 (November 2011)
--HG--
branch : 1.x
2011-12-02 12:15:44 -08:00
Sebastien Ros
24605541d3 Fixing Build script for Azure SDK 1.5
--HG--
branch : 1.x
2011-09-15 14:57:58 -07:00
Sebastien Ros
7ed0836f7e Updating Azure project with SDK v1.3
Reflecting changes from Orchard project

--HG--
branch : dev
2010-12-07 21:38:28 -08:00
Sebastien Ros
8096a4234e Prepared Azure projects for .NET 4.0
Changed Azure references to SDK 1.2
Added a hack for the ASP.NET 4 bug in HttpEncoder
Converted projects to VS10

--HG--
branch : dev
2010-06-11 14:46:18 -07:00
Sebastien Ros
7248fb6fd7 Azure packaging
Executing ClickToBuild.cmd generates the package for Azure including all modules available in Orchard.Web automatically
AzureSDK in requiered for this tasks. If not present, the package won't succeed, but Orchard.Web will still be built
The Orchard.Azure solution contains the required environment for implementing Azure specific providers, and unit testing
The Orchard.Azure.CloudService solution contains the CloudService enrironment to simulate Azure platform locally

--HG--
branch : dev
2010-05-07 12:41:37 -07:00