Commit Graph
12 Commits
Author SHA1 Message Date
Louis DeJardin 56c2fdbb06 Merge
--HG--
branch : dev
2010-02-08 15:10:43 -08:00
Louis DeJardin 31ab6c5c39 Adding x84 variation to single-click builder
Needed to detect vs2k8 environment batch file on x64 operating systems

--HG--
branch : dev
2010-02-08 11:42:53 -08:00
Louis DeJardin 43381c5a6d Adding the ability to create an isolated environment from a given shell settings
This is needed for the setup scenario, where the entire set of components with appropriate settings will need to be
available to initialize the system

--HG--
branch : dev
2010-02-05 18:03:58 -08:00
Louis DeJardin 673fd674fd Relocating FiniteContainerProvider
If it's going to exist it makes more sense in Orchard.Environment

--HG--
branch : dev
2010-02-05 17:25:23 -08:00
Louis DeJardin 63ded0e620 Removing MVC specific guid from Orchard.Setup project
Until the MVC 2 goes public, removing the guid enables a workstation to operate from a checkout alone

--HG--
branch : dev
2010-02-05 15:42:17 -08:00
Louis DeJardin 3b57908b52 Merge
--HG--
branch : dev
2010-02-05 15:37:22 -08:00
Louis DeJardin cb951b7434 Merge
--HG--
branch : dev
2010-02-05 15:23:49 -08:00
Louis DeJardin ebe81a39fb Adding IDatabaseMigrationManager and IDatabaseCoordinator implementations
Starting point for controlled creation and upgrade of databases and schema
Only automatic schema population currently supported
SqlServer and SQLite providers implemented

--HG--
branch : dev
2010-02-05 15:19:53 -08:00
Louis DeJardin f86826b99b Small change for consistency
Allow SQLite in class names without resharper warnings
Change a parameter name for consistency

--HG--
branch : dev
2010-02-05 15:16:31 -08:00
Louis DeJardin 55cdaadbe3 Reordering the safe mode service registration
They're now in two groups: the default services, and safemode specific service replacements
The lifecycle scope is now container instead of singleton, which is consistent with the component's lifecycle in a default shell container

--HG--
branch : dev
2010-02-05 12:31:32 -08:00
Louis DeJardin 49ebdb876e Adding some additional process-only files to ignore list
.patch and .hg extensions exist only for patch/review process, if they're in the code tree it's only for convenience

--HG--
branch : dev
2010-02-05 12:29:52 -08:00
Louis DeJardin c9b4d63f51 Renaming some Setup components to SafeMode
In the environment namespace the fact that it's a setup scenario isn't important
This may also be in effect when the app is in a "barely running" state, which has nothing to do with setup

--HG--
branch : dev
2010-02-05 12:05:26 -08:00