Nikolaj
|
a18580c7f6
|
Remove Debug<T> from LoggerExtensions
|
2020-09-16 10:24:05 +02:00 |
|
Nikolaj
|
488093add3
|
Remove LogWarning<T> from LoggerExtensions
|
2020-09-16 10:08:18 +02:00 |
|
Nikolaj
|
dda6fb12a3
|
Remove LogError<T> from LoggerExtensions
|
2020-09-16 09:40:49 +02:00 |
|
Nikolaj
|
e870823e81
|
Merge branch 'netcore/netcore' into netcore/feature/migrate-logging
|
2020-09-16 08:59:30 +02:00 |
|
Nikolaj
|
80ee2356d5
|
Fix a bunch of tests and try to add ILoggerFactory to Current
|
2020-09-16 08:57:06 +02:00 |
|
Nikolaj
|
4492d48aef
|
Inject IFactory and ILogger more places
|
2020-09-15 15:42:04 +02:00 |
|
Nikolaj
|
633d42039e
|
Fix a whole bunch of other errors
|
2020-09-15 15:14:44 +02:00 |
|
Bjarke Berg
|
af59a7a0b9
|
Do not login after install. This currently leads to issues due to the restart.
|
2020-09-15 13:47:54 +02:00 |
|
Nikolaj
|
44848e567c
|
Use ILoggerFactory for examine stuff
|
2020-09-15 13:00:59 +02:00 |
|
Nikolaj
|
0238d6eb02
|
Start using LoggerFactory
|
2020-09-15 12:40:35 +02:00 |
|
Nikolaj
|
9fa4319940
|
Remove some TODO
|
2020-09-15 10:06:17 +02:00 |
|
Nikolaj
|
90a16f49c7
|
Fix up some tests
|
2020-09-15 10:03:56 +02:00 |
|
Nikolaj
|
433d9fcfe3
|
Merge branch 'netcore/netcore' into netcore/feature/migrate-logging
|
2020-09-15 09:38:57 +02:00 |
|
Nikolaj
|
f22e4ac9ba
|
Add more injection into UmbracoIndexCreator and UmbracoMemerIndex
|
2020-09-15 09:37:25 +02:00 |
|
Bjarke Berg
|
7d8c9ee4c9
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/netcore
|
2020-09-15 09:35:57 +02:00 |
|
Bjarke Berg
|
c9243d9d61
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
|
2020-09-15 09:35:05 +02:00 |
|
Nikolaj
|
4a9cc9e457
|
Add more logging fixes
|
2020-09-15 09:12:29 +02:00 |
|
Nikolaj
|
554d2f6f64
|
Fix TypeLoader and PublishedRouter
|
2020-09-15 09:00:14 +02:00 |
|
Nikolaj
|
02828db8fd
|
Add work on PublishedSnapshotService
|
2020-09-15 08:45:40 +02:00 |
|
Nikolaj
|
5e17aa3bf1
|
Finish aligning ILogger to MS ILogger
|
2020-09-14 14:25:59 +02:00 |
|
Nikolaj
|
161061dbbc
|
Remove exception logging and finish LogWarning
|
2020-09-14 14:10:19 +02:00 |
|
Nikolaj
|
db4652c0be
|
Align fatal exception with message
|
2020-09-14 11:49:47 +02:00 |
|
Nikolaj
|
b8c60d1666
|
Refactor Fatal with simple message
|
2020-09-14 11:23:17 +02:00 |
|
Nikolaj
|
a1ecc4a5c9
|
Change Warn to LogWarning
|
2020-09-14 10:17:32 +02:00 |
|
Nikolaj
|
d7e3bce741
|
Rename Error to align it with MS ILogger
|
2020-09-14 09:10:53 +02:00 |
|
Bjarne Fyrstenborg
|
600ae926d4
|
Remove local function to create guid and use String.CreateGuid() extension function instead (#8886)
|
2020-09-13 22:21:30 +02:00 |
|
Bjarke Berg
|
fc054e6546
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/netcore
# Conflicts:
# build/NuSpecs/UmbracoCms.Web.nuspec
# src/SolutionInfo.cs
# src/Umbraco.Infrastructure/Logging/Serilog/LoggerConfigExtensions.cs
# src/Umbraco.Infrastructure/PropertyEditors/NestedContentPropertyEditor.cs
# src/Umbraco.Tests.AcceptanceTest/cypress/integration/Tour/backofficeTour.ts
# src/Umbraco.Tests.AcceptanceTest/package.json
# src/Umbraco.Tests/TestHelpers/TestObjects.cs
# src/Umbraco.Web.BackOffice/Controllers/ContentTypeController.cs
# src/Umbraco.Web.BackOffice/Controllers/ImageUrlGeneratorController.cs
# src/Umbraco.Web.BackOffice/Controllers/ImagesController.cs
# src/Umbraco.Web.BackOffice/Controllers/MediaController.cs
# src/Umbraco.Web.BackOffice/Controllers/MemberTypeController.cs
# src/Umbraco.Web.BackOffice/Controllers/RelationTypeController.cs
# src/Umbraco.Web.BackOffice/Controllers/TemplateController.cs
# src/Umbraco.Web.UI.Client/src/common/services/formhelper.service.js
# src/Umbraco.Web.UI.Client/src/installer/steps/database.html
# src/Umbraco.Web.UI.Client/src/less/components/tree/umb-tree.less
# src/Umbraco.Web.UI.Client/src/less/components/umb-property-actions.less
# src/Umbraco.Web.UI.Client/src/less/forms.less
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/querybuilder/querybuilder.html
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/treepicker/treepicker.html
# src/Umbraco.Web.UI.Client/src/views/components/application/umb-navigation.html
# src/Umbraco.Web.UI.Client/src/views/components/property/umb-property-actions.html
# src/Umbraco.Web.UI.Client/src/views/content/overlays/publish.controller.js
# src/Umbraco.Web.UI.Client/src/views/content/overlays/publishdescendants.html
# src/Umbraco.Web.UI.Client/src/views/dictionary/edit.html
# src/Umbraco.Web.UI.Client/src/views/dictionary/list.html
# src/Umbraco.Web.UI.Client/src/views/logViewer/search.html
# src/Umbraco.Web.UI.Client/src/views/media/media.edit.controller.js
# src/Umbraco.Web.UI.Client/src/views/mediaTypes/edit.controller.js
# src/Umbraco.Web.UI.Client/src/views/member/member.edit.controller.js
# src/Umbraco.Web.UI.Client/src/views/memberTypes/edit.controller.js
# src/Umbraco.Web.UI.Client/src/views/packages/views/repo.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/dialogs/layoutconfig.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/dialogs/rowconfig.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts/list/list.listviewlayout.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/nestedcontent/nestedcontent.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/userpicker/userpicker.controller.js
# src/Umbraco.Web.UI.NetCore/umbraco/UmbracoBackOffice/Default.cshtml
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/da.xml
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en.xml
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en_us.xml
# src/Umbraco.Web.UI/Umbraco/config/lang/cs.xml
# src/Umbraco.Web.UI/Views/Partials/Grid/Editors/Media.cshtml
# src/Umbraco.Web.UI/config/umbracoSettings.config
# src/Umbraco.Web/Editors/BackOfficeServerVariables.cs
# src/Umbraco.Web/Editors/DictionaryController.cs
# src/Umbraco.Web/Editors/LogController.cs
# src/Umbraco.Web/Editors/MediaTypeController.cs
# src/Umbraco.Web/Editors/MemberGroupController.cs
|
2020-09-09 19:13:37 +02:00 |
|
Bjarke Berg
|
d14e2a99bc
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
# .gitignore
# build/NuSpecs/tools/Web.config.install.xdt
# src/Umbraco.Core/ContentExtensions.cs
# src/Umbraco.Infrastructure/Intall/InstallHelper.cs
# src/Umbraco.Infrastructure/Models/Blocks/BlockEditorModel.cs
# src/Umbraco.Infrastructure/Models/Blocks/BlockItemData.cs
# src/Umbraco.Infrastructure/Models/Blocks/BlockListLayoutReference.cs
# src/Umbraco.Infrastructure/Models/Mapping/CommonMapper.cs
# src/Umbraco.Infrastructure/PropertyEditors/BlockEditorPropertyEditor.cs
# src/Umbraco.Infrastructure/PropertyEditors/BlockListConfigurationEditor.cs
# src/Umbraco.Infrastructure/PropertyEditors/NestedContentPropertyEditor.cs
# src/Umbraco.Tests/PropertyEditors/BlockListPropertyValueConverterTests.cs
# src/Umbraco.Web.UI.Client/package-lock.json
# src/Umbraco.Web/Compose/NestedContentPropertyComponent.cs
|
2020-09-09 14:16:46 +02:00 |
|
Bjarke Berg
|
bf70c03c4a
|
Merge pull request #8851 from umbraco/netcore/feature/ModelsBuilderEmbedded-migration-roslyn-compiler
Netcore/feature/models builder embedded migration roslyn compiler
|
2020-09-09 14:10:09 +02:00 |
|
Bjarke Berg
|
96f8dd2103
|
Merge pull request #8622 from umbraco/v8/feature/AB7482-acceptance-tests-for-content
Acceptance tests for Content
|
2020-09-09 13:28:48 +02:00 |
|
Bjarke Berg
|
f58e1e8edb
|
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/AB7482-acceptance-tests-for-content
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/nestedcontent/nestedcontent.controller.js
|
2020-09-09 13:14:20 +02:00 |
|
Sebastiaan Janssen
|
1f44b94ef6
|
Merge branch 'v8/dev' into v8/contrib
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/nestedcontent/nestedcontent.controller.js
# src/Umbraco.Web.UI.Client/test/config/karma.conf.js
|
2020-09-09 12:52:42 +02:00 |
|
Sebastiaan Janssen
|
0662284f29
|
Merge branch 'v8/8.7' into v8/dev
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/nestedcontent/nestedcontent.controller.js
|
2020-09-09 12:48:28 +02:00 |
|
Bjarke Berg
|
06713ea03a
|
Clean up + reintroduced some notes, that will maybe be usefull when website rendering is ready
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-09-09 12:46:23 +02:00 |
|
Bjarke Berg
|
1923cf013c
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/ModelsBuilderEmbedded-migration-roslyn-compiler
|
2020-09-09 12:38:16 +02:00 |
|
Bjarke Berg
|
164c62841d
|
Added seperators (newlines) between parts of the string used for the hash
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-09-09 11:17:21 +02:00 |
|
Bjarke Berg
|
79bfe22650
|
Added internals visible to for test projects
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-09-09 11:15:44 +02:00 |
|
Bjarke Berg
|
8a68ba9547
|
Removed the init of legacy MB. Future versions of the full MB will have to disable the embedded MB
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-09-09 11:15:14 +02:00 |
|
Bjarke Berg
|
6e25885804
|
Simplified the drag and drop
|
2020-09-09 10:29:41 +02:00 |
|
Bjarke Berg
|
b4b7bb438d
|
updated version of testhelpers
|
2020-09-09 07:51:05 +02:00 |
|
Bjarke Berg
|
7641b8da54
|
Merge remote-tracking branch 'origin/v8/8.7' into v8/feature/AB7482-acceptance-tests-for-content
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/nestedcontent/nestedcontent.controller.js
|
2020-09-09 07:46:35 +02:00 |
|
Bjarke Berg
|
34c09ce12d
|
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/AB7482-acceptance-tests-for-content
|
2020-09-08 21:05:58 +02:00 |
|
Bjarke Berg
|
d80a9cbe58
|
Merge pull request #8852 from umbraco/netcore/bugfix/disable-url-tracking
NetCore: Fix for disabling/enabling url tracking
|
2020-09-08 20:50:51 +02:00 |
|
Bjarke Berg
|
43a11a637d
|
https://github.com/umbraco/Umbraco-CMS/issues/8835: Moved DisableRedirectUrlTracking checks into the events, as it can be disabled/enabled without restart in netcore
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-09-08 20:49:04 +02:00 |
|
Elitsa Marinovska
|
78dd6c40da
|
Fixes issue https://github.com/umbraco/Umbraco-CMS/issues/8835 on alpha001 regarding disabling/enabling url tracking
|
2020-09-08 15:50:52 +02:00 |
|
Nikolaj
|
6cd8617202
|
Fix tests
|
2020-09-08 15:17:57 +02:00 |
|
Bjarke Berg
|
55491338d9
|
Merge pull request #8847 from umbraco/netcore/bugfix/mapping-from-route
NetCore: Fix for mapping route param
|
2020-09-08 15:02:26 +02:00 |
|
Sebastiaan Janssen
|
ecff24089c
|
Bump version to 8.7.0
|
2020-09-08 14:46:22 +02:00 |
|
Bjarke Berg
|
bef8cb9589
|
Added old ctor to avoid a breaking change
|
2020-09-08 14:32:09 +02:00 |
|
Elitsa Marinovska
|
0f7ad6b00c
|
Fixes issue https://github.com/umbraco/Umbraco-CMS/issues/8816 on alpha001 regarding incorrect mapping of id param
|
2020-09-08 13:12:36 +02:00 |
|