Nathan Heskew
15310bca8b
Fixing Core.Contents' create and remove route value metadata
...
--HG--
branch : dev
2010-11-22 22:38:08 -08:00
Nathan Heskew
a70c5ad4ea
Adding ContentItemMetadata route values for widgets, blogs and blog posts
...
- also removing the default (Core.Contents specific) metadata from Orchard.ContentManagement.ContentItemMetadata
work items: 16683, 16791
--HG--
branch : dev
2010-11-22 21:45:33 -08:00
Sebastien Ros
1918a78646
Correcting lost form values when a comment is not valid
...
Work Item: 16817
--HG--
branch : dev
2010-11-22 15:26:29 -08:00
Sebastien Ros
fe9225ce8a
Updating Azure with new Yaml serializer implementation
...
--HG--
branch : dev
2010-11-22 15:25:34 -08:00
Nathan Heskew
579d16bd23
Updating a couple of DateTime helpers (Html.DateTime and the PublishedState shape template) to use ToLocalTime()
...
--HG--
branch : dev
2010-11-22 14:43:43 -08:00
Andre Rodrigues
916521c8ad
Merge
...
--HG--
branch : dev
2010-11-22 14:26:22 -08:00
Andre Rodrigues
97410bd37a
#16792 : Resources should follow a [module name]-[resource name].[file extension] naming convention.
...
--HG--
branch : dev
2010-11-22 14:25:54 -08:00
Nathan Heskew
b58a9b3172
Merge
...
--HG--
branch : dev
2010-11-22 14:17:20 -08:00
Andre Rodrigues
e5d290ff2b
Merge
...
--HG--
branch : dev
2010-11-22 14:02:05 -08:00
Andre Rodrigues
e491dd92f4
#16831 : Replacing usage of IsFullyTrusted.
...
--HG--
branch : dev
2010-11-22 14:01:35 -08:00
Nathan Heskew
ecb653d6e1
Updating the Common.Metadata.* and PublishLater.Metadata.* display templates to use the CommonPart's PublishedUtc instead of VersionPublishedUtc
...
--HG--
branch : dev
2010-11-22 13:53:41 -08:00
Nathan Heskew
fd802c3334
Updating the CommonPart to once again make use of the CommonPartVersionRecord
...
--HG--
branch : dev
2010-11-22 13:52:40 -08:00
Sebastien Ros
3485143dec
Updating views web.config template
...
--HG--
branch : dev
2010-11-22 13:34:12 -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