This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9be7f536d327f5e5fb2dc91abd11548c1d4468bb
Umbraco-CMS
/
src
/
Umbraco.Web
/
Macros
History
Stephan
7fd6bfa163
Make IPublishedContent changes less breaking and more friendly
2019-06-06 16:54:00 +02:00
..
IMacroRenderer.cs
New IMacroRenderer and ITemplateRenderer and hides underlying logic for these in internal classes. Massively cleans up the macro rendering logic (almost makes sense now), removes unused macro code, injects UmbracoHelper wherever it's needed (not creating manually), fixes UmbracoHelper to have it's services injected, no more empty services, allows setting the AssignedContentItem on the UmbracoHelper and ensures it's lifespan is Transient, updates all corresponding ctors. Fixes macro rendering, ensures the correct culture variation is assigned, and that we can render macros for any given IPublishedContent, not just the one assigned in the request.
2019-01-31 15:09:31 +11:00
MacroContent.cs
…
MacroModel.cs
New IMacroRenderer and ITemplateRenderer and hides underlying logic for these in internal classes. Massively cleans up the macro rendering logic (almost makes sense now), removes unused macro code, injects UmbracoHelper wherever it's needed (not creating manually), fixes UmbracoHelper to have it's services injected, no more empty services, allows setting the AssignedContentItem on the UmbracoHelper and ensures it's lifespan is Transient, updates all corresponding ctors. Fixes macro rendering, ensures the correct culture variation is assigned, and that we can render macros for any given IPublishedContent, not just the one assigned in the request.
2019-01-31 15:09:31 +11:00
MacroPropertyModel.cs
…
MacroRenderer.cs
UmbracoContext: don't use obsolete properties
2019-04-23 08:29:43 +02:00
MacroTagParser.cs
V8: kill usercontrol support, cleanup macros (
#4329
)
2019-01-30 18:37:07 +01:00
PartialViewMacroController.cs
Fix missing dependencies errors, simplify
2018-12-12 16:07:21 +01:00
PartialViewMacroEngine.cs
Kill UmbracoContext.Current
2019-02-14 10:39:49 +01:00
PartialViewMacroPage.cs
Cleanup of partial view macro templates for consistency
2018-09-20 14:00:01 +01:00
PublishedContentHashtableConverter.cs
Make IPublishedContent changes less breaking and more friendly
2019-06-06 16:54:00 +02:00