Shannon
|
2f1c39ab96
|
Removes the old/strange "pageElements" thing, it's no longer needed
|
2019-01-31 15:44:39 +11:00 |
|
Shannon
|
7b55d2f1b2
|
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 |
|
Callum Whyte
|
2036da5e84
|
V8: kill usercontrol support, cleanup macros (#4329)
|
2019-01-30 18:37:07 +01:00 |
|
Shannon
|
2e527163f9
|
no more umbraco.presentation namespace! no more "page" class, has been refactored and renamed to what it actually is and internalized
|
2019-01-29 23:27:00 +11:00 |
|
Chris Houston
|
0b6ba5aa52
|
Temp8 - Fixing spelling / typos etc in Umbraco.Web (#4148)
|
2019-01-26 16:52:19 +01:00 |
|
Stephan
|
f952fe7aeb
|
More renaming of caches
|
2019-01-18 08:14:08 +01:00 |
|
Stephan
|
0bee01e0ee
|
Great AppCaches renaming
|
2019-01-17 11:01:23 +01:00 |
|
Stephan
|
19ae9f5dee
|
Refactor configuration for DI
|
2019-01-07 19:40:07 +01:00 |
|
Stephan
|
adced099be
|
Move UmbracoConfig singleton to Current
|
2018-12-12 23:31:16 +01:00 |
|
Stephan
|
e40c9cb227
|
Fix missing dependencies errors, simplify
|
2018-12-12 16:07:21 +01:00 |
|
Stephan
|
c23c7749b4
|
Composition fixes
|
2018-11-27 14:04:08 +01:00 |
|
Stephan
|
5b111f9629
|
More composition simplification
|
2018-11-27 10:37:33 +01:00 |
|
Aaron Powell
|
e1be4effca
|
Fixes 3710: Removing the usage of HostingEnvironment.MapPath
|
2018-11-19 14:31:20 +11:00 |
|
Callum Whyte
|
35227a8d58
|
Cleanup of partial view macro templates for consistency
|
2018-09-20 14:00:01 +01:00 |
|
Shannon
|
029eff1f8a
|
Some refactoring to decouple web based assemblies from Umbraco.Core and move whatever we can to Umbraco.Web where web based assemblies are used. Decouples System.Drawing entirely from Umbraco.Core and removes the Active Directory dependency from Umbraco.core.
|
2018-08-29 01:15:46 +10:00 |
|
Warren
|
23ed9773bc
|
FIRST PASS - Updates Umbraco.Web project to not use the func overload & to use new message template instead
|
2018-08-14 22:36:47 +01:00 |
|
Stephan
|
7a615133ff
|
Renormalize
|
2018-06-29 19:52:40 +02:00 |
|
Stephan
|
6a05c556b5
|
Merge pull request #2751 from lkoruba/hackathon-use-logger-warn-with-func
(V8 Hackathon) use logger warn with func<string>
|
2018-06-29 16:43:22 +02:00 |
|
lkoruba
|
b515f24c16
|
Change calls to logger.Warn method to use Func<string> second part
|
2018-06-29 15:35:56 +02:00 |
|
lkoruba
|
7e4f2957a3
|
Change calls to logger.Warn method to use Func<string> parameter
|
2018-06-29 14:53:41 +02:00 |
|
Dawid Koruba
|
7660e10098
|
Change calls to logger.Info method to use Func<string> parameter
|
2018-06-29 14:25:17 +02:00 |
|
Dawid Koruba
|
51ab9e32de
|
Change calls to logger.Debug method to use Func<string> parameter
|
2018-06-29 12:35:31 +02:00 |
|
Shannon
|
459479a7b8
|
Refactors how macros are stored in the DB
|
2018-05-01 12:12:26 +10:00 |
|
Shannon
|
c8d2ea141b
|
Removes more xslt, more very old code and configurations that aren't used anymore
|
2018-05-01 01:15:43 +10:00 |
|
Shannon
|
6db5ebf6f9
|
More xslt removal
|
2018-05-01 00:15:05 +10:00 |
|
Shannon
|
c90d6be8ab
|
U4-8861 Extract GlobalSettings to an interface and expose on the standard UmbracoConfig.For settings singleton including a bunch of cleanup, getting the installer and steps to be DI
|
2018-04-06 13:51:54 +10:00 |
|
Stephan
|
553de2ea68
|
Cleanup ILogger
|
2018-04-03 16:15:59 +02:00 |
|
Stephan
|
edf7df043f
|
Reorg code, move services
|
2017-12-28 09:18:09 +01:00 |
|
Stephan
|
829d995154
|
Simplicity
|
2017-10-31 12:50:30 +01:00 |
|
Stephan
|
96c08f24ee
|
Port 7.7 - WIP
|
2017-09-12 16:22:16 +02:00 |
|
Stephan
|
c76403077f
|
Normalize cr/lf/tab
|
2017-07-20 11:21:28 +02:00 |
|
Stephan
|
ddd89fa6e8
|
Remove legacy refs from Umbraco.Web
|
2017-06-20 11:00:09 +02:00 |
|
Stephan
|
7ea9c9c8e2
|
Move Web.Current to Composing
|
2017-05-30 18:13:11 +02:00 |
|
Stephan
|
b251d23a57
|
Refactor DI and type loading
|
2017-05-30 15:33:57 +02:00 |
|
Stephan
|
5c2232aa3b
|
Refactor logging and profiling, boot reporting
|
2016-09-19 16:33:47 +02:00 |
|
Stephan
|
0597eea72b
|
Resvolution - Components, Runtime & Booting
|
2016-09-19 16:33:43 +02:00 |
|
Stephan
|
69ab8c7afd
|
Resvolution - XsltExtensionsResolver
|
2016-09-19 16:30:44 +02:00 |
|
Stephan
|
ffb30123cc
|
U4-8710 - from Umbraco.Field, GetPropertyValue to Value
|
2016-07-21 10:03:11 +02:00 |
|
Stephan
|
cdb1f29ec0
|
U4-8626 - kill dynamic support
|
2016-07-21 10:03:11 +02:00 |
|
Stephan
|
d08412c0fe
|
Refactor - IPublishedContent, converters, fragments
|
2016-07-21 09:37:40 +02:00 |
|
Stephan
|
2345d0c543
|
Cleanup - macros
|
2016-07-20 19:23:09 +02:00 |
|
Stephan
|
23ce1e5b6e
|
U4-8447 - prepare for NuCache (fixing, now builds)
|
2016-05-26 18:48:35 +02:00 |
|
Stephan
|
06574b8b40
|
U4-8447 - prepare for NuCache (work-in-progress)
|
2016-05-26 17:12:04 +02:00 |
|
Shannon
|
286e43bc10
|
U4-8222 Remove IMacroEngine - we will only ship with the macro engines we have currently
|
2016-03-22 12:48:59 +01:00 |
|
Shannon
|
39c39879f9
|
Moves IPackageAction to _Legacy Core for now
|
2016-03-17 16:05:56 +01:00 |
|
Shannon
|
12d7d060d7
|
Removes the super old INode and IProperty!
|
2016-03-17 15:13:50 +01:00 |
|
Shannon
|
73fdc17bc4
|
removes IMacroGuiRendering, all umbraco.interfaces/skinning classes, fixes CDF load in some aspx views, removes dialog/editmacro.aspx, removes macroParameterControl
|
2016-03-17 15:09:20 +01:00 |
|
Shannon
|
640b2c0ee0
|
Moves strings to constants, adds ControllerContextExtensions to get the UmbracoContext from the hierarchy of ControllerContext's, changes RenderModelBinder to use this method to get the UmbracoContext, changes UmbracoViewPageOfTModel to use this method to get the UmbracoContext, adds RouteDataExtensions to get the UmbracoContext from routedata, adds extension methods on the HttpContext to get the UmbracoContext from it.
|
2016-02-16 11:17:47 +01:00 |
|
Shannon
|
96cd4daca5
|
Fixes how modelstate and viewdata get populated into the PartialViewMacroController and in turn get populated into the viewresult, privatize's EnsureViewObjectDataOnResult so that it's not used by accident elsewhere
|
2015-07-22 18:25:08 +02:00 |
|
Sebastiaan Janssen
|
0bbe1c6cdc
|
U4-6721 Error when submitting Macros, Collection was modified; enumeration operation may not execute. (after project has been updated to MVC5)
#U4-6721 In Progress
|
2015-07-21 19:35:00 +02:00 |
|