Commit Graph

12406 Commits

Author SHA1 Message Date
Ronald Barendse
fde1759d49 Merge branch 'v8/contrib' into v8/feature/reintroduce-tabs 2021-08-23 14:36:24 +02:00
Sebastiaan Janssen
f26fbafa71 Merge branch 'v8/dev' into v8/contrib 2021-08-23 11:04:47 +02:00
Sebastiaan Janssen
59e36981cd Merge branch 'v8/8.16' into v8/dev 2021-08-23 11:04:26 +02:00
Sebastiaan Janssen
0f3e2cfd02 Merge branch 'v8/8.15' into v8/8.16
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/less/property-editors.less
2021-08-23 11:03:45 +02:00
Sebastiaan Janssen
c72cb1683b Removes unneeded flex that caused an issue with the image cropper datatype
Fixes #10876
2021-08-23 11:01:53 +02:00
Sebastiaan Janssen
db16f9c6dc Merge branch 'v8/dev' into v8/contrib 2021-08-20 16:54:50 +02:00
Sebastiaan Janssen
a82723b4f1 Merge branch 'v8/8.16' into v8/dev 2021-08-20 16:54:30 +02:00
Sebastiaan Janssen
4c0cdbd615 Merge branch 'v8/8.15' into v8/8.16 2021-08-20 16:54:05 +02:00
Sebastiaan Janssen
78d8f5b9e8 Merge branch 'v8/8.14' into v8/8.15 2021-08-20 16:45:19 +02:00
Bjarne Fyrstenborg
22c49398e3 Hide backdrop when closing/select navigation (#10907)
(cherry picked from commit 72d33b8f68)

# Conflicts:
#	src/Umbraco.Web.UI.Client/src/common/directives/components/tree/umbtree.directive.js
#	src/Umbraco.Web.UI.Client/src/common/services/navigation.service.js
2021-08-20 16:38:55 +02:00
Bjarne Fyrstenborg
72d33b8f68 Hide backdrop when closing/select navigation (#10907) 2021-08-20 15:59:31 +02:00
Mads Rasmussen
e605fc02cd update sort order logic when dragging and dropping groups 2021-08-20 10:44:50 +02:00
Mads Rasmussen
97e5c8fef0 moving of properties works 2021-08-19 14:58:28 +02:00
Mads Rasmussen
ab2276bdd7 update sort order on drag and drop 2021-08-19 14:57:13 +02:00
Mads Rasmussen
e8a9165d39 refresh groups sortable when dragging to new tab 2021-08-19 14:43:00 +02:00
Ronald Barendse
e5a1e0f4e9 Merge branch 'v8/contrib' into v8/feature/reintroduce-tabs 2021-08-19 13:44:17 +02:00
patrickdemooij9
2c1185598e 9908: No parentheses & language picker with only 1 language (#10892)
* 9908: No parantheses & language picker with only 1 language

* 9908: Fixed missing )
2021-08-19 10:12:48 +10:00
Bjarne Fyrstenborg
61f929e660 Adjust styling of umb-file-icon (#10895)
* Adjust styling of umb-file-icon with new umb-icon

* Styling on legacy icons

* Use umb-icon and add missing class

* Simplify icons

* Use umb-search-filter in umb-tree-search-box and add back button
2021-08-19 09:34:17 +10:00
Bjarne Fyrstenborg
e2af016a7b Inherit text color from parent element (#10894)
* Inherit text color from parent element

* Update block card icon and avoid use of !important

* Wrap card in div

* interpolate background image path value, to remove string escaping which can be confusing

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-08-19 09:11:31 +10:00
Mole
ac53b89fe1 V8: Improve nested content optimization in the backoffice (#10885)
* Get all nested content scaffolds in a single post request

* Only load alias array and initialize once

* Remove old nested content load code

* Get the content types within a scope

This will drastically reduce the amount of SQL queries, since the same read lock will be used for all operations.

* Add comments

* Fix typo

* Fix typos

Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>
2021-08-18 15:51:16 +02:00
Elitsa Marinovska
460df9bfd2 Changing gulp config and karma.conf.js 2021-08-18 11:26:27 +02:00
Ronald Barendse
469091b180 Align delete button (trash can) 2021-08-17 17:07:25 +02:00
Nikolaj Geisle
4b7481955a Merge pull request #10829 from bjarnef/v9/feature/infinite-editor-file-picker
V9: Infinite editor file picker
2021-08-17 15:32:25 +02:00
Mads Rasmussen
f765a19535 add some tests for content type helper and alias generation 2021-08-17 10:17:30 +02:00
Nikolaj Geisle
a4b6fc8db6 Merge pull request #10855 from bjarnef/v9/bug/packages-overflow
V9: Fix packages overflow
2021-08-17 08:29:07 +02:00
Bjarke Berg
4ef08072ed Merge remote-tracking branch 'origin/v9/dev' into v9/dev 2021-08-17 08:26:56 +02:00
Bjarke Berg
c39053d7c1 Bumb version 2021-08-17 08:26:32 +02:00
Bjarke Berg
831efead10 Merge pull request #10623 from umbraco/v9/bugfix/image-cropping
V9: Fix ImageSharp integration and add support for custom crops
2021-08-17 07:49:32 +02:00
Jakob Bagterp
4dd3b81b1f UI improvement: Add option to select/deselect all filters in Log Viewer drop-down (#10815)
* Update search.controller.js

Minor linting update to existing code

* Basic functionality for select and deselect all log level filters

* Fix button texts and added localisations for languages en, en_us, da

* Grammar correction of Danish localisation

* Finalise button styling using the umb-button directive, including localisation of labels

* Minor linting update

* Add various localisations of "select all" and "deselect all" for Log Viewer

* Minor refactor of select/deselect buttons to be wrapped in <umb-dropdown-item> directive

* use foreach/map

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-08-17 14:22:58 +10:00
Bjarne Fyrstenborg
f4504d7824 Password tip not updated correct on init (#10814)
* Angular binding in curly brackets not necessary when using ng-bind or ng-bind-html

* Update password tip on init

* Update comment
2021-08-17 14:03:54 +10:00
Bjarne Fyrstenborg
22c80f0ff1 Update to noUiSlider v15.4.0 (#10870) 2021-08-17 10:47:33 +10:00
Niels Lyngsø
e0fb606eb8 #10572 watch model value (#10634)
* setup watch, to ensure model value is reflected across variants in splitview.

* unsubscribe watch

Co-authored-by: Niels Lyngsø <nsl@umbraco.com>
2021-08-16 10:26:17 +10:00
Bjarne Fyrstenborg
deedb24b65 Upgrade to noUiSlider v15.3.0 (#10852) 2021-08-16 09:12:48 +10:00
Bjarne Fyrstenborg
82cf0e30a5 Implement drag start and drag stop events (#10856) 2021-08-16 09:11:50 +10:00
Bjarne Fyrstenborg
96cbf1622f Fix expansion panel header causing horizontal overflow 2021-08-13 19:46:37 +02:00
Mads Rasmussen
9f9d6e8148 move alias related methods from contentEditingHelper to contentTypeHelper 2021-08-13 14:06:54 +02:00
Mads Rasmussen
64e254657c fix drag and drop direct properties 2021-08-13 13:48:25 +02:00
Mads Rasmussen
e3f75252a2 update delete dialogs to handle empty names 2021-08-12 11:36:07 +02:00
Mads Rasmussen
c93a572425 lower tab hover timeout 2021-08-12 10:23:27 +02:00
Mads Rasmussen
e73ed39039 align group inherited label to the right 2021-08-12 10:21:59 +02:00
Mads Rasmussen
deb21e96fe show composition icon on inherited tabs 2021-08-12 09:53:10 +02:00
Bjarke Berg
2baa1abfc4 Merge remote-tracking branch 'origin/v8/8.16' into v9/feature/merge_v8_11082021
# Conflicts:
#	.github/CONTRIBUTING.md
#	build/NuSpecs/UmbracoCms.Core.nuspec
#	build/NuSpecs/UmbracoCms.Web.nuspec
#	build/NuSpecs/UmbracoCms.nuspec
#	src/SolutionInfo.cs
#	src/Umbraco.Core/Cache/AppCaches.cs
#	src/Umbraco.Core/Cache/AppPolicedCacheDictionary.cs
#	src/Umbraco.Core/Cache/DeepCloneAppCache.cs
#	src/Umbraco.Core/Cache/WebCachingAppCache.cs
#	src/Umbraco.Core/CompositionExtensions.cs
#	src/Umbraco.Core/Models/Identity/BackOfficeIdentityUser.cs
#	src/Umbraco.Core/Models/PropertyGroupCollection.cs
#	src/Umbraco.Core/Models/PropertyTypeCollection.cs
#	src/Umbraco.Core/Persistence/Repositories/Implement/ExternalLoginRepository.cs
#	src/Umbraco.Core/ReadLock.cs
#	src/Umbraco.Core/Routing/SiteDomainMapper.cs
#	src/Umbraco.Core/UpgradeableReadLock.cs
#	src/Umbraco.Core/WriteLock.cs
#	src/Umbraco.Examine/ExamineExtensions.cs
#	src/Umbraco.Infrastructure/Examine/UmbracoFieldDefinitionCollection.cs
#	src/Umbraco.Infrastructure/Persistence/Dtos/ContentTypeDto.cs
#	src/Umbraco.Infrastructure/Persistence/Dtos/DictionaryDto.cs
#	src/Umbraco.Infrastructure/Persistence/Repositories/Implement/MemberGroupRepository.cs
#	src/Umbraco.Infrastructure/Persistence/Repositories/Implement/TemplateRepository.cs
#	src/Umbraco.Infrastructure/Persistence/Repositories/Implement/UserRepository.cs
#	src/Umbraco.Infrastructure/Services/IdKeyMap.cs
#	src/Umbraco.Infrastructure/Services/Implement/ContentService.cs
#	src/Umbraco.ModelsBuilder.Embedded/PureLiveModelFactory.cs
#	src/Umbraco.Tests/App.config
#	src/Umbraco.Web.BackOffice/Controllers/EntityController.cs
#	src/Umbraco.Web.UI.Client/package.json
#	src/Umbraco.Web.UI.NetCore/umbraco/config/lang/da.xml
#	src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en.xml
#	src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en_us.xml
#	src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
#	src/Umbraco.Web.UI/Umbraco/config/lang/cy.xml
#	src/Umbraco.Web.UI/web.Template.config
#	src/Umbraco.Web/CacheHelperExtensions.cs
#	src/Umbraco.Web/Editors/RelationTypeController.cs
#	src/Umbraco.Web/Logging/WebProfilerProvider.cs
#	src/Umbraco.Web/Models/Mapping/MemberMapDefinition.cs
#	src/Umbraco.Web/PublishedCache/NuCache/MemberCache.cs
#	src/Umbraco.Web/Routing/ContentFinderByConfigured404.cs
#	src/Umbraco.Web/Routing/NotFoundHandlerHelper.cs
#	src/Umbraco.Web/Security/BackOfficeUserManager.cs
#	src/Umbraco.Web/Umbraco.Web.csproj
2021-08-11 19:11:35 +02:00
Niels Lyngsø
6d7067cbb0 fixing dragging forth and back between tabs + fixes the problem with dragging to generic tab. 2021-08-11 14:27:47 +02:00
Niels Lyngsø
4c8956c654 dropzone take no place unless visible 2021-08-11 11:34:55 +02:00
Mads Rasmussen
2651f0fe63 move convert tab to group function outside the setSortingOptions function 2021-08-11 10:31:30 +02:00
Mads Rasmussen
05e8cfa9f4 Add dropzone to convert a group to a tab 2021-08-11 09:54:19 +02:00
Bjarne Fyrstenborg
690a6314df Remove requirement to specify icon class in umb-icon directive (#10805)
* Wrap legacy font icon so we can inherit font from parent element

* Remove icon name from class attributes

* Add back class as color is part of icon

* Replace icon classes

* Replace icon class

* Use umb-icon

* Remove icon classes

* Remove icon classes

* Update color for SVG icons

* Inherit animation

* Add icon add class to SVG as well

* Update umb-icon inner wrapper

* Fix issue with search icon styling in property editors dialog

* Formatting

* Adjust umb-icon with transclude

* Change back to original back icon from font awesome

* Adjust styling for font icon

* Replace with umb-icon

* Use umb-icon in packager

* Use umb-icon in help drawer

* Use umb-icon in treesource prevalue editor

* Update font size

* Replace with umb-icon

* Replace icons with umb-icon

* div isn't valid inside label element

* Replace more icons

* Use umb-search-filter component

* Update to use umb-icon

* Use end-closing tag for custom HTML element

* Use umb-icon component

* Use umb-icon component to replace icons

* Replace with umb-icon

* Replace icons with umb-icon

* Replace more icons

* Custom HTML element should have end-closing tag

* Replace icons with umb-icon

* Replace icons

* Remove unused variable

* Replace icon

* Replace icons

* Revert to `<i>` element as it was causing issues with isolated scopes

* Adjust umb-checkmark to work with umb-icon

* Adjust lightbox styling

* Remove unused helper class and it is already available as "self-center" in _flexbox.less

* remove unused class from icon, shift margin to parent element

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2021-08-11 16:20:54 +10:00
Bjarne Fyrstenborg
520a7e519c Use file picker for packages 2021-08-11 01:26:15 +02:00
Bjarne Fyrstenborg
94f7a55698 Add back isDialog 2021-08-11 01:22:22 +02:00
Bjarne Fyrstenborg
1fac53e120 Simplify code 2021-08-11 01:12:13 +02:00