Commit Graph

12292 Commits

Author SHA1 Message Date
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
Bjarne Fyrstenborg
c33294ae7f Include static file picker 2021-08-11 00:55:01 +02:00
Bjarne Fyrstenborg
04fcd8c01e Add infinite editor for file picker and static file picker 2021-08-11 00:53:30 +02:00
Bjarke Berg
d520be52bc Merge pull request #10721 from umbraco/v9/bugfix/external-login-changes
external login changes/enhancements
2021-08-10 20:04:20 +02:00
Ronald Barendse
766530fcd3 Swap focal point order to left,top to match resize X,Y coordinates 2021-08-10 17:17:40 +02:00
Ronald Barendse
474b63a590 Update AngularJS image URL parameters 2021-08-10 13:35:04 +02:00
Ronald Barendse
0b9f1f4f86 Remove usage of obsolete image URL generation properties (width/height ratio, default crop, upscale and animation process mode) 2021-08-10 11:23:37 +02:00
Paul Johnson
5c1712cba2 Stopped building frontend assets to Umbraco.Web.UI/ 2021-08-10 09:16:52 +01:00
Bjarne Fyrstenborg
2dadfc2990 Check invariant name of custom listview (#10813)
* Check invariant name of custom listview

* Update prefix value
2021-08-10 09:29:30 +10:00
Mads Rasmussen
99ffbed7a6 wrap variant switcher in correct flex values 2021-08-09 10:53:22 +02:00
Nikolaj Geisle
c03e84689d Merge pull request #10794 from umbraco/v9/bugfix/AB13095-block-thumbnail-fix
V9: Limit the BlockList thumbnail picker to only the directories serving static files
2021-08-09 08:54:23 +02:00
Shannon
53bc53a377 Merge remote-tracking branch 'origin/v9/dev' into v9/bugfix/external-login-changes
# Conflicts:
#	src/Umbraco.Infrastructure/Migrations/Upgrade/UmbracoPlan.cs
2021-08-06 13:47:41 -06:00
Adam Nelson
0bc9f3e322 Fix textboxes inside flatpickr popup to not cause the scheduled publishing overlay to submit when enter is pressed. 2021-08-06 16:31:21 +02:00
Sebastiaan Janssen
33e980841f Update to latest flatpickr 2021-08-06 16:27:07 +02:00
Sebastiaan Janssen
f7dee7ec74 Fix self-closing element 2021-08-06 15:55:50 +02:00