Commit Graph

31296 Commits

Author SHA1 Message Date
Warren Buckley
8dcec429d3 Remove relations for the RelationType overview 2019-11-11 15:16:19 +00:00
Warren Buckley
f553868503 Merge pull request #7067 from umbraco/v8/feature/AB3466-paged-relations
Adds ability to get paged relations by type
2019-11-11 14:03:34 +00:00
Warren Buckley
dd1c8ec6a3 Revert a C#8 fancy new switch as AzureDevOps does not like that 2019-11-11 12:05:26 +00:00
Warren Buckley
747cdcb5ee Merge remote-tracking branch 'origin/v8/feature/media-tracking' into v8/feature/AB3466-paged-relations
# Conflicts:
#	src/Umbraco.Core/Persistence/Repositories/IRelationRepository.cs
2019-11-11 11:29:00 +00:00
Warren Buckley
28f8aac271 Merge pull request #7066 from umbraco/v8/feature/3449-relations-paging
New service/repo endpoints for efficient paging of entities based on relations data
2019-11-11 11:18:06 +00:00
Warren Buckley
eee33696e8 Adss in missing XML params from signature 2019-11-11 11:05:57 +00:00
Shannon
694d92aad2 Merge remote-tracking branch 'origin/v8/feature/media-tracking' into v8/feature/AB3466-paged-relations
# Conflicts:
#	src/Umbraco.Core/Persistence/Repositories/Implement/RelationRepository.cs
2019-11-11 21:29:52 +11:00
Shannon
28600a02bd Merge remote-tracking branch 'origin/v8/feature/media-tracking' into v8/feature/3449-relations-paging
# Conflicts:
#	src/Umbraco.Core/Persistence/Repositories/Implement/RelationRepository.cs
2019-11-11 21:25:35 +11:00
Bjarke Berg
d5c59235e3 Merge pull request #7068 from umbraco/v8/feature/AB3448-bulk-insert-relations
Adds ability to bulk insert relations and adds tests
2019-11-07 14:28:22 +01:00
Shannon Deminick
9267b138c6 Merge pull request #7071 from umbraco/v8/feature/3608AB-media-tracking-ref
AB3608 - Implement WebAPI & UI for displaying media relations/references
2019-11-07 21:58:43 +11:00
Warren Buckley
ab87bd200c Adds in lang backoffice keys to EN & EN_US 2019-11-06 13:45:21 +00:00
Warren Buckley
45392603bd Adds in the new Media Relations tables to the <umb-media-node-info> directive view & JS to call the resource/WebAPI 2019-11-06 13:45:03 +00:00
Warren Buckley
642247799a Adds new AngularJS reference to call the new WebAPI endpoint 2019-11-06 13:42:00 +00:00
Warren Buckley
1c7e2367f5 New WebAPI method to return references/relations for Media items 2019-11-06 13:41:21 +00:00
Warren Buckley
bf2727a1eb New model to return from WebAPI 2019-11-06 13:40:00 +00:00
Shannon
049d51e466 Adds ability to bulk insert relations and adds tests 2019-11-06 16:45:28 +11:00
Shannon
90b6a09013 Adds ability to get paged relations by type 2019-11-06 14:35:15 +11:00
Shannon
b03bca4093 removes test code 2019-11-06 13:29:50 +11:00
Shannon
12541e7e8f reverts changes to IUmbracoEntity, we don't need to query on the object type property 2019-11-06 13:22:12 +11:00
Shannon
9ef40fb484 adds notes 2019-11-06 13:16:28 +11:00
Shannon
d1948b1543 Adds relation service tests for both paged children and parents and tests the repo 2019-11-06 13:08:03 +11:00
Shannon
6b7a48d00b Gets entity repository working with relation queries and adds test 2019-11-06 12:43:10 +11:00
Shannon
f7e8a53922 Revert "Gets entity repository to be able to return a mix of object types"
This reverts commit fff3d2648f.
2019-11-05 15:53:50 +11:00
Shannon
602acce8f4 Gets entity repository to be able to return a mix of object types 2019-11-05 15:50:49 +11:00
Shannon
fff3d2648f Gets entity repository to be able to return a mix of object types 2019-11-05 15:05:51 +11:00
Shannon
412eadd9a3 Changes namespace for media tracking migrations to 8.6 2019-11-05 10:48:23 +11:00
Shannon
dcba53033c Changes namespace for media tracking migrations to 8.6 2019-11-05 10:30:38 +11:00
Shannon
5dde88149d Merge branch 'v8/dev' into v8/feature/media-tracking 2019-11-05 10:28:34 +11:00
Bjarke Berg
88e57277fa Bump version to 8.4.0 2019-11-04 12:58:08 +01:00
Sebastiaan Janssen
4e908e9dd1 Update 1_Bug.md 2019-11-01 15:23:53 +01:00
Mike
88af496f29 Accessibilty improvement to media picker (#6805) 2019-11-01 10:17:28 +01:00
Shannon
d1ea46ff71 fixes null ref check and returning the correct deserialized val, adds comments 2019-11-01 14:45:05 +11:00
Shannon
717c185e45 Manually merges prev changes to nested content from 6768 and 6826 and changes how the prop values are iterated 2019-11-01 14:22:49 +11:00
Shannon
595b36c5df Merge remote-tracking branch 'origin/v8/dev' into v8/feature/media-tracking
# Conflicts:
#	src/Umbraco.Web/PropertyEditors/NestedContentPropertyEditor.cs
2019-11-01 13:27:13 +11:00
Marc Goodson
a873c9188f Allow querystring parameters to set IsElementType checkbox on create document type route (#6779)
* Allow query string parameters sent to create document type route 'set' the default checkboxes for either Is an element type or Allow varying by culture

* allow isElement and AllowVaryByCulture to be set in infinite editor

not sure where this is used, but in theory this might be useful to be wired up too?

* Release the camels!

update the model properties to follow camelcase, ignoring the existing notemplate that doesn't!!
2019-10-31 16:20:02 +01:00
Poornima Nayar
b2e5d64d6e Better exception handling for templates when they exceed 255 ch… (#6649) 2019-10-31 15:54:14 +01:00
Poornima Nayar
5db47ad546 Buttons on the healthcheck dashboard made more consistent (#6667) 2019-10-31 15:35:56 +01:00
Rachel Breeze
ce0833719b Fix for #6315 where the loading banner continues to display if there is no current editor state 2019-10-31 15:15:37 +01:00
Bjarke Berg
5c82968829 Merge remote-tracking branch 'origin/v8/dev' into v8/dev 2019-10-31 12:32:12 +01:00
Warren Buckley
ecc9e2665c Merge pull request #6823 from umbraco/v8/feature/6816-property-actions
PropertyActions + Copy all entries for Nested Content
2019-10-31 11:22:47 +00:00
Warren Buckley
2842c65ee6 Merge pull request #6948 from umbraco/v8/feature/0000-DataType-DeleteWarning-styling
Styling for the DataType Delete Dialog
2019-10-31 11:21:47 +00:00
Niels Lyngsø
9e4b9e6431 changed span to div 2019-10-31 11:53:30 +01:00
Bjarke Berg
851a4e0d56 Fix Umbraco.Web.UI.csproj after auto merge 2019-10-31 11:49:43 +01:00
Bjarke Berg
ad6343719b Merge branch 'v8/8.2' into v8/dev
# Conflicts:
#	src/SolutionInfo.cs
2019-10-31 11:48:53 +01:00
Bjarke Berg
0aa1eb84b7 Merge remote-tracking branch 'origin/v8/8.2' into v8/8.2 2019-10-31 11:39:30 +01:00
Bjarke Berg
b8f417d462 Merge pull request #7002 from umbraco/v8/bugfix/AB3441-nucache-race-condition
Fixes a race condition with nucache
2019-10-31 11:39:10 +01:00
Niels Lyngsø
5ccb10d092 Fix for Umb Request Helper unit test. (#7008)
Fix for Umb Request Helper unit test.
2019-10-31 11:11:18 +01:00
Niels Lyngsø
6c21279216 require because we need underscore to be available... 2019-10-31 11:03:19 +01:00
Bjarke Berg
ef38fc1a6d Bump version to 8.2.2 2019-10-31 10:02:08 +01:00
Kenn Jacobsen
6690c2ad27 Fix broken RTEs when reordering grid rows 2019-10-31 09:39:10 +01:00