Bjarke Berg
60ca85fe25
Introduced the forms section in the sections menu.
2019-02-11 15:32:24 +01:00
Stephan
8ed2dcb8bf
Don't capture content caches!
2019-02-07 09:59:16 +01:00
Stephan
d3b0913047
Fix UmbracoHelper preventing upgrades
2019-02-05 12:19:57 +01:00
Shannon
c5819ca702
Merge branch 'temp8' into temp8-macros-dont-render-and-other-macro-bugs
...
# Conflicts:
# src/Umbraco.Web/Editors/EntityController.cs
# src/Umbraco.Web/Editors/MediaController.cs
# src/Umbraco.Web/Runtime/WebRuntimeComposer.cs
2019-02-04 12:42:07 +11:00
Stephan
df61a76868
Cleanup PR
2019-02-01 17:52:29 +01:00
Stephan
3a0f80fc7e
Merge branch 'temp8' into temp8-oembed-collection
2019-02-01 17:44:53 +01:00
Shannon
0c4712de56
Merge branch 'temp8' into temp8-macros-dont-render-and-other-macro-bugs
...
# Conflicts:
# src/Umbraco.Tests/Testing/TestingTests/MockTests.cs
# src/Umbraco.Tests/Web/Mvc/SurfaceControllerTests.cs
# src/Umbraco.Web/Templates/TemplateRenderer.cs
2019-02-01 11:33:13 +11:00
Stephan
a6f9598a23
Introduce IPublishedRouter
2019-01-31 11:07:45 +01:00
Warren Buckley
a36b1962c6
Last of providers moved across & the old config file gone
2019-01-31 09:32:50 +00: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
Warren Buckley
fe9700b3f7
A handful more providers moved across & removed any that no longer supported
2019-01-30 21:52:12 +00:00
Warren Buckley
880faeebd3
Adds a few more providers to the collection
2019-01-30 16:50:08 +00:00
Warren Buckley
74dcaea879
Merge remote-tracking branch 'origin/temp8' into temp8-oembed-collection
2019-01-30 16:02:02 +00:00
Shannon
fccfa4f412
Removes umbraco settings: ImageTagAllowedAttributes, UploadAllowDirectories, ensureUniqueNaming, ImageTagAllowedAttributes, ScriptEditorDisable, ScriptFolderPath, UploadAllowDirectories
2019-01-30 23:42:25 +11:00
Warren Buckley
88eb29e199
Removes EmbedProviders.config & moves into C# types (As its a config file that is rarely ammended IMO)
2019-01-30 11:46:15 +00:00
Stephan
5d65ba3147
Merge branch 'temp8-fixtree' into temp8
2019-01-29 14:59:45 +01:00
Stephan
c675708388
Refactor dashboards
2019-01-28 12:38:58 +01:00
Stephan
27ecd795b2
Merge branch temp8 into temp8-fixtree
2019-01-28 10:19:36 +01:00
Warren Buckley
9f79f1833f
Merge remote-tracking branch 'origin/temp8' into temp8-dashboards-collection
...
# Conflicts:
# src/Umbraco.Web/Services/DashboardService.cs
2019-01-28 08:33:52 +00:00
Chris Houston
193e24afd2
Fixing all the TODO, FIXME & HACK comments so they all follow the same layout.
2019-01-27 11:16:00 +01:00
Warren Buckley
5e9f861991
Cleanup of WebRuntimeComposer
2019-01-23 15:09:31 +00:00
Warren Buckley
69a3c85bbc
Refactor of dashboards
...
* Remove dashboards from Configs().Dashboards
* Remove dashboard.config XML file & associated code reading from XML
* Load Dashboards from TypeLoader into a CollectionBuilder
* Load merge/concat C# Dashboard Types with package.manifest
* Add buildercolletion to an extension method on Composition
2019-01-23 14:37:33 +00:00
Stephan
e36ca2e957
Merge branch temp8 into temp8-fixtree
2019-01-22 14:08:14 +01:00
Stephan
ad026e25d7
Cleanup trees
2019-01-22 13:55:31 +01:00
Stephan
c840895f90
Deal with more fixme
2019-01-22 09:49:35 +01:00
Shannon
1667e914cd
Allows the tree collection to be manipulated by devs on startup, renames some things
2019-01-17 18:38:55 +11:00
Shannon
356209e013
renames ApplicationTree to just Tree
2019-01-17 17:33:38 +11:00
Shannon
0160f141f4
cleanup and explicitly registering sections
2019-01-17 17:04:53 +11:00
Shannon
cfe1b17eec
Gets trees and sections loading now in a much more simplified way without any xml, now to cleanup
2019-01-17 16:40:11 +11:00
Shannon
355ac09d90
WIP - moved out the tree and section service from Core, these are web only things, removes their xml parsing, fixes base controller ctor params with UmbracoContext, need to implement tree/section collections taking into account controllers and not scanning so much
2019-01-17 13:20:19 +11:00
Stephan
19ae9f5dee
Refactor configuration for DI
2019-01-07 19:40:07 +01:00
Stephan
5670c6354e
Introduce ComponentComposer to simplify registration of components
2019-01-05 15:49:10 +01:00
Stephan
1875270db1
Compose after/before
2019-01-04 10:29:29 +01:00
Lars-Erik Aabech
c18ed7e15a
Registering WebRuntimeComponent and publicizing its dep. chain
2019-01-03 22:11:25 +01:00
Stephan
816ed84a2f
Refactor components
2019-01-03 21:00:28 +01:00