Commit Graph

381 Commits

Author SHA1 Message Date
Louis DeJardin
6a5536dd32 Additional incremental work towards removing redundant layers.
--HG--
branch : dev
2010-09-02 16:34:17 -07:00
Nathan Heskew
69a18e8a53 Pulling references to a bunch of modules not necessary for a minimum configuration
--HG--
branch : dev
2010-09-01 11:31:26 -07:00
Nathan Heskew
8f5a0c45a2 Bunch of web.config and .csproj cleanup
--HG--
branch : mvc3p1
2010-08-17 22:28:51 -07:00
Nathan Heskew
69c901e5c0 Starting the move to ASP.NET MVC 3 Preview 1
--HG--
branch : mvc3p1
2010-08-16 15:37:51 -07:00
Renaud Paquay
f846335852 Fix command line parser to support quotes
--HG--
branch : dev
2010-07-28 13:06:48 -07:00
Nathan Heskew
8caa7b865e Fixed another spec test to be less theme-specific
--HG--
branch : dev
2010-07-26 10:11:24 -07:00
Nathan Heskew
d27a7575d0 Fixed a spec test to be less theme-specific
--HG--
branch : dev
2010-07-26 01:20:44 -07:00
Renaud Paquay
a571b04e4e Merge
--HG--
branch : dev
2010-07-23 11:11:59 -07:00
Renaud Paquay
66b6908627 Fix SpecFlow tests
--HG--
branch : dev
2010-07-23 11:11: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
21b2bc317f Moving location settings to new "ContentsLocation" module
--HG--
branch : dev
rename : src/Orchard.Web/Core/Common/Models/LocationDefinition.cs => src/Orchard.Web/Core/ContentsLocation/Models/LocationDefinition.cs
rename : src/Orchard.Web/Core/Common/Models/LocationSettings.cs => src/Orchard.Web/Core/ContentsLocation/Models/LocationSettings.cs
rename : src/Orchard.Web/Core/Common/ViewModels/LocationSettingsViewModel.cs => src/Orchard.Web/Core/ContentsLocation/ViewModels/LocationSettingsViewModel.cs
rename : src/Orchard.Web/Core/Common/Views/DefinitionTemplates/LocationSettings.ascx => src/Orchard.Web/Core/ContentsLocation/Views/DefinitionTemplates/LocationSettings.ascx
2010-07-21 10:10:39 -07:00
Renaud Paquay
4bd6abe055 Replacing all version# with 0.5.0
--HG--
branch : dev
2010-07-19 14:04:53 -07:00
Renaud Paquay
92c6460e57 Fix memory leak when running SpecFlow tests
As a workaround for nunit reporting obscure AppDomainUnloadedException,
update the .config file to disable lagacy exception handling policy.

--HG--
branch : dev
2010-07-17 23:42:24 -07:00
Renaud Paquay
99d86a08f2 Temporary workaround for running SpecFlow tests with nunit
--HG--
branch : dev
2010-07-17 15:49:33 -07:00
Renaud Paquay
a634478ab8 Fix SpecFlow test
Html has changed...

--HG--
branch : dev
2010-07-17 13:56:47 -07:00
Renaud Paquay
cee82ae866 Un-tabify and re-gen all specflow test files
--HG--
branch : dev
2010-07-17 13:46:20 -07:00
Renaud Paquay
8022b45560 Fix SpecFlow test
HTML generation had changed since last time this test passed.

--HG--
branch : dev
2010-07-17 13:45:34 -07:00
Renaud Paquay
4f1dd9d185 Fix SpecFlow tests
Feature "Core/Contents" is necessary now for displaying the homepage.

--HG--
branch : dev
2010-07-17 13:27:04 -07:00
Renaud Paquay
bbabdb89ed Fix SpecFlow tests
Regenerate feature.cs file for "Modules" specflow tests.

--HG--
branch : dev
2010-07-17 12:41:41 -07:00
Renaud Paquay
dc6f614be3 Fix SpecFlow test
When a new module is installed in the host app, explicitly call
"ReloadExtensions" on the host so that the new module is activated.

We need this because some SpecFlow binding talk directly to the host through
remoting, whereas in the real web scenarios, all comunication is done through
"BeingRequest" which is the guy taking care of reloading modules when
they have changed on disk.

--HG--
branch : dev
2010-07-17 10:51:07 -07:00
Renaud Paquay
3bbc0854e6 Fix SpecFlow test
Don't send empty keys in PostData as this prevents the MVC ModelBinder
to work properly.

--HG--
branch : dev
2010-07-17 10:48:51 -07:00
Renaud Paquay
d5d3326635 Fix SpecFlow tests
--HG--
branch : dev
2010-07-15 10:42:50 -07:00
Renaud Paquay
e55cff760d Fix SpecFlow tests
--HG--
branch : dev
2010-07-14 22:34:57 -07:00
Renaud Paquay
522a5ff6dc Fix specflow test
--HG--
branch : dev
2010-07-14 17:29:23 -07:00
Renaud Paquay
2ce8a58cdc Cleanup build for SqlCe
No need to mark test assemblies as x86
No need to copy nunit to a temporary directory
Also remove unused file

