Commit Graph

75 Commits

Author SHA1 Message Date
Nathan Heskew
69c901e5c0 Starting the move to ASP.NET MVC 3 Preview 1
--HG--
branch : mvc3p1
2010-08-16 15:37:51 -07:00
Sebastien Ros
26f3568813 Corrected Azure build
--HG--
branch : dev
2010-07-28 11:52:03 -07:00
Nathan Heskew
cd6043aeb3 Removing Orchard.Pages (Page type covered by core app features: Contents, Common, PublishLater, Route, Comments, Tags & Localization)
--HG--
branch : dev
2010-07-23 09:46:02 -07:00
Renaud Paquay
4bd6abe055 Replacing all version# with 0.5.0
--HG--
branch : dev
2010-07-19 14:04:53 -07:00
Sebastien Ros
5a9cb277a5 Updated Azure build script
- Removed Sqlite dependencies

--HG--
branch : dev
2010-07-15 11:47:16 -07:00
Sebastien Ros
0ad0c86a20 Corrected Azure packaging
--HG--
branch : dev
2010-07-13 14:00:45 -07:00
Sebastien Ros
ef02c6d66d Corrected Azure project
- Removes automatically teh system.extensions tags which prevents MVC from working on Azure
- Updated web.config with Orchard.Web's one
- Added a machineKey for server farm scenarios

--HG--
branch : dev
2010-07-07 15:01:51 -07:00
Sebastien Ros
7a2e0543b4 Updated Azure configuration files
--HG--
branch : dev
2010-06-30 15:04:33 -07:00
Sebastien Ros
04f732701a Updated Azure projects
--HG--
branch : dev
2010-06-30 11:25:50 -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
64a992cd43 Another patch to correct Azure compatibility
--HG--
branch : dev
2010-06-15 16:46:59 -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
Suha Can
20eb19569f - Changes related to <%: %> changes.
--HG--
branch : dev
2010-06-09 13:16:19 -07:00
Phil Haack
7108d92147 Replaced Html.Encode with the new <%: %> syntax for auto encoding
--HG--
branch : dev
2010-06-08 22:44:30 -07:00
Sebastien Ros
9a0158036e Added missing event notification is AzureShellSettingsManager
--HG--
branch : dev
2010-05-17 17:39:17 -07:00
Sebastien Ros
728328b8ed Updated Azure config files
--HG--
branch : dev
2010-05-17 15:48:44 -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
22df5859c4 Corrected Azure project references
--HG--
branch : dev
2010-05-10 16:39:41 -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
Sebastien Ros
1bb29f266f Refactored Azure classes
--HG--
branch : dev
2010-04-26 16:46:55 -07:00
Sebastien Ros
4b52a0aee1 Implemented AzureShellSettingsManager
Refactored common used methods into AzureHelper
Added unit tests from DefaultSettingsManagerTests class

--HG--
branch : dev
2010-04-26 14:58:29 -07:00
Sebastien Ros
97f8ed294e Refactored AzureBlobStorage to remove isPrivate
Added test on reading/writing content

--HG--
branch : dev
2010-04-26 11:02:10 -07:00
Sebastien Ros
9efcf65058 Implemented AzureBlobStorageProvider
Added unit tests
Created a specific solution with Azure dependencies

--HG--
branch : dev
2010-04-23 17:39:23 -07:00