Commit Graph

67 Commits

Author SHA1 Message Date
Nathan Heskew
ef4b657aa8 Upgrading SpecFlow -> 1.4.0
--HG--
branch : dev
2010-11-14 14:32:41 -08:00
Andre Rodrigues
7d8211bd79 Merge
--HG--
branch : dev
2010-11-12 15:37:56 -08:00
Andre Rodrigues
85d02344f4 Medium Trust: Replacing usage of unmanaged SupportClass.FileSupport.Sync(file); with managed fileStream.Flush();
--HG--
branch : dev
2010-11-12 15:17:46 -08:00
Andre Rodrigues
8c8f2b91aa Updating Fluent to incorporate GenericEnumMapper serialization attribute. Adding aditional parameter to public references API to make it more generic.
--HG--
branch : dev
2010-11-12 14:54:11 -08:00
Andre Rodrigues
a9d30c36dd Medium Trust: Updating SQLce version to desktop version. Enabling medium trust level by default.
--HG--
branch : dev
2010-11-12 11:47:29 -08:00
Andre Rodrigues
1f3ddc98ed Medium Trust: Disabling reflection optimizer and making DLLs under 4.0 .NET FX SecurityTransparent (for secannotate analysis) and APTCA (for secannotate to be happy) after discussing with Levi.
--HG--
branch : dev
2010-11-11 19:37:18 -08:00
Andre Rodrigues
e8b4663148 Medium Trust: Recompiling Lucene.NET with APTCA and fixing secannotate warnings.
--HG--
branch : dev
2010-11-11 16:01:07 -08:00
Sebastien Ros
cf2432acb5 Removing NuGet project from solution
Added Nuget as an external lib
Updated CREDITS.txt

--HG--
branch : dev
2010-11-11 15:03:57 -08:00
Andre Rodrigues
a70493826f Medium Trust: Exposing Fluent API through a new overload to avoid the need to extend method and propertyinfo classes which is not allowed under medium trust.
--HG--
branch : dev
2010-11-10 18:55:00 -08:00
Dave Reed
2317c4674f Ammending MSDeploy package for db parameters and /modules and /themes acls
--HG--
branch : dev
2010-11-10 15:48:47 -08:00
Dave Reed
0a7a88b535 Updated libraries to webstack beta 3.
Core now needs to reference System.Web.WebPages due to TagBuilder moving there.

--HG--
branch : dev
2010-11-10 09:39:37 -08:00
Andre Rodrigues
cf68d0ba33 Medium Trust: Update YAML Serializer to avoid usage of SecurityCritical Marshal methods.
--HG--
branch : dev
2010-11-08 13:09:33 -08:00
Andre Rodrigues
4a056080b2 Medium Trust: Updating YAML to avoid usage of custom hash code generator which requires permissions not available in medium trust. Replacing with RuntimeHelpers.GetHashCode.
--HG--
branch : dev
2010-11-08 09:55:40 -08:00
Andre Rodrigues
e80572f477 Medium Trust: Updating Castle to avoid some Diagnostic Trace calls and to not sign generated assemblies (both not compatible with medium trust).
--HG--
branch : dev
2010-11-05 16:39:35 -07:00
Andre Rodrigues
b39862d608 Medium Trust: Update lambda Constant expressions to avoid RuntimeType usage. Making clay to be security transparent.
--HG--
branch : dev
2010-11-05 15:42:05 -07:00
Andre Rodrigues
ac750ff42e Medium Trust: Updating Clay to not use diagnostics trace which requires permissions not available under medium trust. Removing some dead code.
--HG--
branch : dev
2010-11-04 16:40:49 -07:00
Andre Rodrigues
b68e5271f0 Medium Trust: Update Clay to allow partially trusted callers
--HG--
branch : dev
2010-11-04 12:57:27 -07:00
Andre Rodrigues
d0c48fa52d Medium Trust: Updating YAML binaries to allow partially trusted callers.
--HG--
branch : dev
2010-11-03 14:28:26 -07:00
Andre Rodrigues
4486b13956 Update Castle binaries to allow partially trusted callers and do not generate dynamic symbols.
--HG--
branch : dev
2010-11-03 14:16:32 -07:00
Sébastien Ros
5035671ab5 Updating TinyMce to latest version
- Corrects IE9 issues

--HG--
branch : dev
2010-10-17 10:20:57 -07:00
Nathan Heskew
41af6c2660 Fixing paste-into-vs js errors
--HG--
branch : dev
2010-10-11 12:55:48 -07:00
Nathan Heskew
62ddb9498a Adding html5shim to the core shapes (document template)
--HG--
branch : dev
2010-10-11 11:45:22 -07:00
Nathan Heskew
6dbbe6e1f0 Some minor post-mvc3 beta upgrade fixes
--HG--
branch : dev
2010-10-07 12:50:51 -07:00
Renaud Paquay
0f4613cb18 Switch to MVC3/Razor1 beta release
--HG--
branch : dev
2010-10-07 10:24:17 -07:00
Suha Can
5fca0e53e3 - Orchard.Scripting namespace to manage ruby scripts.
- ScriptManager/ScriptRuntime implementations.
- Unit Tests.
- Adding IronRuby.dll, IronRuby.Libraries.dll, Microsoft.Dynamic.dll and Microsoft.Scripting.dll.

