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
5e1ac76e5f524ff6304f565ca78f5566952241fb
Umbraco-CMS
/
src
/
Umbraco.Web
/
Macros
History
Bjarke Berg
750b6f6a18
Move more files and fixed circular dependency
2020-02-19 09:29:10 +01: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
U4-8447 - prepare for NuCache (work-in-progress)
2016-05-26 17:12:04 +02:00
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
Normalize cr/lf/tab
2017-07-20 11:21:28 +02:00
MacroRenderer.cs
Move more files and fixed circular dependency
2020-02-19 09:29:10 +01: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
Introduced interface on UmbracoContext
2020-02-09 19:05:39 +01:00
PartialViewMacroPage.cs
Cleanup of partial view macro templates for consistency
2018-09-20 14:00:01 +01:00
PublishedContentHashtableConverter.cs
Netcore: Move files from Web/Routing to Abstractions/Routing (
#7642
)
2020-02-17 12:07:51 +01:00