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
|
80ee2356d5
|
Fix a bunch of tests and try to add ILoggerFactory to Current
|
2020-09-16 08:57:06 +02:00 |
|
Nikolaj
|
633d42039e
|
Fix a whole bunch of other errors
|
2020-09-15 15:14:44 +02:00 |
|
Nikolaj
|
0238d6eb02
|
Start using LoggerFactory
|
2020-09-15 12:40:35 +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 |
|
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 |
|
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
|
1923cf013c
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/ModelsBuilderEmbedded-migration-roslyn-compiler
|
2020-09-09 12:38:16 +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 |
|
Warren Buckley
|
c3d69df27b
|
Merge pull request #8842 from umbraco/v8/bugfix/block-list-copying
Ensure new UDIs for blocks when copying
|
2020-09-08 11:19:18 +01:00 |
|
Ronald Barendse
|
ddc922a583
|
8.7RC Add generic BlockListItem classes (#8841)
(cherry picked from commit 5faa9ae22f)
|
2020-09-08 12:11:14 +02:00 |
|
Shannon
|
a2c24bcc76
|
Gets copying logic working for the block editor, needs more tests though
|
2020-09-08 02:07:02 +10:00 |
|
Nikolaj
|
872364cfb3
|
Update constructor in PublishedModelFactory
|
2020-09-07 11:34:12 +02:00 |
|
Nikolaj
|
00b30f74c7
|
Fix
|
2020-09-07 09:06:46 +02:00 |
|
Shannon
|
1c83c68862
|
Fixes integration tests localization text
|
2020-09-04 01:30:47 +10:00 |
|
Nikolaj
|
28c28519f0
|
Follow TODO and change Refresh to Reset
|
2020-09-03 08:34:07 +02:00 |
|
Nikolaj
|
1eb7e9c1eb
|
Add further progress
|
2020-09-02 14:44:01 +02:00 |
|
Sebastiaan Janssen
|
10281cb0e6
|
Merge branch 'v8/dev' into v8/contrib
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/components/blockcard/umb-block-card.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html
|
2020-09-02 14:23:40 +02:00 |
|
Sebastiaan Janssen
|
79ac19bff8
|
Merge branch 'v8/8.7' into v8/dev
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Web.UI.Client/package.json
# src/Umbraco.Web.UI.Client/src/common/services/formhelper.service.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/itempicker/itempicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/components/users/change-password.html
# src/Umbraco.Web.UI.Client/src/views/content/overlays/publish.controller.js
# src/Umbraco.Web.UI.Client/src/views/content/overlays/publish.html
# src/Umbraco.Web.UI.Client/src/views/content/overlays/publishdescendants.controller.js
# src/Umbraco.Web.UI.Client/src/views/content/overlays/publishdescendants.html
# src/Umbraco.Web.UI.Client/src/views/datatypes/delete.html
# src/Umbraco.Web.UI.Client/src/views/documenttypes/create.html
# src/Umbraco.Web.UI.Client/src/views/logviewer/search.html
# src/Umbraco.Web.UI.Client/src/views/member/member.edit.controller.js
# src/Umbraco.Web.UI.Client/src/views/packages/edit.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/dropdownFlexible/dropdownFlexible.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts.prevalues.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/nestedcontent/nestedcontent.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.prevalues.html
|
2020-09-02 10:14:10 +02:00 |
|
Shannon
|
f84a93ae20
|
Adds IUmbracoBuilder to build the config so it's easier to split apart, ensures background tasks don't run in integration tests, uses a custom CoreRuntime to ensure we use SimpleMainDom, re-wires the UmbracoWebApplicationFactory so that duplicate Hosts are not running at the same time, fixes issues with overriding/shadowing, uses RAMDirectory in lucene for tests, fixes CoreRuntime's events that we're moved incorrectly and not backwards compat, adds new real non static events which we can use in integration tests to install the DB before the runtime state is calculated
|
2020-09-02 18:10:29 +10:00 |
|
Sebastiaan Janssen
|
703037195a
|
Revert "Preserve sort order when copying content"
This reverts commit 47dc631ca0.
|
2020-08-31 23:20:18 +02:00 |
|
Jose Marcenaro
|
8a6d2cc3b0
|
Add varchar(max) support in DTO attributes
[SpecialDbType(SpecialDbTypes.NVARCHARMAX)]
|
2020-08-31 22:09:54 +02:00 |
|
Kenn Jacobsen
|
47dc631ca0
|
Preserve sort order when copying content
|
2020-08-31 21:59:59 +02:00 |
|
erol akgül
|
ee80c24df1
|
Update ContentTypeRepositoryBase.cs
propertytypeid => propertyTypeId
|
2020-08-31 19:55:22 +02:00 |
|
Bjarke Berg
|
edd457c24b
|
Force Examine to run in sync for integration tests
|
2020-08-31 11:31:56 +02:00 |
|
Kenn Jacobsen
|
a06c8df6ee
|
Fix parametrized query for specific content types
(cherry picked from commit b476f91789)
|
2020-08-26 19:53:22 +02:00 |
|
Kenn Jacobsen
|
b476f91789
|
Fix parametrized query for specific content types
|
2020-08-26 19:51:47 +02:00 |
|
Bjarke Berg
|
3d55dcd3c4
|
Merge remote-tracking branch 'netcore/dev' into netcore/netcore
|
2020-08-26 08:05:15 +02:00 |
|
Bjarke Berg
|
ca3f65891d
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
|
2020-08-25 14:00:59 +02:00 |
|
Sebastiaan Janssen
|
c8da5156fa
|
Merge branch 'v8/dev' into v8/contrib
# Conflicts:
# src/Umbraco.Web.UI.Client/package.json
# src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbvariantcontenteditors.directive.js
# src/Umbraco.Web.UI.Client/src/common/directives/validation/valformmanager.directive.js
# src/Umbraco.Web.UI.Client/src/common/services/formhelper.service.js
# src/Umbraco.Web.UI.Client/src/views/components/overlays/umb-overlay.html
# src/Umbraco.Web.UI.Client/src/views/content/overlays/publishdescendants.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/Umbraco/config/lang/en.xml
|
2020-08-19 13:12:13 +02:00 |
|
Bjarke Berg
|
023ec53a9a
|
Dont try to load assemblies that is not used yet
|
2020-08-19 08:43:24 +02:00 |
|
Bjarke Berg
|
6371fdbf4d
|
post merge
|
2020-08-17 11:43:04 +02:00 |
|
nzdev
|
58a8b093cc
|
Support SQL Server 2012 syntax on SQL Server 2019
|
2020-08-14 16:32:46 +12:00 |
|
Bjarke Berg
|
5cc0f00074
|
Introduced WebPath.Combine
|
2020-08-13 10:13:23 +02:00 |
|
Bjarke Berg
|
3ec13b3190
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/better-linux-support
# Conflicts:
# build/NuSpecs/UmbracoCms.SqlCe.nuspec
|
2020-08-12 13:25:24 +02:00 |
|
Bjarke Berg
|
9eee058211
|
Fix issue with buildscript and verify nuget
|
2020-08-11 20:31:04 +02:00 |
|
Bjarke Berg
|
1123b8bea5
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/better-linux-support
# Conflicts:
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en.xml
|
2020-08-11 08:33:11 +02:00 |
|
Bjarke Berg
|
94e1056dd9
|
Merge pull request #8603 from umbraco/netcore/feature/6976-migrate-preview-middleware
Migrates preview auth Middleware
|
2020-08-11 08:24:57 +02:00 |
|
Bjarke Berg
|
a02b5e93a5
|
Merge pull request #8598 from umbraco/netcore/feature/6972-migrate-non-oauth-auth-controller
Migrates remaining non-oauth AuthenticationController actions to netcore
|
2020-08-11 07:30:23 +02:00 |
|
Bjarke Berg
|
6d51dc4afa
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/6976-migrate-preview-middleware
|
2020-08-10 14:30:25 +02:00 |
|