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 |
|
Shannon
|
a2c24bcc76
|
Gets copying logic working for the block editor, needs more tests though
|
2020-09-08 02:07:02 +10:00 |
|
Bjarke Berg
|
bf1784f9d1
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
# src/Umbraco.Core/ContentExtensions.cs
# src/Umbraco.Infrastructure/Persistence/Repositories/Implement/DocumentRepository.cs
|
2020-04-17 11:43:04 +02:00 |
|
Shannon
|
18d9ad3c73
|
udpates health check and service methods to be flexible for data integrity checks, fixes tests
|
2020-04-07 16:42:21 +10:00 |
|
Shannon
|
ad698f9c19
|
Fixes content service/repository for moving things correctly along with the perf improvements that were done to media.
|
2020-04-07 15:02:08 +10:00 |
|
Bjarke Berg
|
90c2381c86
|
Renamed Umbraco.Abstractions to Umbraco.Core
|
2020-02-24 08:21:53 +01:00 |
|
Bjarke Berg
|
b3c06be83a
|
AB4227 - Moved a mix of files
|
2019-12-18 13:42:34 +01:00 |
|
Bjarke Berg
|
da1cf259c6
|
AB4227 - Moved Services and Migration
|
2019-12-18 13:42:29 +01:00 |
|
Bjarke Berg
|
a22824e33a
|
AB4227 - Moved Persistence Repository implementations
|
2019-12-18 13:42:27 +01:00 |
|
Bjarke Berg
|
fb562817bc
|
Moved more files to abstractions and eliminated the use of JObject
|
2019-12-05 14:03:09 +01:00 |
|
Bjarke Berg
|
204bbd5c46
|
Moved IOHelper to abstractions
|
2019-12-05 10:41:58 +01:00 |
|
Bjarke Berg
|
3e360abf15
|
Removed static ApplicationUrlHelper and introduced IBackOfficeInfo and AspNetBackOfficeInfo
|
2019-11-21 14:19:56 +01:00 |
|
Bjarke Berg
|
97ade695a7
|
Move more code without lot of changes
|
2019-11-19 14:12:11 +01:00 |
|
Søren Gregersen
|
b99f2ca25f
|
merged
|
2019-11-18 19:46:32 +01:00 |
|
Søren Gregersen
|
7b19ab005b
|
first round of refactoring
|
2019-11-13 21:12:02 +01:00 |
|
Bjarke Berg
|
e5c3b1f8aa
|
AB3649 - More refactor of Property to IProperty...
|
2019-11-08 15:10:05 +01:00 |
|
Bjarke Berg
|
13507c0e13
|
AB3653 - Static IOHelper -> IIOHelper (Moved into Current as a first step 😭)
|
2019-11-08 07:51:14 +01:00 |
|
Rasmus John Pedersen
|
26f1e77813
|
Resolve media paths from data editors
# Conflicts:
# src/Umbraco.Core/Persistence/Factories/ContentBaseFactory.cs
# src/Umbraco.Core/Persistence/Repositories/Implement/MediaRepository.cs
|
2019-10-30 21:58:54 +01:00 |
|
Stephan
|
07bb7ac0f7
|
Add content.SetValue overload for posted files
|
2019-03-29 08:26:36 +01:00 |
|
Shannon
|
a9045c254e
|
Removes the need to do any lookup for GetNonGroupedProperties, we already know if they belong to a non-group based on the ID
|
2019-02-07 14:01:00 +11:00 |
|
Shannon
|
030b626350
|
Removes the need for a .Current, removes an unused method
|
2019-02-07 11:49:30 +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
|
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 |
|
Stephan
|
29f2f34f9b
|
Refactor IContent vs IContentType
|
2019-02-05 14:06:48 +01:00 |
|
Shannon
|
9f612465cf
|
Cleans up IContent/IContentBase, no more internal methods or setters, moves manipulation used by the DocumentRepository to ext methods
|
2019-02-05 14:13:03 +11:00 |
|
Shannon
|
a5947356e7
|
Removes WasCulturePublished from IContent
|
2019-02-05 01:58:18 +11:00 |
|
Shannon
|
b51d3036e3
|
Adds overload of SaveAndPublish to accept multiple cultures, renames SavePublishing to CommitDocumentChanges, removes IContent.ChangeContentType
|
2019-02-04 16:55:35 +11:00 |
|
Stephan
|
132c3c0c8e
|
Cleanup PR, document and rename things
|
2019-02-01 17:19:12 +01:00 |
|
Bjarke Berg
|
9acf913872
|
#3545 - Added IContentTypeServiceBaseFactory to create a IContentTypeServiceBase (E.g. IContentTypeService or IMediaTypeService) based on the type of the IContentBase
|
2019-02-01 14:07:31 +01:00 |
|
Bjarke Berg
|
bfc2d53fa4
|
Merge remote-tracking branch 'origin/temp8' into feature/IContentType-removale-from-IContent
# Conflicts:
# src/Umbraco.Web/Macros/PublishedContentHashtableConverter.cs
|
2019-02-01 12:52:20 +01:00 |
|
Chris Houston
|
78319bae9e
|
Temp8 fix typos 2 (#4130)
|
2019-01-23 00:03:39 +01:00 |
|
Stephan
|
4a0b969777
|
Deal with fixme in Umbraco.Core
|
2019-01-21 16:01:37 +01:00 |
|
Stephan
|
e6bff12337
|
Merge branch temp8 into feature/IContentType-removale-from-IContent
|
2019-01-17 13:33:55 +01:00 |
|
Bjarke Berg
|
586a7a167a
|
Merged v8
|
2019-01-11 08:55:25 +01:00 |
|
Bjarke Berg
|
0330be4e6b
|
Merge remote-tracking branch 'origin/temp8' into feature/IContentType-removale-from-IContent
# Conflicts:
# src/Umbraco.Core/ContentExtensions.cs
# src/Umbraco.Core/Models/Content.cs
# src/Umbraco.Tests/Models/ContentTests.cs
# src/Umbraco.Tests/Models/Mapping/ContentWebModelMappingTests.cs
# src/Umbraco.Tests/Models/VariationTests.cs
# src/Umbraco.Tests/Scoping/ScopedNuCacheTests.cs
# src/Umbraco.Tests/Services/ContentTypeServiceVariantsTests.cs
# src/Umbraco.Tests/Web/Controllers/ContentControllerTests.cs
# src/Umbraco.Web.UI/Umbraco/dialogs/ChangeDocType.aspx.cs
|
2019-01-11 08:29:29 +01:00 |
|
Shannon
|
5f972384b1
|
WIP - new IEntityXmlSerializer, IPackageCreation, PackageActionRunner, large refactor of entity serialization, no more IPackagingService.Export methods, ports legacy package creation code to new IPackageCreation, more more ExportEventArgs (makes no sense)
|
2019-01-10 12:44:57 +11:00 |
|
Sebastiaan Janssen
|
62d6cf111e
|
Applies fix for #3937 to v8 as well
|
2019-01-04 15:12:09 +01:00 |
|
Bjarke Berg
|
6490f57f70
|
Removed commented out code.
|
2019-01-03 10:53:33 +01:00 |
|
Bjarke Berg
|
eda46a16d0
|
Changed IContentType on IContent to a more simple class with lesser properties
|
2019-01-03 09:27:52 +01:00 |
|
Stephan
|
6ffc340725
|
Merge branch temp8 into temp8-di2690
|
2018-11-23 14:58:08 +01:00 |
|
Stephan
|
87a64b7406
|
Refactor filesystems (again)
|
2018-11-19 14:40:59 +01:00 |
|
Stephan
|
9ed7758d38
|
Deal with fixme/review
|
2018-11-14 09:16:22 +01:00 |
|
Stephan
|
5381eec6a4
|
fix+cleanup publishing with variants
|
2018-11-09 09:35:11 +01:00 |
|
Shannon
|
adf52425d2
|
Adds test for PerformScheduledPublish, fixes issues with resetting dirty props, fixes other issues found
|
2018-11-07 21:32:12 +11:00 |
|
Shannon
|
92045c81bb
|
Merge remote-tracking branch 'origin/temp8' into temp8-224-db-updates-sched-publishing-with-variants
# Conflicts:
# src/Umbraco.Core/Models/Content.cs
# src/Umbraco.Tests/Services/ContentServiceTests.cs
|
2018-11-07 19:44:37 +11:00 |
|
Shannon
|
c57ac7752c
|
Merges UnpublishResult into PublishResult, fixes dirty tracking for unpublishing a culture and logs the correct info along with returning the correct status, fixes ContentService so that all publishing/unpublishing logic happens in one one place including all Audit/Logs, gets ContentService.PerformScheduledPublish in place
|
2018-11-07 19:42:49 +11:00 |
|
Shannon
|
9b1d9e02bf
|
Gets publishing validation working with scheduled cultures, cleans up some code, removes Status from IContent into an extension method
|
2018-11-06 21:33:24 +11:00 |
|
Shannon
|
25dcc3f2c1
|
Removes GetChildren and GetDescendants from IMediaService, paging is now required
|
2018-10-31 23:11:37 +11:00 |
|
Shannon
|
437bf978a1
|
Removes non paged GetChildren and GetDescendants from content service
|
2018-10-31 18:01:39 +11:00 |
|
Stephan
|
eee7222e0b
|
Refactor filesystems
|
2018-10-26 16:06:45 +02:00 |
|