Shannon
|
772e46b93a
|
init commit of strongly typed models for implementations of a block editor and the upcoming block list editor
|
2020-01-30 17:36:40 +11:00 |
|
Bjarke Berg
|
fd11ef6ed1
|
Merge pull request #7306 from umbraco/v8/bugfix/AB3323-SqlMainDom
Introduce a new IMainDomLock and both default and sql implementations
|
2020-01-23 12:44:11 +01:00 |
|
Shannon
|
52b93bfc9c
|
ensures only _sqlServerSyntax is used
|
2020-01-23 18:33:55 +11:00 |
|
Shannon
|
8d7ed7dd32
|
adds const fixing naming
|
2020-01-23 16:26:13 +11:00 |
|
Shannon
|
201927580c
|
Fixing accidental api signature breaking change
|
2020-01-23 16:23:27 +11:00 |
|
Ronald Barendse
|
1cc6a8cb45
|
Rename SetVariesBy to SetFlag on the enum overload
|
2020-01-22 11:14:31 +01:00 |
|
Ronald Barendse
|
10f15a7648
|
Remove duplicate VariesBySegment overload after merge
|
2020-01-22 11:10:28 +01:00 |
|
Ronald Barendse
|
b01f2ed35e
|
Merge remote-tracking branch 'upstream' into v8/bugfix/enum-extensions
|
2020-01-22 11:04:11 +01:00 |
|
Bjarke Berg
|
1dfdfba236
|
Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/AB3323-SqlMainDom
|
2020-01-22 09:39:06 +01:00 |
|
Warren Buckley
|
81a0a52874
|
Merge branch 'v8/feature/media-tracking' into v8/dev
# Conflicts:
# src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
|
2020-01-22 08:36:32 +00:00 |
|
Bjarke Berg
|
efd4512e64
|
Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/AB3323-SqlMainDom
|
2020-01-22 09:18:30 +01:00 |
|
Bjarke Berg
|
b84961bcbc
|
Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/AB3323-SqlMainDom
# Conflicts:
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
# src/Umbraco.Web/PublishedCache/NuCache/PublishedSnapshotService.cs
|
2020-01-22 07:06:43 +01:00 |
|
Sebastiaan Janssen
|
a4a6b77fc1
|
Merge branch 'v8/contrib' into v8/dev
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/services/tour.service.js
|
2020-01-21 18:58:03 +01:00 |
|
Shannon
|
4cf204f8f5
|
Merge branch 'v8/dev' into v8/feature/media-tracking
# Conflicts:
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
# src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
# src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
|
2020-01-21 13:40:16 +11:00 |
|
Warren Buckley
|
d378495942
|
Log message format fix for PR6617
|
2020-01-20 09:11:29 +00:00 |
|
Andy Butland
|
bc82ccd824
|
Prevented user from changing a document type to an element type if it's already been used to create content (#5668)
|
2020-01-19 09:34:04 +00:00 |
|
Ronald Barendse
|
b3829bfff8
|
Reorder methods to keep overloads adjacent
|
2020-01-17 22:44:44 +01:00 |
|
Ronald Barendse
|
d9dfea8ef5
|
Add remarks and better summary on SetVariesBy extension methods
|
2020-01-17 22:43:11 +01:00 |
|
Ronald Barendse
|
05f7d24a9a
|
Add VariesBySegment and VariesByCultureAndSegment extension methods for ISimpleContentType
|
2020-01-17 22:42:24 +01:00 |
|
Sebastiaan Janssen
|
0ba5a0ab25
|
Merge branch 'v8/dev' into v8/contrib
|
2020-01-14 08:46:43 +01:00 |
|
Shannon
|
b02360518d
|
Changed to GetAwaiter/GetResult and updates comment
|
2020-01-13 22:25:46 +11:00 |
|
Shannon Deminick
|
eeb4f172bc
|
Merge pull request #7212 from PerplexDaniel/feature/backoffice-segment-support-server
Segments in Backoffice: Server code
|
2020-01-13 21:31:24 +11:00 |
|
Poornima Nayar
|
1cd30aae99
|
Merge pull request #6943 from kjac/v8/fix/protect-system-media-types
V8: Protect "system media types" from alias changes and deletion
|
2020-01-09 14:18:10 +00:00 |
|
Ronald Barendse
|
babe1aa60a
|
Add documentation and clean code
|
2020-01-09 09:50:33 +01:00 |
|
Ronald Barendse
|
c38240c872
|
Add SetVariesBy extension methods for ContentVariation
|
2020-01-09 09:35:37 +01:00 |
|
Ronald Barendse
|
ec4bc11c1b
|
Obsolete HasFlagAll extension method
|
2020-01-07 20:35:00 +01:00 |
|
Ronald Barendse
|
cae2c32172
|
Remove SetFlag and UnsetFlag extension methods
|
2020-01-07 20:32:04 +01:00 |
|
Shannon
|
5d7a1bacfe
|
Ensures the DocumentRepository behavior for looking up data to populate IContent remains the same.
|
2020-01-07 15:34:53 +11:00 |
|
Shannon
|
9a192131d6
|
Ensures the DocumentRepository behavior for looking up data to populate IContent remains the same.
|
2020-01-07 14:53:17 +11:00 |
|
Claus
|
ada000437b
|
reverting more changes for optimizations to ensure tests are not failing.
|
2020-01-06 15:45:34 +01:00 |
|
Claus
|
15d4141398
|
reverting change in regards to not loading variants.
|
2020-01-06 14:07:20 +01:00 |
|
Shannon
|
95337d5a70
|
Cleans up old notes
|
2020-01-06 21:39:26 +11:00 |
|
Warren Buckley
|
8b51b7f7ab
|
Commit of suggestion to community PR #6617 that I was unable to directly push back to due to their repo permissions
|
2020-01-03 15:35:07 +00:00 |
|
Warren Buckley
|
7c53fd4677
|
Merge pull request #6617 from ronaldbarendse/v8/bugfix/6616-exception-in-component-terminate
Log exceptions thrown while terminating components
|
2020-01-03 15:31:46 +00:00 |
|
Claus
|
fbec19042d
|
Merge remote-tracking branch 'origin/v8/bugfix/7245-missing-indexes' into v8/dev
|
2020-01-03 13:26:32 +01:00 |
|
Warren Buckley
|
ad53b76308
|
Merge branch 'v8/8.5' into v8/dev
# Conflicts:
# src/SolutionInfo.cs
|
2020-01-03 11:59:05 +00:00 |
|
Shannon
|
7a129f890d
|
Changes MainDom testing timeout to be larger... but not 1.5 mins!
|
2020-01-03 15:07:21 +11:00 |
|
Shannon
|
a46e9124d2
|
First commit in fixing deadlock - committing my notes, etc...
|
2020-01-03 10:38:48 +11:00 |
|
Shannon
|
b24a87d986
|
Changes logging to debug
|
2019-12-30 18:51:38 +11:00 |
|
Shannon
|
5476388e78
|
adds lock else we end up detecting when not needed
|
2019-12-30 18:49:33 +11:00 |
|
Shannon
|
0d1101eaa7
|
adds notes/logging
|
2019-12-30 18:14:18 +11:00 |
|
Shannon
|
7501629c54
|
Adds logging to SqlMainDomLock
|
2019-12-30 17:15:57 +11:00 |
|
Shannon
|
74cc148b99
|
Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/AB3323-SqlMainDom
|
2019-12-23 18:21:03 +11:00 |
|
Niels Swimberghe
|
e578ca1b0f
|
Add KeepAlive settings to resolve #7116 (#7164)
|
2019-12-20 08:14:42 +01:00 |
|
Poornima Nayar
|
2dfabae9b9
|
Merge pull request #6672 from kjac/v8/fix/actions-multiple-groups
V8: Handle permissions for users in multiple groups
|
2019-12-19 09:18:40 +00:00 |
|
Rob Maas
|
809ab6d05f
|
Added ContentApps for Members (#6670)
|
2019-12-18 10:43:41 +01:00 |
|
Shannon
|
a1769dd937
|
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/media-tracking
# Conflicts:
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
# src/Umbraco.Core/Models/RelationType.cs
# src/Umbraco.Web/PropertyEditors/NestedContentPropertyEditor.cs
# src/Umbraco.Web/UmbracoComponentRenderer.cs
|
2019-12-18 15:28:27 +11:00 |
|
Shannon
|
63429dadb7
|
Adds notes, changes values to constants
|
2019-12-18 15:01:33 +11:00 |
|
Shannon
|
1d61bc829c
|
Merge branch 'v8/dev' into v8/fix/6324-wrong-media-path-stored
|
2019-12-18 12:10:00 +11:00 |
|
Shannon
|
0d0f8e6beb
|
adds debug timing
|
2019-12-18 11:08:15 +11:00 |
|