Ported updates to DynamicDocument to allow dynamic access to RTE content and still have it

render all embedded macro content without resorting to use some other mechanism.
Fixes the .Field method of the UmbracoHelper.
This commit is contained in:
Shannon Deminick
2012-09-08 11:30:19 +07:00
parent 59fa733156
commit d83887e314
6 changed files with 33 additions and 8 deletions

View File

@@ -168,6 +168,10 @@
<!-- This moves the asp.net viewstate data to the end of the html document instead of having it in the beginning-->
<viewstateMoverModule enable="false" />
<!--
Now that we have Log4Net logging enabled, this section is only used for what gets logged to the umbracoLog table
which currently logs items used in the audit trail and roll back scenarios.
-->
<logging>
<enableLogging>true</enableLogging>
<enableAsyncLogging>true</enableAsyncLogging>

View File

@@ -130,6 +130,10 @@
<viewstateMoverModule enable="false" />
<!--
Now that we have Log4Net logging enabled, this section is only used for what gets logged to the umbracoLog table
which currently logs items used in the audit trail and roll back scenarios.
-->
<logging>
<enableLogging>true</enableLogging>
<enableAsyncLogging>true</enableAsyncLogging>