Commit Graph
22 Commits
Author SHA1 Message Date
Sebastien Ros c384bae408 Refactored IShellSettingsEventHandler to prepare a relocation to DefaultOrchardHost
Need some autofac tweeks as ShellSettingsManager can't have a dependency on, and DefaultOrchardHost can't implement IEventHandler
Currently modified IOrchardHost by adding InvalidateShells() which is called by TenantService.
To do: Remove InvalidateShell, make DefaultOrchardHost implement IShellSettingsEventHandler, and make ShellSettingsManager fire the events

--HG--
branch : dev
2010-05-12 17:22:11 -07:00
Sebastien Ros f6c170679e IShellSettingsEventHandler to modify tenants in the running application
Added new methods for altering the tenants: Remove and Update

--HG--
branch : dev
2010-05-12 15:26:52 -07:00
Sebastien Ros 3cfe2bc241 Corrected port number issue in slugs display
--HG--
branch : dev
2010-05-11 17:45:34 -07:00
Sebastien Ros 5f4a93ce16 Merge
--HG--
branch : dev
2010-05-11 16:51:05 -07:00
Sebastien Ros 372010684d Change port of urls in multi tenant admin
--HG--
branch : dev
2010-05-11 16:50:25 -07:00
Sebastien Ros 5cd0c2b519 Corrected port management in user login
--HG--
branch : dev
2010-05-11 16:26:47 -07:00
Sebastien Ros e8190f0e32 Corrected urls generation on multi tenants listing with Azure
--HG--
branch : dev
2010-05-11 15:02:43 -07:00
Sebastien Ros 13657ebb1a Handle tenants config on Azure
--HG--
branch : dev
2010-05-11 09:53:30 -07:00
Sebastien Ros 755e3c5f73 Merge
--HG--
branch : dev
2010-05-10 16:41:07 -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 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