Andre Rodrigues
e491dd92f4
#16831 : Replacing usage of IsFullyTrusted.
...
--HG--
branch : dev
2010-11-22 14:01:35 -08:00
Nathan Heskew
7c53023eb1
Ignoring (again) a few multitenancy spec tests so the one responsible for the full build failure can be found and the root of the problem fixed
...
--HG--
branch : dev
2010-11-21 22:24:44 -08:00
Renaud Paquay
e4ba511525
Tweak IAssemblyLoader loadig policy
...
A few common .net framework assemblies are referenced by the Orchard.Framework
assembly. Look into those to see if we can find the assembly we are looking for.
This is useful for orchard modules project files, where commonly used assemblies
don't need to be specified with a strong name.
--HG--
branch : dev
2010-11-21 21:59:24 -08:00
Renaud Paquay
e0d24527b1
Merge perf => dev
...
--HG--
branch : dev
2010-11-21 20:15:15 -08:00
Renaud Paquay
4aea24f3d5
Fix Razor views re-compilation
...
When modules are switched from dynamically compiled (.csproj) to precompiled
(.dll), Razor views were sometimes not recompiled because the list of virtual
path dependencies didn't contain any path that would change during the switch.
The fix is to include "~/App_Data/Dependencies/Dependencies.xml" as a virtual
path dependency, as this file changes when module configuration changes.
Work Items: 16833
--HG--
branch : dev
2010-11-21 19:40:51 -08:00
Louis DeJardin
2f9b067e5a
Small changes to NHibernate for startup performance
...
XmlSchemaSet used in a way that avoids recompilation for each mapping
XmlSerializer classes for this version compiled into the nhibernate assembly
--HG--
branch : perf
2010-11-21 19:29:50 -08:00
Renaud Paquay
ebc99010e4
Refactor Razor compilation events customization
...
--HG--
branch : dev
2010-11-21 19:02:36 -08:00
Louis DeJardin
8646db89c2
Perf - optimizing heavily called method
...
--HG--
branch : perf
2010-11-21 18:13:37 -08:00
Renaud Paquay
fd09536584
Fix dynamic compilation bug
...
If the assembly for a module doesn't exist on disk, monitor the parent
directory ("~/Modules/<ModuleName>/bin") so that adding the assembly
will force a re-compilation.
--HG--
branch : dev
2010-11-21 18:06:39 -08:00
Renaud Paquay
45e9c2862a
Fix occasional YSOD under IIS7 when config changes
...
Don't access HttpContext.Current, use our accessor abstraction instead.
Work Items: 16823
--HG--
branch : dev
2010-11-21 16:55:33 -08:00
Renaud Paquay
c0ffb7b0c2
Cleanup references
...
--HG--
branch : dev
2010-11-21 16:11:08 -08:00
Renaud Paquay
bd93e9c3d5
Fix dynamic compilation bug
...
When processing reference of a extension, if the reference is an extension
use the loader of that extension unconditionally.
Work Items: 16786
--HG--
branch : dev
2010-11-21 15:58:56 -08:00
Renaud Paquay
2d4ef6417c
Fix reference to specify full assembly name
...
This is so that Orchard.Users is compatible with dynamic compilation, since
System.Web.ApplicationServices has been removed from Web.Config references.
--HG--
branch : dev
2010-11-21 15:47:33 -08:00
Renaud Paquay
a43b9be6e7
Fix output path
...
--HG--
branch : dev
2010-11-21 15:46:32 -08:00
Renaud Paquay
b32711f352
Fix usage of "Id" instead of "Name"
...
--HG--
branch : dev
2010-11-21 14:32:33 -08:00
Renaud Paquay
1f6d1fb5e7
Ensure references match what's in lib\dlr
...
--HG--
branch : dev
2010-11-21 14:06:23 -08:00
Renaud Paquay
cdf9c81915
Merge
...
--HG--
branch : dev
2010-11-21 13:54:03 -08:00
Renaud Paquay
b7f7ac7860
Fix medium trust issue
...
--HG--
branch : dev
2010-11-21 13:52:53 -08:00
Renaud Paquay
65849e7ff6
Update all MVC reference to 3.0.0.0
...
--HG--
branch : dev
2010-11-21 13:06:39 -08:00
Renaud Paquay
c18968d30b
Remove unused references
...
--HG--
branch : dev
2010-11-21 13:00:41 -08:00
Renaud Paquay
4f95fc4a4c
Merge perf => dev
...
--HG--
branch : dev
2010-11-21 12:27:22 -08:00
Andre Rodrigues
8a1209f795
#16787 : Remove Primus and Secondus themes
...
--HG--
branch : dev
2010-11-21 07:49:33 -08:00
Andre Rodrigues
d6d6dcf138
#16767 : Delete "PackageReferenceImplementation" project
...
--HG--
branch : dev
2010-11-21 07:44:39 -08:00
Nathan Heskew
7b64e6f30b
Enabling a few recently ignored MultiTenancy spec tests
...
--HG--
branch : dev
2010-11-21 01:28:02 -08:00
Nathan Heskew
80887dc124
Fixing a Setup spec test
...
- the clean site in the test was missing a required module so setup was failing
--HG--
branch : dev
2010-11-21 01:04:57 -08:00
Nathan Heskew
7e63ef1189
Fixing the build output location for Orchard.Messaging
...
--HG--
branch : dev
2010-11-21 01:03:51 -08:00
Nathan Heskew
74470559ce
Fixing a spec test (part 2/2 of a bad copy/paste placement)
...
--HG--
branch : dev
2010-11-21 00:37:53 -08:00
Nathan Heskew
32ddf419aa
Fixing a spec test
...
--HG--
branch : dev
2010-11-20 23:50:39 -08:00
Renaud Paquay
8645768e94
Add utility to force dynamic compilation
...
--HG--
branch : dev
2010-11-20 18:53:35 -08:00
Andre Rodrigues
2a51bfac5d
Merge
...
--HG--
branch : dev
2010-11-20 16:07:29 -08:00
Andre Rodrigues
647f30b1c5
Fixing module UT.
...
--HG--
branch : dev
2010-11-20 15:49:48 -08:00
Andre Rodrigues
53bddd53d9
Fixing Widget / Scripting / Framework dependency loading.
...
--HG--
branch : dev
2010-11-20 15:38:56 -08:00
Sébastien Ros
0e9fa5a361
Preventing the SMTP password from being reseted
...
Work Item: 16757
--HG--
branch : dev
2010-11-20 14:58:11 -08:00
Sébastien Ros
e208860ea2
Correcting user management conflicts
...
Work Items: 16453, 16543
--HG--
branch : dev
2010-11-20 12:10:47 -08:00
Nathan Heskew
5393c5c825
Some test fixes and more test temp file cleanup
...
--HG--
branch : dev
2010-11-19 23:41:33 -08:00
Andre Rodrigues
48c8ec4571
Medium Trust: Updating to NuGet latest bits.
...
--HG--
branch : dev
extra : transplant_source : 5%7Cx%2C%D5%C4%B3i%B3%19%91%83%F0c%7DUm%5C%26%60
2010-11-19 20:49:53 -08:00
Suha Can
e5aef055cf
PERF: Replacing YAML parser with a simpler implementation.
...
All external YAML references have been removed from Orchard.
--HG--
branch : perf
2010-11-19 18:41:38 -08:00
Sebastien Ros
dab1643b18
Correcting Azure build script
...
--HG--
branch : dev
2010-11-19 17:58:59 -08:00
Sebastien Ros
40311259a1
Removing MVC2 ProjectTypeGuids from Orchard.Lists
...
Work Item: 16762
--HG--
branch : dev
2010-11-19 17:58:45 -08:00
Andre Rodrigues
a987f02af6
Documenting the (object) cast to avoid dynamic invocation.
...
--HG--
branch : dev
2010-11-19 17:42:30 -08:00
Andre Rodrigues
1838c131c3
Fixing UT
...
--HG--
branch : dev
2010-11-19 17:21:53 -08:00
Sebastien Ros
0c51599e6a
Correcting Orchard.Scripting project file and namespaces
...
--HG--
branch : dev
2010-11-19 17:09:17 -08:00
Sebastien Ros
b3019bc5f5
Merge
...
--HG--
branch : dev
2010-11-19 17:00:59 -08:00
Sebastien Ros
2cd0313bd4
Correcting Azure solution
...
Work Item: 16810
--HG--
branch : dev
2010-11-19 17:00:39 -08:00
Dave Reed
04c8724547
Merge
...
--HG--
branch : dev
2010-11-19 16:40:29 -08:00
Dave Reed
838b75b934
Removing link from the 'New' menu item. Needed to add option to MenuItem to avoid the auto-linking to the first child item.
...
--HG--
branch : dev
2010-11-19 16:39:59 -08:00
Sebastien Ros
7b91feebcc
Addind NuGet package creation to the build process
...
--HG--
branch : dev
2010-11-19 16:35:08 -08:00
Andre Rodrigues
09bc31ca03
Replacing Orchard.Scripting Guid.
...
--HG--
branch : dev
2010-11-19 14:50:13 -08:00
Andre Rodrigues
87a17e3202
Merge
...
--HG--
branch : dev
2010-11-19 14:45:17 -08:00
Andre Rodrigues
376ba129a1
Fixing SqlServerCe reference.
...
--HG--
branch : dev
2010-11-19 14:44:42 -08:00