Stephan
4e7e784d7c
Merge branch 'v8/dev' into v8/feature/284-content-type-repo
2019-04-02 12:03:26 +02:00
Stephan
305bcb3b5d
Cleanup
2019-04-01 08:31:33 +02:00
leekelleher
0a687ab7ce
Whitespace formatting in the Constants classes
...
Also removed unused namespaces.
2019-03-29 12:26:42 +00:00
leekelleher
f4bd0cd1f5
Swapped all System.Root string conversions
...
to use the `System.RootString` constant.
This saves on integer parsing and reduces the number of
new strings being created.
Since the `System.Root` is `-1`, it didn't need the culture invariant
conversion.
2019-03-29 12:06:23 +00:00
Stephan
961cbf694e
Simplify our Poco mappers
2019-03-29 09:46:36 +01:00
Shannon
15a984f68c
Merge branch 'dev-v8' into temp8-server-content-validation-fixes-4884
...
# Conflicts:
# src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
2019-03-27 16:33:26 +11:00
Shannon
22662042b5
Fixes up more of dealing with invariant property validation
2019-03-27 16:31:53 +11:00
Shannon
8042405d94
WIP - Fixing up validation so that invariant properties are only validated on the default lang or if the item is not published
2019-03-27 12:41:02 +11:00
Bjarke Berg
acf59dc1d0
Formatting
2019-03-22 13:55:46 +01:00
Bjarke Berg
f99d3f7419
https://github.com/umbraco/Umbraco-CMS/issues/4990 - Added skip and take
2019-03-22 13:53:40 +01:00
Stephan
1879215e7c
Sliding Cache
2019-03-19 16:29:11 +01:00
Stephan
4e87dd389d
Refactor Content/Media/Member type repositories
2019-03-19 16:28:50 +01:00
Bjarke Berg
919f139607
https://github.com/umbraco/Umbraco-CMS/issues/4967 - fix for ordering by IsPublished in list view
2019-03-18 14:52:50 +01:00
Claus
b8db430615
Revert "Fix UmbracoDatabaseFactory"
...
This reverts commit 716fc582a0 .
2019-02-21 21:01:24 +01:00
Stephan
90feb463aa
Cleanup
2019-02-21 14:13:37 +01:00
Stephan
c21039f1af
Fix SqlServer bulk insert / unwrapping commands
2019-02-21 11:17:41 +01:00
Stephan
716fc582a0
Fix UmbracoDatabaseFactory
2019-02-20 15:52:21 +01:00
Stephan
50c9625cc6
Oops fix previous commit
2019-02-20 15:01:32 +01:00
Stephan
5cbc428590
Fix UserRepository
2019-02-20 15:00:23 +01:00
Stephan
f06d720dbd
Fix SqlServer detection
2019-02-19 08:12:48 +01:00
Shannon
04487557d7
Merge branch 'v8-fix-use-client-culture' of https://github.com/kjac/Umbraco-CMS into kjac-v8-fix-use-client-culture
2019-02-19 01:05:11 +11:00
Shannon
79c67e9c1b
Fixes logging message
2019-02-18 18:06:54 +11:00
Shannon
6f7e1cac3e
Merge branch 'temp8' into temp8-contexts
2019-02-15 12:55:17 +11:00
Shannon
4fb0414db3
Removes DisposableObject and uses DisposableObjectSlim where necessary, renames Nul to Null
2019-02-15 10:42:02 +11:00
Kenn Jacobsen
494bdfef1e
Allow invariant languages to be resolved by specific cultures
2019-02-14 12:37:03 +01:00
Kenn Jacobsen
2927ff0af7
Merge branch 'temp8' into v8-fix-use-client-culture
2019-02-14 09:36:54 +01:00
Stephan
b5a90bf26a
Fix SqlServer detection
2019-02-13 12:02:53 +01:00
Shannon
978f59ffe8
Removes the xml cache tables - we don't use them apart from in unit tests
2019-02-12 10:53:30 +11:00
Stephan
a892ae1567
Add missing index on UserLogin table (prevents deadlocks)
2019-02-11 11:36:13 +01:00
Kenn Jacobsen
3587a774f3
Merge with temp8
2019-02-09 18:03:53 +01:00
Kenn Jacobsen
89a701c865
Initial PoC
2019-02-09 15:41:30 +01:00
Stephan
b5c803b5ed
Cleanup TreeEntityPath
2019-02-08 12:42:46 +01:00
Stephan
88b0dccfa1
Fix TreeEntityPath
2019-02-08 09:02:27 +01:00
Shannon
ccaaa9ab93
Ensures everything doesn't explode if a non-found property editor alias exists in the db
2019-02-08 16:00:02 +11:00
Claus
7c3b5d1086
Merge remote-tracking branch 'origin/temp8-update-deps' into temp8
2019-02-07 13:40:17 +01:00
Stephan
a9adc4eee5
Merge branch 'temp8' into temp8-contentAndType
2019-02-07 10:10:55 +01:00
Stephan
8329097974
Review PR, adjustments
2019-02-07 08:53:49 +01:00
Stephan
d15f20f560
Merge branch 'temp8' into temp8-contentAndType
2019-02-07 08:40:46 +01:00
Shannon Deminick
cb309e7f9e
Merge pull request #4432 from kjac/v8-fix-rename-umbraco-domains-table
...
V8: Rename umbracoDomains table to umbracoDomain (singular)
2019-02-07 15:28:37 +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
Shannon
4655acfdeb
Fixes ambiguous call
2019-02-07 11:26:09 +11:00
Stephan
19d8796c40
Merge branch 'temp8' into temp8-3640
2019-02-06 15:07:49 +01: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
4b9a13c3a1
Updates mini profiler
2019-02-06 19:04:52 +11:00
Shannon
92606e7122
Fixes up dirty tracking of cultures and published cultures the same way we handle that with other entities which uses observable collection events. This simplifies the dirty tracking logic and means we dont require lookup the original object, but now we need to figure out the fixme stuff
2019-02-06 16:10:20 +11:00
Kenn Jacobsen
1e24981576
Rename umbracoDomains table to umbracoDomain (singular)
2019-02-05 19:48:13 +01:00
Shannon
b65dac946f
Merge branch 'temp8-IContentService-SaveAndPublish-4324' into temp8-3640
...
# Conflicts:
# src/Umbraco.Core/Models/Content.cs
# src/Umbraco.Core/Models/ContentBase.cs
# src/Umbraco.Core/Models/IContent.cs
# src/Umbraco.Tests/Services/ContentServiceTests.cs
2019-02-05 16:14:46 +11:00
Shannon
f1b23ba0e9
Merge remote-tracking branch 'origin/temp8' into temp8-3640
...
# Conflicts:
# src/Umbraco.Core/Models/Content.cs
2019-02-05 14:27:40 +11:00