--HG--
branch : dev
2010-10-01 16:33:16 -07:00
Louis DeJardin
6652ec0ae7 Changing clay to binary dependency
--HG--
branch : dev
extra : rebase_source : 362e2533fa0ce5df0e0b41b7d11f94077c43c013
2010-09-14 14:56:02 -07:00
Louis DeJardin
acaf55c69f Merge
--HG--
branch : dev
2010-09-01 21:37:49 -07:00
Louis DeJardin
f40dfb88e3 Updating to the Autofac-2.2.4.900-NET40 release
All tests run as expected at the point update was made
Removed obsolete OrchardControllerIdentificationStrategy
Add IsAdapterForIndividualComponents property to implementations of IRegistrationSource
IEnumerable quirk from autofac 2.1 did not reappear

--HG--
branch : dev
2010-09-01 21:35:48 -07:00
Louis DeJardin
a744a3221f Updating display/shape services
--HG--
branch : mvc3p1
2010-08-25 21:42:53 -07:00
Louis DeJardin
a6b40cdce6 Rough intermediate state
display and shape are a work in progress
coarse grained service interfaces and relationships forming

--HG--
branch : mvc3p1
2010-08-25 15:46:25 -07:00
Louis DeJardin
4a84a0d591 Adding mvc3/razor placeholder support
Unofficial bits - do not use.
Integrates with mvc3 CSL hooks
Adds razor view engine to default configuration

--HG--
branch : mvc3p1
2010-08-23 13:10:12 -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
395a97f527 Remove unneeded attribute
--HG--
branch : dev
2010-07-28 18:12:31 -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
96182da2c5 Update MsDeploy manifest to force .NET 4.0 runtime
This will also make MsDeploy pick the right default AppPool

--HG--
branch : dev
2010-07-16 19:28:41 -07:00
Renaud Paquay
ec7237ebb1 Update msdeploy manifest
Setup proper ACL on App_Data and Media...

--HG--
branch : dev
2010-07-16 14:33:46 -07:00
Renaud Paquay
241e11a58d Start work on creating proper MsDeploy package
SqlCe binaries uncluded properly
New MsDeploy staging directory
Modules are still not properly copied in the pacakge...

--HG--
branch : dev
2010-07-16 12:56:10 -07:00
Sebastien Ros
876f748e19 Cache generated mapping file
- Created a modified version of FluentNHibernate, including [Serializable] on GenericEnumWrapper class for it

--HG--
branch : dev
2010-07-14 13:23:47 -07:00
Renaud Paquay
02761aded2 Adding SqlCe CTP1 binaries
--HG--
branch : dev
2010-07-13 11:12:46 -07:00
Sebastien Ros
e5d57d2bc2 Added missing binaries
--HG--
branch : dev
2010-06-02 16:08:43 -07:00
Sebastien Ros
015a0503bb Created indexing/search default implementation with Lucene
IIndexManager to handle the available IIndexProvider instances
ISearchBuilder created from the used IIndexProvider to create search queries
Indexing background task records
Background service to execute indexing tasks
Unit tests for indexing and searching

--HG--
branch : dev
2010-06-02 15:56:54 -07:00
Renaud
f96785b7f2 Fix nunit config file to force running in .NET 4.0
--HG--
branch : dev
2010-05-22 11:59:00 -07:00
Louis DeJardin
17fcea6e86 Initial roughing out of some profiling context
wcat binaries (http://www.iis.net/community/default.aspx?tabid=34&g=6&i=1466)
Orchard.Profiling project to hold some wcat scripts for generating stress-style load and specflow features for generating fixed sets of requests
"add profiling data" command in Orchard.DevTools to create a number of samples page and blog content items
"build.cmd profiling" target creates build\Profiling web dir from clean build, and execs baseline setup and population via orchard cmdline

--HG--
branch : dev
2010-05-06 12:53:27 -07:00
Louis DeJardin
583138c7ed Updating Autofac.dll with small change for implicit collections issue
--HG--
branch : dev
2010-04-21 13:51:26 -07:00
Louis DeJardin
4b24886423 Using FluentPath assembly
Deprecates PathUtil utility class

--HG--
branch : dev
2010-04-14 12:50:00 -07:00
Louis DeJardin
c416ed1f53 Integrating SpecFlow
asp.net inprocess appdomain utilized for integration style testing
feature files generate nunit tests at "save time" with vs specflow 1.2 installed
micro orchard site created dynamically in temp folder as a given step
cross-domain delegate invokation based on the excellent work of Steve Sanderson http://blog.stevensanderson.com/

--HG--
branch : dev
2010-04-14 10:28:33 -07:00
Louis DeJardin
476abfc409 Changing shell settings loader to prep for multi-tenancy work
Adding data prefix property
Moving to a different yaml library
Renaming IShellSettingsLoader and ShellSettingsLoader to ITenantManager and DefaultTenantManager
Avoiding use of MapPath in the appdatafolder abstraction

--HG--
branch : dev
2010-04-07 15:34:38 -07:00
Louis DeJardin
85a08396dd Initial SpecFlow project and adjusting for x64 testing
Added bits from SpecFlow 1.2 install
Added lib/specflow libraries and nearly empty Spec test project
Updating Orchard.proj to use NUnit task and locate test projects by pattern instead of fixed list

--HG--
branch : dev
2010-04-05 13:30:02 -07:00
Suha Can
58abf23453 - Checking in Autofac 2.1 bits and licenses.
--HG--
branch : dev
2010-04-01 10:00:14 -07:00
Suha Can
1d3ee05e66 - Moving Orchard to Autofac 2.1.
Removing Autofac 1.4 bits.

--HG--
branch : dev
2010-04-01 09:57:25 -07:00