Mole
|
efe952f01c
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/align-namespaces
# Conflicts:
# src/Umbraco.Infrastructure/Examine/PublishedContentIndexPopulator.cs
# src/Umbraco.Tests/UmbracoExamine/IndexInitializer.cs
# src/Umbraco.Tests/UmbracoExamine/IndexTest.cs
# src/Umbraco.Tests/UmbracoExamine/SearchTests.cs
|
2021-02-15 15:55:16 +01:00 |
|
Bjarke Berg
|
285473d0e8
|
Fixed failing test
|
2021-02-15 15:47:59 +01:00 |
|
Mole
|
7e8c7fdc2b
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/align-namespaces
# Conflicts:
# src/Umbraco.Infrastructure/Search/ExamineComposer.cs
|
2021-02-15 15:45:03 +01:00 |
|
Bjarke Berg
|
2fa5c8e3be
|
Fixed registration of IIndexPopulators, to allow injection as IEnumerable<IIndexPopulator>
|
2021-02-15 13:54:01 +01:00 |
|
Bjarke Berg
|
9ba04c394b
|
Added Directory.Build.props to replace SolutionInfo
|
2021-02-15 13:53:06 +01:00 |
|
Mole
|
5ef01d0e5c
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/align-namespaces
# Conflicts:
# src/Umbraco.Infrastructure/Routing/RedirectTrackingComponent.cs
# src/Umbraco.Web.BackOffice/Controllers/RedirectUrlManagementController.cs
|
2021-02-15 08:46:46 +01:00 |
|
Mole
|
1eac582649
|
Merge pull request #9814 from umbraco/netcore/bugfix/9813-DisableRedirectUrlTracking_value_cached
Netcore bugfix: DisableRedirectUrlTrackingValue was cached
|
2021-02-15 08:39:20 +01:00 |
|
Bjarke Berg
|
801c565bd5
|
https://github.com/umbraco/Umbraco-CMS/issues/9813 - Fixed issue with configuration value cached, even that the dashboard was updating its value.
|
2021-02-15 08:08:52 +01:00 |
|
Mole
|
47eb0837d4
|
Fix merge
|
2021-02-12 08:41:56 +01:00 |
|
Mole
|
9dcd4cb74a
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/align-namespaces
# Conflicts:
# src/Umbraco.Web/Mvc/SurfaceController.cs
|
2021-02-12 08:40:36 +01:00 |
|
Shannon
|
aeae2fcfd2
|
Removes old classes that merge viewdata and modelstate that are no longer necessary
|
2021-02-12 16:10:50 +11:00 |
|
Mole
|
dda023c174
|
Undo the Umbraco.Examine.Lucene namespace change
This breaks integration tests on linux, since the namespace wont exists there because it's only used on windows.
|
2021-02-11 15:29:18 +01:00 |
|
Mole
|
5129326005
|
Fix integration tests
|
2021-02-11 15:24:23 +01:00 |
|
Mole
|
ebdc6a8155
|
Fix errors caused by changed namespaces
|
2021-02-11 13:27:19 +01:00 |
|
Mole
|
d621174f31
|
Align namespaces in Umbraco.Tests.Integration
|
2021-02-11 08:30:27 +01:00 |
|
Mole
|
eb2cf9b4da
|
Align namespaces in Umbraco.Tests.UnitTests
|
2021-02-10 14:58:22 +01:00 |
|
Mole
|
476d60cc50
|
Align namespaces in Umbraco.Tests.Common
|
2021-02-10 14:45:44 +01:00 |
|
Mole
|
72117c1d52
|
Align namespaces in Umbraco.Web.UI.NetCore
|
2021-02-10 14:34:09 +01:00 |
|
Mole
|
eb03671b52
|
Align namespaces in Umbraco.Web.Website
|
2021-02-10 14:30:14 +01:00 |
|
Mole
|
9dcc901395
|
Ensure that SqlCeSupport is still enabled after changing the namespace
|
2021-02-10 13:55:16 +01:00 |
|
Mole
|
55aa2edb72
|
Align namespaces in Umbraco.Web.Common
|
2021-02-10 11:42:04 +01:00 |
|
Mole
|
428e80f515
|
Align namespaces in Umbraco.Web.BackOffice
|
2021-02-10 11:11:18 +01:00 |
|
Mole
|
737b471647
|
Adjust namespace in Umbraco.PublishedCache.NuCache
|
2021-02-10 10:46:52 +01:00 |
|
Mole
|
53622407b5
|
Adjust namespace in Umbraco.Persistence.SqlCe
|
2021-02-10 10:37:57 +01:00 |
|
Mole
|
ade00997bc
|
Adjust namespace in Umbraco.ModelsBuilder.Embedded
|
2021-02-10 10:34:27 +01:00 |
|
Mole
|
24a56882cd
|
Reflect changed namespaces in Builder and fix unit tests
|
2021-02-09 15:39:00 +01:00 |
|
Mole
|
16597469e6
|
Move examine extensions to Umbraco.Extensions namespace
|
2021-02-09 15:25:32 +01:00 |
|
Mole
|
7398a88d16
|
Rename Umbraco.Examine namespace to Umbraco.Cms.Examine
|
2021-02-09 15:22:57 +01:00 |
|
Mole
|
34f8766a3c
|
Move extension methods in core project to Umbraco.Extensions
|
2021-02-09 15:14:56 +01:00 |
|
Mole
|
dd488a15f4
|
Move extension methods in core project to Umbraco.Extensions
|
2021-02-09 13:21:17 +01:00 |
|
Mole
|
216fb87c79
|
Rename Umbraco.Core namespace to Umbraco.Cms.Core
|
2021-02-09 10:22:42 +01:00 |
|
Bjarke Berg
|
b0b1de9972
|
Merge pull request #9773 from umbraco/netcore/bugfix/Fix-BlockListEditor-validation
Netcore: Fix block list bugs
|
2021-02-08 15:42:39 +01:00 |
|
Mole
|
e57b99a3b7
|
Fix blocklist validation
|
2021-02-08 14:52:17 +01:00 |
|
Mole
|
fa447b3a67
|
Merge pull request #9770 from umbraco/netcore/bugfix/application_url
Netcore: Fix missing application url
|
2021-02-08 12:06:36 +01:00 |
|
Bjarke Berg
|
b4f5fa1e19
|
Cleanup
|
2021-02-08 11:21:55 +01:00 |
|
Bjarke Berg
|
fea86bbf7a
|
Moved the application url to HostingEnvironment and set it in the request middleware
|
2021-02-08 11:00:15 +01:00 |
|
Bjarke Berg
|
cf81f9b706
|
Fallback for getting the current published content in UmbracoHelper
|
2021-02-05 19:48:44 +01:00 |
|
Bjarke Berg
|
ed18fba786
|
Fixed issue with injected UmbracoHelper hiding the one on the UmbracoViewPage
|
2021-02-05 19:36:31 +01:00 |
|
Bjarke Berg
|
c3fbfa1280
|
Fixed issues with embed serialization + view
added missing view for grid media
Fix missing negation
|
2021-02-05 19:23:58 +01:00 |
|
Bjarke Berg
|
7c4982a04d
|
Fixed issues with embed serialization + view
added missing view for grid media
+ Fixed null issues in js
|
2021-02-05 18:41:52 +01:00 |
|
Bjarke Berg
|
7949f12377
|
casing issues + missing semicolon in view
|
2021-02-05 17:17:59 +01:00 |
|
Bjarke Berg
|
39e9daf11a
|
lowercasing names
|
2021-02-05 16:32:35 +01:00 |
|
Bjarke Berg
|
fb7f4cf55b
|
temp rename file
|
2021-02-05 16:31:33 +01:00 |
|
Bjarke Berg
|
36e1c012d4
|
lowercasing files
|
2021-02-05 16:31:14 +01:00 |
|
Bjarke Berg
|
fe9410713e
|
Temp move files before lowercasing them
|
2021-02-05 16:28:55 +01:00 |
|
Bjarke Berg
|
c876cb3583
|
Added Views to template and fixed casing issue for linux
|
2021-02-05 14:41:33 +01:00 |
|
Bjarke Berg
|
359f188274
|
Casing issues fixed for linux/docker
|
2021-02-05 14:01:46 +01:00 |
|
Bjarke Berg
|
c98efe047f
|
Cleanup of duplicate entries in csproj and disabled compiled views as default from template (To work with purelive)
|
2021-02-05 12:27:30 +01:00 |
|
Bjarke Berg
|
246e29f1a6
|
Updated template to ignore generated files and added _ViewImports.cshtml
|
2021-02-05 11:46:50 +01:00 |
|
Bjarke Berg
|
3aadb7af46
|
Fixed wrong nuget reference in nuspec
|
2021-02-05 10:40:20 +01:00 |
|