Bjarne Fyrstenborg
044573d9f1
Use umb-icon component in tree item
2021-02-08 16:47:21 +10:00
mcl-sz
5fc37dfeb4
Prevent overflow of searchresults with long urls ( #9739 )
...
* Prevent overflow of searchresults with long urls
Small css change to prevent overflow of searchresults with long url's
* fixes wrapping in node-picker search, stop icon shrinking
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au >
2021-02-08 16:32:54 +10:00
Bjarne Fyrstenborg
eb9c4e4d82
Document onChange in umbPagination
2021-02-08 10:13:03 +10:00
Niels Lyngsø
a76924f196
Stop using .length !== 0 when its not jQuery ( #9715 )
...
* stop using .length !== 0 as its causing errors.
* revert to only change native find()
Co-authored-by: Niels Lyngsø <nsl@umbraco.com >
2021-02-08 10:10:46 +10:00
Niels Lyngsø
2d4984d434
check for ´err´
2021-02-08 10:01:11 +10:00
Chad
06e5d07650
Fix eventService memory leaks ( #9752 )
...
* fix leak by unbinding event from $rootscope
* destroy more events
* $scope unavailable
* no need to destroy in services as they are singletons
Co-authored-by: nzdev <nzdev@github.com >
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au >
2021-02-08 09:56:56 +10:00
Bjarne Fyrstenborg
55124fff81
Update icons in umb-tree-search-results component ( #9757 )
...
* Avoid use of ng-if
* Green class is not necessary
* Ensure button element use full width
* Left align text inside button element
2021-02-07 02:50:20 +01:00
Nathan Woulfe
63cf3a489d
fix history box label, destructure localization response
2021-02-02 02:27:05 +01:00
mcl-sz
4f3191fabe
Fix for applying searchResultFormatter on found searchresults ( #9738 )
...
* Fix for applying searchResultFormatter on found searchresults
We found out that when the searchbox in the linkpicker is used, the URL of a page is not being shown anymore since Umbraco 8.7 and later. This is because of the searchResultFormatter wasn't applied correct.
* Changed ES6 arrow syntax as with the other functions.
Changed ES6 arrow syntax as with the other functions.
* Changed single qoutes to double qoutes for type
2021-02-02 09:33:31 +10:00
Bjarne Fyrstenborg
6e1c29232a
Hide rollback button for content that hasn't been created yet
2021-02-01 09:48:07 +10:00
Mike Chambers
3404f47cfe
Update umb-tree-item.less ( #9718 )
...
* Update umb-tree-item.less
Icon sizing inconsistencies in tree
* Update umb-tree-item.less
* Revert "Update umb-tree-item.less"
This reverts commit 4729c39837b7f5b5f936ec8e197bb8d2eb90274e.
* Revert "Update umb-tree-item.less"
This reverts commit a3d1136c9de5430d4c3ed1c4bf321ab3142c26c7.
* Flex-shrink on umb-tree-icon not umb-tree-item-icon
2021-02-01 09:26:09 +10:00
Bjarne Fyrstenborg
7297bd5838
Adjust minimum width of main content ( #9656 )
...
* Adjust minimum width of main content
* Change min-width a bit further.
2021-01-28 09:33:25 +10:00
Poornima Nayar
1c65662c5f
Replaced <i> with umb-icon directive in languages overview ( #9557 )
...
* replaced <i> with umb-icon directive in languages overview
* removed aria-hidden
2021-01-28 07:41:58 +10:00
Rachel Breeze
e0f00a8754
Added missing alt attributes to the images on the login screen and in avatars ( #9597 )
...
* Added missing alt text for login and avatar
* Added localisation for the avatar copy
* update alt avatar tag issue + translation
Co-authored-by: Michael <michael@crossingpaths.be >
2021-01-21 02:21:31 +01:00
Sebastiaan Janssen
f10616013f
Merge branch 'v8/dev' into v8/contrib
2021-01-20 15:08:23 +01:00
Mads Rasmussen
8e64fe54b1
updates the css to support items with long titles
2021-01-20 15:01:06 +01:00
Sebastiaan Janssen
ee02e34f64
Merge branch 'v8/8.10' into v8/8.11
2021-01-20 14:48:08 +01:00
Sebastiaan Janssen
bfde020d4f
Merge branch 'v8/8.9' into v8/8.10
2021-01-20 14:47:26 +01:00
Sebastiaan Janssen
2c037f604d
Merge branch 'v8/8.8' into v8/8.9
2021-01-20 14:46:20 +01:00
Sebastiaan Janssen
908dbb1454
Merge branch 'v8/8.7' into v8/8.8
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js
# src/Umbraco.Web.UI.Client/src/common/services/contenteditinghelper.service.js
2021-01-20 14:42:22 +01:00
Niels Lyngsø
52e8da2ff2
Call rebindCallback on errors as well ( #9690 )
...
(cherry picked from commit da0c82aabd )
2021-01-20 14:28:37 +01:00
Niels Lyngsø
da0c82aabd
Call rebindCallback on errors as well ( #9690 )
2021-01-20 14:26:40 +01:00
Niels Lyngsø
bc8f8366c2
Call rebindCallback on errors as well ( #9688 )
...
(cherry picked from commit 6d712b0d16 )
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/content/edit.controller.js
# src/Umbraco.Web.UI.Client/src/common/services/contenteditinghelper.service.js
2021-01-20 14:17:02 +01:00
Niels Lyngsø
6d712b0d16
Call rebindCallback on errors as well ( #9688 )
2021-01-20 14:11:12 +01:00
Sebastiaan Janssen
1c22ce9de0
Merge branch 'v8/dev' into v8/contrib
2021-01-20 11:31:28 +01:00
Sebastiaan Janssen
724d4d1e20
Merge branch 'v8/8.10' into v8/8.11
...
# Conflicts:
# src/SolutionInfo.cs
2021-01-20 11:29:47 +01:00
Sebastiaan Janssen
251c5d08ef
Merge branch 'v8/8.9' into v8/8.10
...
# Conflicts:
# src/SolutionInfo.cs
2021-01-20 11:28:31 +01:00
Sebastiaan Janssen
7d229bc5a9
Merge branch 'v8/8.8' into v8/8.9
...
# Conflicts:
# src/SolutionInfo.cs
2021-01-20 11:27:10 +01:00
Sebastiaan Janssen
435695e2c3
Merge branch 'v8/8.7' into v8/8.8
...
# Conflicts:
# src/SolutionInfo.cs
2021-01-20 11:25:29 +01:00
Sebastiaan Janssen
59e27c4850
Merge branch 'v8/8.6' into v8/8.7
...
# Conflicts:
# src/SolutionInfo.cs
2021-01-20 11:24:02 +01:00
Bjarne Fyrstenborg
b44a3e4280
Inject missing localization service
...
(cherry picked from commit c501ef0b68 )
2021-01-20 11:19:37 +01:00
Mads Rasmussen
704fad92e5
Fixes: 9360: Nested validation freezes browser ( #9677 )
...
Co-authored-by: Niels Lyngsø <niels.lyngso@gmail.com >
(cherry picked from commit b75a237162 )
2021-01-20 11:09:14 +01:00
Niels Lyngsø
b6558cf734
empty value should also enable in order to stay backwards compatible.
...
(cherry picked from commit 2321fbfcab )
2021-01-20 11:06:03 +01:00
Rachel Breeze
14961e670d
Improvements to validation and accessibility of relationship create view ( #9154 )
...
* Improved validation on save for relationships and also added support for accesibilty
* Moved the localisation into the radiobutton and added support for localisation using lavel-key in the UmbRadioButtonController
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au >
2021-01-20 09:12:46 +10:00
Bjarne Fyrstenborg
c501ef0b68
Inject missing localization service
2021-01-20 09:06:29 +10:00
Warren Buckley
9601dead7b
V8: Angular Divorce: isFunction ( #7861 )
...
* Bye bye angular.isFunction & use Utilities.isFunction
* Utilities.js is not available on first load - replace isFunction detection with underscore equivalent
* found a stray isFunction
Co-authored-by: Kenn Jacobsen <post@kennjacobsen.dk >
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au >
2021-01-20 08:40:21 +10:00
Warren Buckley
0822f0cbe5
V8: Angular Divorce: equals ( #7860 )
...
* Bye bye angular.equals & use Utilities.equals which is still using angular.equals under the hood for now
* Update umbvariantcontenteditors.directive.js
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au >
2021-01-20 08:27:28 +10:00
Sebastiaan Janssen
a04af69181
Merge branch 'v8/8.10' into v8/8.11
2021-01-19 17:31:07 +01:00
Bjarne Fyrstenborg
b1eebdd598
Add back icon name in class attribute to work again with font icons
...
(cherry picked from commit c1ebfc58cf )
2021-01-19 17:18:49 +01:00
Bjarne Fyrstenborg
c1ebfc58cf
Add back icon name in class attribute to work again with font icons
2021-01-19 17:18:14 +01:00
Rasmus John Pedersen
9851c308f5
Add custom error page for BootFailedException
2021-01-15 09:25:16 +01:00
Sebastiaan Janssen
23a50df3a5
Merge branch 'v8/8.10' into v8/8.11
2021-01-13 17:02:54 +01:00
Sebastiaan Janssen
46faf32c9e
Merge branch 'v8/8.9' into v8/8.10
2021-01-13 17:02:29 +01:00
Warren Buckley
86504d69d3
Merge pull request #9644 from umbraco/v8/bug/9432-checkboxes-on-doctype-compositions
...
V8/bug/9432: Backoffice UI - checkboxes on doctype compositions uncheck after selecting an item
(cherry picked from commit 0d7a683c60 )
2021-01-13 16:54:26 +01:00
Sebastiaan Janssen
e8b8723f51
Merge branch 'v8/dev' into v8/contrib
2021-01-13 16:51:29 +01:00
Sebastiaan Janssen
e696aea1fc
Merge branch 'v8/8.11' into v8/dev
2021-01-13 16:50:54 +01:00
Sebastiaan Janssen
1842f766ae
Merge branch 'v8/8.10' into v8/8.11
2021-01-13 16:50:02 +01:00
Sebastiaan Janssen
7cbc09ba89
Merge branch 'v8/8.9' into v8/8.10
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/less/components/umb-nested-content.less
2021-01-13 16:49:33 +01:00
Sebastiaan Janssen
29979a55a0
Merge branch 'v8/8.8' into v8/8.9
2021-01-13 16:40:10 +01:00
Sebastiaan Janssen
2fd85c58b5
Merge branch 'v8/8.7' into v8/8.8
2021-01-13 16:38:47 +01:00