Commit Graph

28629 Commits

Author SHA1 Message Date
Warren Buckley 675b6e7b7c Remove test page size of 1 to check if each pager was working fine 2019-11-15 13:53:56 +00:00
Warren Buckley 8773d644aa Implement paging for the three entity types that media can be related to 2019-11-15 12:50:44 +00:00
Ronald Barendse b9e749152f Merge branch 'v8/dev' into v8/bugfix/contentquery-search 2019-11-15 09:49:50 +01:00
Kenn Jacobsen 83bac35662 Merged with v8/dev 2019-11-15 09:19:26 +01:00
Ronald Barendse 34008edd34 Fix issues with added PanicException 2019-11-15 09:15:12 +01:00
Shannon 85c2269645 Adds ability to filter out paged relations by entity type 2019-11-15 14:49:46 +11:00
Shannon ca91bf0f94 Fixes issue with getting paged entity relations when the relation is between the same entity and itself 2019-11-15 14:14:09 +11:00
Bjarke Berg a97e131891 Bump version o 8.6 (8.5 reserved for MB release) 2019-11-14 14:00:49 +01:00
Bjarke Berg c0dc545c27 Fix for csproj 2019-11-14 13:54:04 +01:00
Bjarke Berg 7c72fb57f2 Merge remote-tracking branch 'origin/v8/8.3' into v8/dev
# Conflicts:
#	src/SolutionInfo.cs
#	src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorheader.directive.js
#	src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
#	src/Umbraco.Web/Cache/LanguageCacheRefresher.cs
2019-11-14 13:40:32 +01:00
Bjarke Berg ba73ad5792 Merge remote-tracking branch 'skttl/grid-editor-name-templates' into v8/dev
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.controller.js
#	src/Umbraco.Web.UI/config/grid.editors.config.js
2019-11-14 13:08:05 +01:00
Ronald Barendse c206382fa1 Use snapshot to convert search results into content, media or members 2019-11-14 09:23:27 +01:00
Ronald Barendse 634f648517 Require Examine 1.0.2 2019-11-14 09:20:18 +01:00
Shannon Deminick 075937de59 Merge pull request #7145 from umbraco/v8/feature/0000-Remove-non-production-mode-from-gulp
remove isProd from Gulp script
2019-11-14 13:14:02 +11:00
Ronald Barendse b494678dd9 Changed thrown exception types to InvalidOperationException 2019-11-14 00:57:13 +01:00
Ronald Barendse 03c7bcc6c9 Remove serialization of ViewModel in InstallException 2019-11-14 00:29:57 +01:00
Ronald Barendse 3ef10ac8fc Constrain generic type of DataOperationException to an enum 2019-11-14 00:28:24 +01:00
Ronald Barendse 4a84f63ab4 Updated obsolete message for WontImplementException 2019-11-14 00:20:04 +01:00
Ronald Barendse 9f19546c42 Validate options argument and authentication type 2019-11-14 00:10:16 +01:00
Ronald Barendse b486c54645 Use same argument validation in BeginUmbracoForm overloads 2019-11-14 00:07:28 +01:00
Ronald Barendse 84495f23b5 Update ufprt field HTML to use double quotes 2019-11-14 00:03:05 +01:00
Ronald Barendse 76de5cc4c7 Changed NullReferenceException to InvalidOperationException 2019-11-13 23:57:26 +01:00
Ronald Barendse f1953bc99c Use same argument validation in AddAttribute as in SetAttribute 2019-11-13 23:56:00 +01:00
Ronald Barendse 5a004581ad Remove DuplicateKeyException 2019-11-13 23:54:00 +01:00
Warren Buckley 2314b4de5e Make fixes based on Shan's review notes 2019-11-13 14:35:13 +00:00
Ronald Barendse b64eb05e79 Update documentation of Search overloads 2019-11-13 14:39:52 +01:00
Ronald Barendse 9b87b65537 Create Examine query that only searches content 2019-11-13 14:39:11 +01:00
Jeavon 88f6ddeae4 Code tweaks from PR review - also led to adding logging for Deserialization issues and therefore needing to mock the logger for the tests 2019-11-13 12:07:11 +00:00
Niels Lyngsø e2adb4964c remove isProd from Gulp script 2019-11-13 09:36:40 +01:00
Kenn Jacobsen 091b3844ad Make sure the media picker can survive a logout and subsequent login 2019-11-12 20:34:30 +01:00
Warren Buckley 411bf067e5 Bit of tidying up 2019-11-12 19:11:16 +00:00
Warren Buckley 05c1f0f389 Fix up the missing nulls & ammend the mapping 2019-11-12 14:50:43 +00:00
Warren Buckley bbcdcbdde0 Start adding in pagination to relations 2019-11-12 14:09:36 +00:00
Jeavon 10622cc430 Switched to using a dummy Uri so that runtimeState isn't needed as per review 2019-11-12 10:26:25 +00:00
Jeavon b30f7b6a48 Merge branch 'v8/dev' into v8/feature/search-media-files 2019-11-12 10:12:03 +00:00
Kenn Jacobsen 09273b6d6f Remove JS error in console when editing document types with Nested Content properties 2019-11-12 08:53:35 +01:00
Bjarke Berg 7eef6b4037 https://github.com/umbraco/Umbraco-CMS/issues/7125 - Updates the projects to use the same versions as required by our nuspec 2019-11-12 08:50:31 +01:00
Jan Skovgaard a2551521e4 Settings dashboard: Add translations (#6880) 2019-11-11 20:48:52 +01:00
Warren Buckley 8dcec429d3 Remove relations for the RelationType overview 2019-11-11 15:16:19 +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 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
Niels Lyngsø 73f7e85f41 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/0000-DataType-DeleteWarning-with-links-to-references
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/datatypes/delete.html
2019-11-08 09:28:52 +01:00
Shannon 5db6ce2b8e fixes some comments 2019-11-08 12:20:57 +11:00
Rasmus John Pedersen 787529cf0d Remove IDataEditor inheritance 2019-11-07 19:41:51 +01:00
Richard Thompson 0d2c2846d4 Corrected the model variable name
The model variable name is registerModel rather than profileModel.
2019-11-07 15:21:11 +00:00
andyneil 41915080b2 Fix incorrect data types for default member properties. (#7086)
Issue https://github.com/umbraco/Umbraco-CMS/issues/7051
2019-11-07 15:01:22 +00:00
Poornima Nayar 52dcdb396f Accessibility Improvement - Open Template in info content app changed from anchor tag to button 2019-11-07 14:34:46 +00:00