Commit Graph
12 Commits
Author SHA1 Message Date
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 f288e3ec08 Merge
--HG--
branch : dev
2010-04-27 13:26:19 -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
Sebastien Ros 5080860c77 [BUG 16267] Temporary fix for empty username bug while submiting comments. 2010-04-21 15:12:23 -07:00
Sebastien Ros 3604a52d74 Corrected slugs validation and added unit tests 2010-04-21 10:01:57 -07:00
Sebastien Ros 2647c1f8d4 Added unit tests on slugs generation unicity among the sae content types 2010-04-20 17:59:09 -07:00
Sebastien Ros 8aebc2475a Moved slugs management from Blogs and Pages to Routable
Corrected slug generation on client side
2010-04-20 16:09:13 -07:00
Sebastien Ros 1b214b3ac9 Added unit tests on CommonAspect.Owner validation 2010-04-19 16:35:05 -07:00
Sebastien Ros bea0266688 Added an ArgumentNullException sanity check to let devs know it’s not allowed here, and checked before calling the method. The standard validation pipeline does the rest as it is marked [Required] 2010-04-16 13:31:36 -07:00