Shannon
568835f7e2
manual merging/fixing, project builds now, but need to manually merge the remaining
2019-06-28 13:24:13 +10:00
Steve Temple
fafd045ed2
V8 Duplicate comments in MediaService ( #5636 )
...
* Remove duplicate comments in MediaService
* Remove temp files
2019-06-23 13:12:46 +02:00
Bjarke Berg
4c443b9e2e
Merge pull request #5672 from umbraco/v8/feature/0000-avoid-too-long-locking-when-delete-content
...
Small fixes for backoffice under load.
2019-06-21 11:58:37 +02:00
Bjarke Berg
e39e132feb
Cleaned up, such that we are not in doubt about whether the page variable should have been increased.
2019-06-17 07:19:38 +02:00
Shannon
9927ff3c86
removes commented out code
2019-06-13 23:47:48 +10:00
Shannon
16f6bbcbd4
init commit of removing code for entity service that loads in any property data
2019-06-13 18:45:33 +10:00
Bjarke Berg
5b546cc425
Bugfix: Don't increase the page number in the loop, because the items are moved to another subtree, and therefore is not any longer part of the descendants call. Now we avoid the leak of items when moving to recycle bin.
2019-06-12 10:39:34 +02:00
Poornima Nayar
864d83f8f7
Introduce a maxlength on the name of the node ( #5374 )
2019-06-03 11:41:58 +02:00
Stephan
d16002eb7c
Fix KeyValueService to support re-running migrations
2019-05-15 15:34:37 +02:00
Kenn Jacobsen
86c56ae844
Make sure to use the specified content template name when creating content templates from content
2019-04-30 22:05:00 +02:00
Sebastiaan Janssen
16322bed31
Merge pull request #4784 from kjac/v8-fix-content-template-mixed-variance
...
V8: Handle mixed variance when creating content templates from content
2019-04-30 22:04:21 +02:00
Stephan
173df80e3d
Fix recycle bin moves
2019-04-26 15:01:16 +02:00
Sebastiaan Janssen
9cf69d53c2
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# src/Umbraco.Core/Services/ContentService.cs
# src/Umbraco.Core/Services/IContentService.cs
# src/Umbraco.Core/Services/IMediaService.cs
# src/Umbraco.Core/Services/MediaService.cs
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Editors/MediaController.cs
2019-04-17 16:39:10 +02:00
Elitsa Marinovska
6323dfcf9c
Merge pull request #5164 from kjac/v8-fix-navigation-partial-template
...
V8: Fix navigation partial view template
2019-04-12 10:00:39 +02:00
Bjarke Berg
36c35750cd
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/284-content-type-repo
2019-04-05 07:49:55 +02:00
Kenn Jacobsen
6e1a40e2ee
When creating partial views from templates, also replace (Model.Content) with (Model) - building upon the logic in e2d41106
2019-04-04 19:41:39 +02:00
Stephan
571df1894a
Cleanup fixmes
2019-04-04 08:36:16 +02:00
Stephan
389ee7ec84
Review, cleanup
2019-04-02 18:02:44 +02:00
Stephan
fd8cef59ef
Merge branch 'v8/dev' into temp8-server-content-validation-fixes-4884
2019-04-02 14:03:02 +02:00
Stephan
4e7e784d7c
Merge branch 'v8/dev' into v8/feature/284-content-type-repo
2019-04-02 12:03:26 +02:00
leekelleher
533d2cf8dd
Replaced hardcoded "-1" with Constants.System.RootString
2019-03-29 12:18:52 +00:00
leekelleher
13564c72ef
Replaced hardcoded "-1" with Constants.System.RootString
2019-03-29 12:13:38 +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
Shannon
5a626acb3a
Fixes up a bunch more validation logic, adds unit tests to support
2019-03-28 23:59:49 +11:00
Shannon
ef3f349764
Fixes issue with ContentService.SaveAndPublish when dealing with cultures since it wouldn't actually save the content if it was invalid - we always must save even if data is invalid, this was an oversight with the rush to release with these last minute APIs
2019-03-27 18:00:17 +11: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
Kenn Jacobsen
0a3f893f22
V8: Improve plugin language handling ( #4454 )
2019-03-20 23:44:29 +01:00
Kenn Jacobsen
761297a2db
Merged with dev-v8
2019-03-20 11:50:35 +01:00
Stephan
4e87dd389d
Refactor Content/Media/Member type repositories
2019-03-19 16:28:50 +01:00
Shannon
38cf7a4e49
Fixes content service to not validate every culture for properties, only the cultures passed in to to the method, removes client side name check,
2019-03-14 01:55:39 +11:00
Bjarke Berg
31eea2a2a8
Fixed issue when creating variant content templates, but the properties is invariant. Before this change an exception was thrown
2019-03-12 08:17:09 +01:00
Kenn Jacobsen
4851bb0534
Handle mixed variance when creating content templates from content
2019-02-27 19:13:51 +01:00
Kenn Jacobsen
b403272389
Fix "ambient scope" error when creating content template from content
2019-02-27 18:54:53 +01:00
Stephan
90feb463aa
Cleanup
2019-02-21 14:13:37 +01:00
Shannon
13a1c02507
Fixes content service Saving events so that they are fired before the model's values are published when the service is publishing
2019-02-21 14:46:14 +11:00
Claus
d94e383ed7
The content service is not returning the invalid properties when publishing fails
2019-02-20 16:05:42 +01:00
Shannon
717efb6b09
Removes notes
2019-02-20 20:37:10 +11:00
Shannon
aa90e61a97
Forgot to remove the ContentService, MediaService and MemberService Created events - these should have been removed a very long time ago!
2019-02-18 16:38:55 +11:00
Shannon
59f51767b5
Forgot to remove the ContentService, MediaService and MemberService Created events - these should have been removed a very long time ago!
2019-02-18 16:38:37 +11:00
Bjarke Berg
8e29dbd494
#4569 - Rename TinyMCE property editor alias (From TinyMCEv3)
...
#379 - Rename Label property editor alias (From NoEdit)
2019-02-15 13:52:02 +01:00
Stephan
2092156db3
Cleanup
2019-02-07 12:27:19 +01:00
Stephan
a9adc4eee5
Merge branch 'temp8' into temp8-contentAndType
2019-02-07 10:10:55 +01:00
Warren Buckley
5944ea20cc
Merge remote-tracking branch 'origin/temp8' into temp8-fix-default-userid-param
...
# Conflicts:
# src/Umbraco.Core/Services/IContentService.cs
# src/Umbraco.Core/Services/Implement/ContentService.cs
2019-02-07 08:24:03 +00:00
Stephan
8329097974
Review PR, adjustments
2019-02-07 08:53:49 +01:00
Shannon
562855a687
removes fixme, adds comments and null checks
2019-02-07 11:53:43 +11:00
Warren Buckley
de5b32749e
Merge branch 'temp8' into temp8-fix-default-userid-param
2019-02-06 14:56:52 +00: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