Commit Graph

15 Commits

Author SHA1 Message Date
Renaud Paquay
ec36d17cf8 Temporary fix for compilation errors
--HG--
branch : dev
2011-02-14 12:34:05 -08:00
Sebastien Ros
39d7442014 Fixing folder creation on Azure
--HG--
branch : 1.x
2010-12-18 22:30:28 +01:00
Sebastien Ros
c151fefa93 Fixing folder names resolution in Azure
--HG--
branch : dev
2010-12-13 16:24:10 -08:00
Sebastien Ros
e375077f04 Using AzureFileSystem in AzureShellSettingsManager
--HG--
branch : dev
2010-12-10 12:53:02 -08:00
Sebastien Ros
42a8e39478 Updating Azure IStorageProvider to reflect new method
--HG--
branch : dev
2010-12-08 17:24:07 -08:00
Sebastien Ros
2f35839887 Fixing trailing slash issue on Azure media folders
--HG--
branch : dev
extra : transplant_source : %D2%A0%A7%8DG%09%B6f%F5%AE%A2w%7D%AD%5E%02%DEa%9D%AB
2010-11-23 13:28:40 -08:00
Sebastien Ros
2fd235d818 Fixing folder renaming in AzureFileSystem
New Combine in IStorageProvider

--HG--
branch : dev
2010-11-22 18:03:49 -08:00
Sebastien Ros
63e25ef1a8 Correcting Azure blob storage returned values
- Paths should be relative for Orchard.Media

--HG--
branch : dev
2010-10-21 12:47:40 -07:00
Sebastien Ros
b7f6e70d29 Handle Azure folder creation
- Azure Blobs don't handle folders, have to create a fake "hidden" file entry to simulate the folder exists

--HG--
branch : dev
2010-10-20 17:30:30 -07:00
Renaud Paquay
c4bc2a1375 Remove IAppDataFolder implementation for Azure
We don't need this. Azure supports writing tp ~/App_Data. There is no
guarantee that the content will persist, but that's exactly the assumption
of the IAppDataFolder abstraction: it's a local cache, which persists
for _some_ time accross app restarts.

--HG--
branch : dev
2010-06-16 15:44:53 -07:00
Sebastien Ros
c34812c78b Added HttpContextWeaver class
--HG--
branch : dev
2010-06-15 17:27:43 -07: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
Louis DeJardin
04a53cb2d1 Moving media, appdata, and vpp services into Orchard.FileSystems namespace
--HG--
branch : dev
2010-05-16 13:35:35 -07:00
Sebastien Ros
13657ebb1a Handle tenants config on Azure
--HG--
branch : dev
2010-05-11 09:53:30 -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