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
0d84bfb42e33b6d47c49162d468dbae6bd78a9ca
Umbraco-CMS
/
src
/
Umbraco.Web
/
Macros
History
Bjarke Berg
d2443ea4c0
AB3677 - Removed the Core.Composing.Current.. Moved stuff to Web.Composing.Current and injected more stuff.
2020-01-07 13:08:21 +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
AB3677 - Removed the Core.Composing.Current.. Moved stuff to Web.Composing.Current and injected more stuff.
2020-01-07 13:08:21 +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
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
Merge branch 'netcore/dev' into feature/7371-short-string-helper
2019-12-24 09:08:47 +01:00