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
2d50245a7d9fe2afe2df2919f6037d7a2d64c8e6
Umbraco-CMS
/
src
/
Umbraco.Web
/
Templates
History
Benjamin Carleski
a7ff20de6e
Introduce Image URL Generator abstraction
2020-02-07 15:01:03 -08:00
..
HtmlImageSourceParser.cs
That safeguard unfortunately broke all the tests
2020-02-06 17:52:36 +01:00
HtmlLocalLinkParser.cs
Naming
2019-10-23 14:55:18 +11:00
HtmlUrlParser.cs
Naming
2019-10-23 14:55:18 +11:00
ITemplateRenderer.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
TemplateRenderer.cs
Merge branch 'v8/dev' into v8/feature/5170-IPublishedContent
2019-05-01 13:53:13 +02:00
TemplateUtilities.cs
Introduce Image URL Generator abstraction
2020-02-07 15:01:03 -08:00