--HG--
branch : dev
2010-07-13 22:04:02 -07:00
Renaud Paquay
62f900b5d8 Completely remove support from SQLite, use SqlCe instead
--HG--
branch : dev
rename : src/Orchard/Data/Migration/Interpreters/SqLiteCommandInterpreter.cs => src/Orchard/Data/Migration/Interpreters/SqlCeCommandInterpreter.cs
2010-07-13 19:49:42 -07:00
Sebastien Ros
d428ebc2f8 Data migration for developers
- NHibernate auto-update is explicitly run by the user (dev) through a DevTool Controller Action or Command
- Generate the create method from the nhib schema

--HG--
branch : dev
2010-07-05 13:35:50 -07:00
Louis DeJardin
2b1dd7d3b0 Per-content type indexing settings and debug-time performance
Added type definition template and settings to indexing project
Indexing task check setting per content type while working
WebFormViewEngine provider and cache components moved to dedicated namespace
Subclass of MVC2 wfve created to use a new asp.net 4 api (avoiding FileExists exception improves performance when debugger is attached)

--HG--
branch : dev
2010-06-30 12:38:21 -07:00
Louis DeJardin
4fdecf04c5 Refactoring data builders into data service providers
IDataServicesProviderFactory used to build correct IDataServicesProvider instance
Components implementing IDataServiceProvider must also have public static ProviderName {get;} to be identified
The data service provider, for now, has the responsability of creating the ISessionFactory for a shell

--HG--
branch : dev
2010-06-25 14:41:19 -07:00
Renaud Paquay
9f92ee275c Merge
--HG--
branch : dev
2010-06-11 21:23:42 -07:00
Louis DeJardin
e2af46ed71 Changing folder paths to follow namespaces
--HG--
branch : dev
2010-06-11 17:28:46 -07:00
Louis DeJardin
4598e82a68 Changing term Topology to Blueprint
Verify consistent use of descriptor and blueprint
Update namespaces, but not folder paths, of same
Add small ISignal component for explicit app-triggered cache expiration tokens

--HG--
branch : dev
2010-06-11 17:17:00 -07:00
Renaud Paquay
7f1b47e7c4 Merge
--HG--
branch : dev
2010-06-09 19:00:48 -07:00
Nathan Heskew
cb7f025f12 Fixed up a few specflow tests
--HG--
branch : dev
2010-06-07 15:58:15 -07:00
Renaud Paquay
70f3f01b22 Fix braces formatting
--HG--
branch : dev
2010-06-05 23:04:56 -07:00
Louis DeJardin
52ef9f3c8c Removing some obsolete install/feature state code
Changing blog/page slug updater to use orchard shell events interface
Changing default role/permission to use feature install event
Renaming state manager/provider to be consistent with other components

--HG--
branch : dev
2010-05-28 14:01:10 -07:00
Louis DeJardin
13f44990ca Working on feature activation lifecycle
Rationalizing some record names
Adding a shell feature concept, with Install and Enable states of rising/up/falling/down
Host has capability of firing a named event with an explicit configuration - needed for controlled execution of rising/falling state changes notifications

--HG--
branch : dev
2010-05-28 13:03:57 -07:00
Renaud Paquay
01c7e29db2 Fix unit test memory leak
Shutdown ASP.NET AppDomains after running each SpecFlow scenario.

--HG--
branch : dev
2010-05-22 17:50:18 -07:00
Renaud
ef34e58ed5 A few more changes related to .NET 4.0 port
--HG--
branch : dev
2010-05-22 16:48:08 -07:00
Renaud Paquay
1af2d3717c Move project to .net 4.0
Also cleanup assemblyinfo files

--HG--
branch : net40
2010-05-21 22:23:26 -07:00
Renaud Paquay
459916ada6 Merge
--HG--
branch : net40
2010-05-21 21:53:00 -07:00
Renaud Paquay
eb138170f8 Fix unit tests
--HG--
branch : dev
2010-05-21 21:26:07 -07:00
Nathan Heskew
aa4d8e3773 Added some more SpecFlow tests for MultiTenancy and fixed a few bugs
--HG--
branch : dev
2010-05-14 10:03:16 -07:00
Nathan Heskew
4b69a617ab Updated WebAppHosting to not send radio and checkbox input data for those that aren't checked
--HG--
branch : dev
2010-05-13 17:29:05 -07:00
Nathan Heskew
3b630c4f15 Updated some of the MultiTenancy SpecFlow tests
Need to add more to cover database preconfiguration

--HG--
branch : dev
2010-05-13 14:57:45 -07:00
Nathan Heskew
3ff5264185 Test projects to target x86 to make the (R#5) test runner run like that
--HG--
branch : dev
2010-05-11 12:34:21 -07:00
Nathan Heskew
198060d3e4 Added MultiTenancy spec test for tenant w/ preconfigured db
- Also updated the WebAppHosting binding's form filler to select the appropriate radio input based on given value

--HG--
branch : dev
2010-05-11 12:30:49 -07:00
Bertrand Le Roy
688fb2bdbb Merge
--HG--
branch : dev
2010-05-10 17:24:20 -07:00
Bertrand Le Roy
d4f76385f4 Fix to the CI server staging path for integration tests.
CR: Loudej

--HG--
branch : dev
2010-05-10 17:23:05 -07:00
Nathan Heskew
fa6ac5f0dd Some more work on the MT UI
- tenant database setup can be preconfigured
- site setup UI reflects available settings (e.g. if database setup is preconfigured then don't show db options)
- updated jQuery from 1.4.1 to 1.4.2 (finally)

--HG--
branch : dev
2010-05-10 16:01:04 -07:00