Commit Graph

10420 Commits

Author SHA1 Message Date
Rachel Breeze
b8387ac4e5 Don't keep prepending login to the page title
Now uses #6456 to prevent the page title being appended to the previous page title when the user is automatically logged out.
2019-12-19 08:50:59 +01:00
Poornima Nayar
e92ab7d3a5 Changed the Disable button in user details to be warning style 2019-12-19 08:35:39 +01:00
Dennis Adolfi
a835aa0674 v8: Updated search component to get translated placeholder "Search.." and "Clear" text (#7122)
* Added translation for clear with marker so I can see if it loads correcly. Installing Umbraco locally to try it out.

* Added Clear translation to en.xml, en-us.xml and sv.xml.

* befin translation search placeholder. Not working for some reason, investiagte.

* Inject localizationService to localize placeholder. For some reason i get 503 service unavabile when I try to build.ps1. Will have to look more into this late, saving my work.

* merge conflicts

* 2 vs 4 spaces caused massive diff. Fixed my local copy to same space so now it should look better.

* * updated after PR review. Using localize element attribute instead of adding dependency to the localizationService. Also added dansih translation.

* Remove whitespace noise
2019-12-19 08:25:42 +01:00
Liam Laverty
76ef9da271 maps isSensitiveData in groupsbuilder
` property.isSensitiveData = propertyModel.isSensitiveData;` wasn't being set, which seems to have caused https://github.com/umbraco/Umbraco-CMS/issues/7270
2019-12-18 14:48:54 +01:00
Bjarne Fyrstenborg
c692bd997a Use input-id on toggle in profiler dashboard 2019-12-18 14:47:18 +01:00
René Pjengaard
56b0480d4f added documentation for param startNodeId (mediaPicker) 2019-12-18 14:45:33 +01:00
René Pjengaard
d0daec65c4 added documentation for param startNodeId 2019-12-18 14:44:14 +01:00
Rachel Breeze
578a725d7c V8: Accessibility Changes For umbEditorHeader Directive (settings section) (#6986)
* Improved accessibility of the data type edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title

* Improved accessibility of the macro edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title

* Improved accessibility of the relation type edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title

* Added to do note for log viewer
2019-12-18 14:37:34 +01:00
Laura W
c6afb861aa Updated language discrepancies on database install steps 2019-12-18 14:33:15 +01:00
Mike Masey
661ece2a4c Improve keyboard accessibility for media library items (#6916)
* improvement: add better tabbed focus state to media grid item

* fix: update media grid item overlay to show on focus & change div to button
2019-12-18 14:06:30 +01:00
Rob Maas
809ab6d05f Added ContentApps for Members (#6670) 2019-12-18 10:43:41 +01:00
Shannon
a1769dd937 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/media-tracking
# Conflicts:
#	src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
#	src/Umbraco.Core/Models/RelationType.cs
#	src/Umbraco.Web/PropertyEditors/NestedContentPropertyEditor.cs
#	src/Umbraco.Web/UmbracoComponentRenderer.cs
2019-12-18 15:28:27 +11:00
Kenn Jacobsen
39ae2fb258 Hide the Nested Content "add" button until the editor has loaded 2019-12-17 12:30:45 +01:00
Kenn Jacobsen
448f3406dd Make sure MNTP config displays allowed items correctly when a start node is set 2019-12-17 08:50:09 +01:00
Niels Lyngsø
e215d19f96 only show languages if we have any + select default if none is selected + right align dropdown menu 2019-12-16 16:31:04 +01:00
Niels Lyngsø
72054d7fe2 remove outcommented code 2019-12-16 15:08:00 +01:00
Niels Lyngsø
f20c11b37d Update src/Umbraco.Web.UI.Client/src/less/canvas-designer.less
removed comment

Co-Authored-By: Warren Buckley <warren@umbraco.com>
2019-12-16 14:32:53 +01:00
Niels Lyngsø
c4cf3cf5ea added motion to ensure attention brought to preview bar 2019-12-16 13:33:51 +01:00
Warren Buckley
b78d8fa3e1 Merge pull request #6795 from umbraco/v8/feature/mb-embed
V8: Embed models builder
2019-12-16 11:42:01 +00:00
Kenn Jacobsen
492fb01ad9 Don't load languages in treepicker unless they're needed 2019-12-12 13:41:40 +01:00
Niels Lyngsø
b722ae2008 bottom align preview bar 2019-12-11 13:08:19 +01:00
Kenn Jacobsen
a8c55a4cb9 Make the Multi URL Picker sorting behave the same as MNTP 2019-12-11 09:53:20 +01:00
Kenn Jacobsen
bfcc10e35e Prevent the Nested Content item picker from crashing when hitting enter on "add content" twice 2019-12-11 09:06:12 +01:00
Kenn Jacobsen
c6a7bfb1c9 Don't add new Nested Content items on enter key 2019-12-10 21:41:01 +01:00
Niels Lyngsø
86c6fd5873 dropdown menus for preview 2019-12-10 14:07:09 +01:00
Kenn Jacobsen
12376fb6be Make Nested Content actually save the item content again (#7301) 2019-12-10 09:44:05 +01:00
Niels Lyngsø
6c0cb723c6 new preview UI prototype 2019-12-10 09:40:41 +01:00
Kenn Jacobsen
aa158fa79f Avoid UI "jumping" when sorting nested content items 2019-12-09 22:27:38 +01:00
Warren Buckley
1d0fb7be3b Merge branch 'v8/dev' into v8/feature/0000-gulp-only-render-sourcemaps-on-dev 2019-12-06 09:10:18 +00:00
Claus
a06946289d Merge pull request #7274 from umbraco/v8/bugfix/AB4075-activeNode-should-match-nodeType
Checking nodeType on activeNode to ensure that nodes originate from same treeAlias
2019-12-06 09:44:42 +01:00
Niels Lyngsø
37513a5161 basic setup for differentiating compile modes in gulp + only compile sourcemaps in dev mode 2019-12-06 09:34:53 +01:00
Warren Buckley
2948d506ea V8: Bye hardcoded colors lets use Variables (#7246)
* Bye bye #fff let's use the variable @white instead

* Update to use @black

* Update canvas-designer file with variables where possible - ALOT was not found (need to see if we have similar matches already)

* Update all hex colour variables or add a TODO comment

* Empty LESS files so lets get rid of them

* Moves the color CSS classes out into own less file to ensure variables contains variables only

* Adds in gulp-sourcemaps to allow us to have LESS sourcemaps - https://www.npmjs.com/package/gulp-less#source-maps

* A VERY BAD first attempt at doing DARK mode, but plumbing done. Now a game of tweaking variables

* Revert "A VERY BAD first attempt at doing DARK mode, but plumbing done. Now a game of tweaking variables"

This reverts commit 5ac8080c8b314cd65b1bd735fea88569991736b2.

* Update hard-coded hex values to color variables

* Fix couple typos with LESS variables gray not grey

* Amend build script so we remove the /umbraco/assets/css/maps folder from the build ouput of the ZIP & Nuget Packages

* Removing more hard coded colour values
2019-12-05 13:38:57 +01:00
Niels Lyngsø
0c3d3b229e Checking nodeType on activeNode to ensure that nodes originate from the same treeAlias 2019-12-04 14:42:06 +01:00
Warren Buckley
36c8285daf Merge pull request #7267 from umbraco/v8/bugfix/7247-fixing-auto-resize-to-show-docType-alias
adding timeout for Chrome to render before making the correction
2019-12-03 13:43:51 +00:00
Warren Buckley
dc4b9a3c4d Merge pull request #7265 from umbraco/v8/bugfix/7258-hideLabel-for-Grid-RTE-PreValue-for-8.4
7258 hide label for grid rte pre value for 8.4
2019-12-03 13:21:08 +00:00
emma burstow
bfb9c71981 Merge branch 'v8/dev' into pr/7004 2019-12-03 11:21:21 +00:00
emma burstow
de496a0256 Merge branch 'v8/dev' into pr/7003 2019-12-03 11:11:50 +00:00
Niels Lyngsø
2d0a8d52d9 adding timeout for Chrome to render before making the correction 2019-12-03 12:06:31 +01:00
Niels Lyngsø
fa783e4861 corrected position of Property-Action toggle for non horizontal form 2019-12-03 09:51:41 +01:00
Niels Lyngsø
5616dcb807 moved hideLabel to control-header 2019-12-03 09:46:40 +01:00
Niels Lyngsø
43f63497d0 visual corrections for listview and grid 2019-12-02 14:49:14 +01:00
Niels Lyngsø
988f8890fe minor change for mini-search component 2019-12-02 14:48:43 +01:00
Niels Lyngsø
201c31395c componentizing mini-search 2019-12-02 14:48:17 +01:00
Kenn Jacobsen
d456051cbe Do not save content when opening the content template in infinite editing 2019-12-02 07:49:29 +01:00
Niels Lyngsø
f0a310d6d7 using btn-outline for create button in listivew 2019-11-28 17:41:28 +01:00
Niels Lyngsø
938d5d207d NC PropertyAction Delete-All, do not test length if value is nu… (#7242) 2019-11-28 10:35:07 +01:00
Kenn Jacobsen
771fa3028a V8: Fix Nested Content configuration overflow on smaller screens (#7006) 2019-11-28 09:09:50 +01:00
Jan Skovgaard
c20416a374 Nested Content: Fix controls to be more accessible (#6998)
* Change a to button
* Added localization for copy
* Correcting lost parts from merge.
2019-11-27 13:38:02 +01:00
Kenn Jacobsen
880d65bb42 V8: Add indicators to required properties within nested content (#7217) 2019-11-27 12:32:16 +01:00
Kenn Jacobsen
0abd3aec9b Merged with v8/dev 2019-11-26 19:04:35 +01:00