Stephan
|
205b9889f2
|
Macros - PartialViewMacro use IPublishedContent, not INode
|
2013-09-29 15:22:23 +02:00 |
|
Stephan
|
0415a31d0e
|
PublishedContent - the big refactoring
|
2013-09-16 17:17:45 +02:00 |
|
neehouse
|
c0214ac4ec
|
Modified the MacroRendering event as requested. Removed the unnecessary check for the file path from the Partial View Macro as it would not be hit anyhow since the macro engine is determined using the same rule. U4-2644 & U4-2643
|
2013-09-10 09:34:19 -04:00 |
|
neehouse
|
d821401ea2
|
Removing file location restriction from PartialViewMacro to allow custom paths.
|
2013-09-06 15:34:19 -04:00 |
|
Shannon
|
c228c24ba5
|
Creted MergeParentContextViewData filter, this is by default applied to SurfaceController's and the PartialViewMacroController. Now if you are rendering a partial view macro or a child action from a SurfaceController and are putting data into ViewData on a POST, you don't have to access the ViewData from the ParentViewContext.
|
2013-08-30 12:03:16 +10:00 |
|
leekelleher
|
2a058cdbcc
|
Fixed a conflict-references between Constants (in Umbraco.Web.Mvc and Umbraco.Core)
|
2013-03-14 22:01:09 +00:00 |
|
Shannon Deminick
|
c6f29a50d6
|
Merge with 4.11.6
|
2013-03-11 21:17:57 +06:00 |
|
Shannon Deminick
|
28c55320a1
|
Updates the pull request for handling macro errors.
Backports fixes for partial view macros from 6.x - U4-1488, U4-1844, U4-1730, U4-1843
|
2013-03-11 20:11:11 +06:00 |
|
Shannon Deminick
|
d48e339b81
|
Fixes: #U4-1844, #U4-1730, #U4-1843
|
2013-03-06 04:12:28 +06:00 |
|
Shannon Deminick
|
3e28376ae7
|
Fixes: #U4-1472 - XmlHelper.
Fixes: #U4-1488 - partial view macro engine issues.
|
2013-01-19 06:38:02 +03:00 |
|
Sebastiaan Janssen
|
ce6711b587
|
Duplicate fix (ce2f47c11322) #U4-1366 - conflict with partial view macro engine.
|
2013-01-09 13:58:55 -01:00 |
|
Shannon Deminick
|
e9f581bb51
|
Fixes #U4-1366 - conflict with partial view macro engine.
|
2013-01-01 00:42:20 +03:00 |
|
Shannon Deminick
|
5870452cc9
|
Updated assembly binding for MVC(4, and really any other MVC version that requires assembly binding if
old libraries are built against old MVC versions).
Fixes a check for the ScriptingFile in for Partial View macros.
|
2012-12-09 00:50:58 +05:00 |
|
Shannon Deminick
|
2a90e93a6f
|
Updated partial view macro engine to support storing the files in the App_Plugins/[packagename]/Views/MacroPartials
so they can be stored with a package and not pollute the main file system.
|
2012-12-07 07:04:11 +05:00 |
|
Shannon Deminick
|
0d94ddb96e
|
Got macro parameters working with Partial View Macros, changed PartialViewMacroPage to inherit from
UmbracoViewPage<PartialViewMacroModel> so that UmbracoHelper, etc... are available.
|
2012-12-07 06:31:53 +05:00 |
|
Shannon Deminick
|
c7645b55ba
|
Partial View Macros now being rendered, now to implement the remaining parts with things like
parameters, etc...
|
2012-12-04 22:06:55 +05:00 |
|
Shannon Deminick
|
208806c027
|
Updated more partial view macro engine and its rendering... nearly there.
|
2012-12-04 11:31:03 +05:00 |
|
Shannon Deminick
|
8024610364
|
Fixes up some logging API issues. Fixed up tracing in the macro class. Added support for Partial View macro rendering in the macro class.
|
2012-12-04 11:08:02 +05:00 |
|
Shannon Deminick
|
5b0057c258
|
Added missing files.
|
2012-12-04 03:29:02 +05:00 |
|