Stephan
|
64154da4e4
|
Get LocalTempPath in GlobalSettings
|
2019-02-15 09:45:51 +01:00 |
|
Shannon
|
6f7e1cac3e
|
Merge branch 'temp8' into temp8-contexts
|
2019-02-15 12:55:17 +11:00 |
|
Stephan
|
abceda7750
|
Kill UmbracoContext.Current
|
2019-02-14 10:39:49 +01:00 |
|
Stephan
|
7660e9fb25
|
Reorganize composition code
|
2019-02-14 09:15:47 +01:00 |
|
Bjarke Berg
|
60ca85fe25
|
Introduced the forms section in the sections menu.
|
2019-02-11 15:32:24 +01:00 |
|
Stephan
|
2092156db3
|
Cleanup
|
2019-02-07 12:27:19 +01:00 |
|
Shannon
|
3b12e0b72a
|
Updates ContentBase to track the original PropertyType's which means we don't ever need to look them up again, adds notes about this too since it seems it is probably unnecessary to begin with.
|
2019-02-07 13:28:23 +11:00 |
|
Shannon
|
123daed990
|
Removes the need for .Current in some places, adds TODO notes to test a theory, removes IUmbracoEntity from ISimpleContentType since all tests seem to pass without it and because the SimpleContentTypeMapper doesn't actually use ISimpleContentType i don't think it's needed, we'll see what the tests say.
|
2019-02-07 12:43:11 +11:00 |
|
Shannon
|
c04da30547
|
Merge branch 'temp8' into temp8-contentAndType
# Conflicts:
# src/Umbraco.Core/Models/Content.cs
# src/Umbraco.Core/Models/ContentBase.cs
# src/Umbraco.Tests/Models/ContentTests.cs
|
2019-02-07 11:41:06 +11:00 |
|
Stephan
|
0be5ff64bc
|
Be friendly
|
2019-02-06 15:05:56 +01:00 |
|
Stephan
|
b260c18056
|
Refactor IContent vs IContentType
|
2019-02-06 13:06:31 +01:00 |
|
Shannon
|
ad5b166f3f
|
Fixes tests, simplifies constructors
|
2019-02-01 15:44:32 +11:00 |
|
Shannon
|
c2ff32aaab
|
Fixing tests, don't expose UmbracoContext on UmbracoHelper, fixing all of the editor constructors
|
2019-02-01 15:24:07 +11: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 |
|
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 |
|
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 |
|
Stephan
|
d9cc1f4cb8
|
Fix more tests
|
2019-01-22 18:25:02 +01:00 |
|
Stephan
|
876056f0bb
|
Merge branch temp8 into temp8-appCaches
|
2019-01-18 14:54:08 +01:00 |
|
Stephan
|
07238b54e1
|
Merge branch 'temp8-tree-sections-no-more-xml' into temp8
|
2019-01-18 10:59:04 +01:00 |
|
Callum Whyte
|
cee1171d39
|
Removing masterpages support from V8 (#3971)
|
2019-01-18 10:53:38 +01:00 |
|
Stephan
|
a7a3fca8a8
|
Merge branch 'temp8' into temp8-tree-sections-no-more-xml
|
2019-01-18 09:23:55 +01:00 |
|
Stephan
|
5aba1a6bd2
|
IAppPolicedCache is IAppPolicyCache
|
2019-01-18 07:56:38 +01:00 |
|
Stephan
|
b3d6de5994
|
Merge branch 'temp8' into temp8-appCaches
|
2019-01-17 19:05:56 +01:00 |
|
Stephan
|
e42995cf10
|
Fixes for the IPublishedContent Linq/Culture PR
|
2019-01-17 18:23:23 +01:00 |
|
Stephan
|
d4c714eccd
|
Stop injecting the runtime cache, use AppCaches
|
2019-01-17 11:19:06 +01:00 |
|
Stephan
|
0bee01e0ee
|
Great AppCaches renaming
|
2019-01-17 11:01:23 +01:00 |
|
Stephan
|
67e4703821
|
CacheHelper becomes AppCaches
|
2019-01-17 08:34:29 +01:00 |
|
Shannon
|
6b9ba3c53c
|
Fixing tests
|
2019-01-17 17:50:59 +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 |
|
Bjarke Berg
|
664a892fd5
|
3305 - fixed tests
|
2019-01-16 15:25:42 +01:00 |
|
Stephan
|
19ae9f5dee
|
Refactor configuration for DI
|
2019-01-07 19:40:07 +01:00 |
|
Stephan
|
edfc3996d6
|
Adjustments for Forms and Deploy
|
2019-01-04 16:42:55 +01:00 |
|
Stephan
|
bb9846a6ca
|
Merge branch origin/temp8 into temp8-di2690
|
2018-12-21 10:58:38 +01:00 |
|
Stephan
|
1ffd457985
|
Merge branch 'temp8' into temp8-3658-contextual-info-app
|
2018-12-20 13:42:19 +01:00 |
|
Steve Temple
|
fcbfb1a56e
|
Rename PluginManager to TypeLoader in tests
|
2018-12-19 16:44:35 +01:00 |
|
Shannon
|
a19a58796f
|
Changes IUrlProvider to return UrlInfo
|
2018-12-18 22:02:39 +11:00 |
|
Stephan
|
3e082f1a94
|
Restructure registration of essential services, validate
|
2018-12-12 14:28:57 +01:00 |
|
Stephan
|
7f8eeeab83
|
Merge branch temp8 into temp8-di2690
|
2018-12-07 16:12:08 +01:00 |
|
Stephan
|
0d83da9327
|
Fix some tests
|
2018-12-07 15:59:57 +01:00 |
|
Stephan
|
1eee6dfb2f
|
Cleanup
|
2018-12-07 14:05:47 +01:00 |
|
Stephan
|
710ec704b3
|
Merge branch temp8 into temp8-di2690
|
2018-12-07 09:52:46 +01:00 |
|
Shannon
|
11d8d17156
|
Fixes build with ctor change to UmbracoHelper
|
2018-12-05 17:00:51 +11:00 |
|
Stephan
|
c6891c6c70
|
RegisterUnique
|
2018-11-29 10:35:16 +01:00 |
|
Stephan
|
e9de6c1fc9
|
Naming is hard
|
2018-11-28 17:35:12 +01:00 |
|
Stephan
|
e42f140a2c
|
Cleanup
|
2018-11-28 16:57:01 +01:00 |
|
Stephan
|
f9a19ada04
|
IContainer.die.die.die
|
2018-11-28 12:59:40 +01:00 |
|
Stephan
|
49a0b68b28
|
IContainer is IRegister+IFactory
|
2018-11-28 11:05:41 +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 |
|