Commit Graph
3577 Commits
Author SHA1 Message Date
Sebastien Ros 1621a10cc8 Fixing unit tests
--HG--
branch : dev
2010-11-23 13:03:30 -08:00
Sebastien Ros 3c2b6c6111 Fixing new content type validation
Work Item: 16471

--HG--
branch : dev
2010-11-23 12:43:09 -08:00
Sebastien Ros 2ccde50d1e Fixing folder splitting display in media
--HG--
branch : dev
2010-11-23 12:41:21 -08:00
Renaud Paquay 35c2a6b6ac Merge
--HG--
branch : dev
2010-11-23 10:46:30 -08:00
Renaud Paquay 5f43c2017a Update help text
--HG--
branch : dev
2010-11-23 09:42:16 -08:00
Renaud Paquay 01c8d3de01 Adding definition of DatabaseUpdate feature.
--HG--
branch : dev
2010-11-23 09:35:39 -08:00
Renaud Paquay ec3b5aa683 Moving in its own file
--HG--
branch : dev
2010-11-23 09:35:23 -08:00
Nathan Heskew 4773247719 Updating the UrlRuleProvider to clean up trailing slashes priour to running the comparison
work item: 16798

--HG--
branch : dev
2010-11-22 22:56:57 -08:00
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 2fd235d818 Fixing folder renaming in AzureFileSystem
New Combine in IStorageProvider

--HG--
branch : dev
2010-11-22 18:03:49 -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
Renaud Paquay bc9daa82b4 Unify exception display in command-line
--HG--
branch : dev
2010-11-22 11:22:21 -08:00
Renaud Paquay 3106d26efb Fix project file
--HG--
branch : dev
2010-11-22 11:19:34 -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