Jan Skovgaard
9e6b2f7449
Grid editors: Accessibility improvements ( #9051 )
...
* Change div and img with ng-click events to be buttons and add a label for the caption input field
* Change back to old way of inserting icon
* Fix semantics and adjust styling
* Fix a11y and semantics
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au >
2020-12-03 09:42:39 +10:00
Jan Skovgaard
8d681f14c0
Search overlay: Improve accessibility ( #9035 )
...
* Ensure the "clear" button is tabable and add accessibility attributes and texts for the overlay
* Add sr-only texts and useful aria attributes
* Convert i to umb-icon and fix wrong values in aria attributes
* Add translation mappings
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au >
2020-12-03 08:01:14 +10:00
Jan Skovgaard
b5ae399cf8
Contextmenu: Add focus lock ( #9027 )
...
* Move the wrapping div of the context-menu directive inside the directive instead
* Add focus lock, attributes and temporary hardcoded text description of the overlay
* Remove umb-auto-focus directive
* Add dictionary key for the visuallyhidden description
* Add tranlsation key for en-us
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au >
2020-12-03 07:42:07 +10:00
Mole
c2d38640ea
Remove duplicate square bracket
2020-12-02 14:31:23 +01:00
Mole
b6b17e4c9a
Update cypress to 6.0.1
2020-12-02 13:11:17 +01:00
Mole
cdd3905046
Add timeout to Create data type test
2020-12-02 10:10:48 +01:00
Warren Buckley
7ff0f9ee20
Bump version to 8.10.0-rc
...
.\build SetUmbracoVersion 8.10.0-rc
2020-11-30 13:27:33 +00:00
Warren Buckley
6b744b39cc
Merge pull request #9370 from umbraco/v8/feature/anon-telemetry
...
Anonymous telemetry
2020-11-30 13:23:12 +00:00
Bjarke Berg
6d120322e5
Do not dispose the static httpClient, but the HttpRequestMessage
2020-11-30 13:35:55 +01:00
Warren Buckley
ee89610559
Remove unused RuntimeState
2020-11-30 12:23:28 +00:00
Warren Buckley
04430976c1
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/anon-telemetry
...
# Conflicts:
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
2020-11-30 12:20:52 +00:00
Warren Buckley
39d66bae47
Merge pull request #8849 from umbraco/v8/feature/property-label-on-top
...
Feature: Property label on top
2020-11-30 11:55:55 +00:00
Warren Buckley
23a31f56e7
Merge pull request #9469 from umbraco/v8/bugfix/9466-dont-use-form-horizontal-on-membergroups
...
Review Remove this form-horizontal class from member groups info
2020-11-30 11:26:50 +00:00
Warren Buckley
fa931416a4
Forgot to move the baseaddress set inside the usings
2020-11-30 10:34:10 +00:00
Warren Buckley
4de3c05e83
Wrap use of httpClient in a usings due to it being IDisposable
2020-11-30 10:33:07 +00:00
Warren Buckley
3e6830e173
Exit out of function but set to repeat if we are unable to read the file (perhaps a file lock)
2020-11-30 10:18:11 +00:00
Warren Buckley
fc2ff2525d
No need for the if null check as it will always be null in the ctor
2020-11-30 10:15:06 +00:00
Warren Buckley
5328268645
Uncomment #ifdef
2020-11-30 10:08:48 +00:00
Warren Buckley
b29ed4c9c3
Set a low 1 second timeout, no need to be a BIG timeout on this request
2020-11-30 10:04:21 +00:00
Warren Buckley
1394387d43
Move the backgroundtask runner into Initialize method to follow same practise as SchedulerComponent
2020-11-30 09:18:13 +00:00
Warren Buckley
f747e2a2dc
Missing namespace from Bjarkes suggestion to move to DataMember
2020-11-30 09:17:39 +00:00
Warren Buckley
5dcb488d2c
Update src/Umbraco.Web/Telemetry/ReportSiteTask.cs
...
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
2020-11-30 09:12:27 +00:00
Warren Buckley
c5afcf1c9c
Move marker file into App_Data a folder that can never be served
2020-11-30 09:08:24 +00:00
Warren Buckley
36cd06b952
Add Debug logging and dont set type for ex as we are not using it
2020-11-30 09:05:38 +00:00
Warren Buckley
8a6db7f71f
Uncomment out the DEBUG lines
2020-11-30 09:05:03 +00:00
Niels Lyngsø
855bef8c59
remove this class, should not have been added here.
2020-11-30 09:56:01 +01:00
Steve
60a8d7725e
V8/bugfix/fix dictionaries ( #9328 )
...
* Remove double keys and unexpected text
* Add Dutch translations
* Update Dutch translations for 8.9
* Second pass
* Add CDATA to sectionMandatoryDesc
* Third pass
* Add rel="noopener" to links
Authored-by: SteveVaneeckhout <SteveVaneeckhout@users.noreply.github.com >
2020-11-29 22:54:00 +01:00
Rasmus Olofsson
bdf20dbcca
Add Swedish translation for the member section.
2020-11-28 02:02:33 +01:00
Warren Buckley
eeae4afe0b
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/property-label-on-top
...
# Conflicts:
# src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
2020-11-27 15:34:53 +00:00
Sebastiaan Janssen
862a7fdce6
Merge branch 'v8/contrib' into v8/dev
2020-11-27 14:04:55 +01:00
Matt Brailsford
a6f5e48f43
Introduce content app helper ( #9425 )
2020-11-27 14:02:19 +01:00
Warren Buckley
b4c65fe12a
Update src/Umbraco.Core/Migrations/Upgrade/V_8_10_0/AddPropertyTypeLabelOnTopColumn.cs
...
Co-authored-by: Bjarke Berg <mail@bergmania.dk >
2020-11-27 11:19:37 +00:00
Warren Buckley
7d3878842a
Merge pull request #7560 from umbraco/v8/feature/ensure-umb-editor-is-within-viewport
...
keep umb-editor inside viewport width
2020-11-27 11:11:42 +00:00
Warren Buckley
e41855b175
Merge pull request #7227 from umbraco/v8/feature/0000-remove-out-icon
...
V8/feature/0000 remove out icon
2020-11-27 10:28:52 +00:00
Niels Lyngsø
48d5682cab
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/0000-remove-out-icon
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/components/content/umb-content-node-info.html
# src/Umbraco.Web.UI.Client/src/views/components/media/umb-media-node-info.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/urllist/urllist.html
2020-11-27 11:15:37 +01:00
Warren Buckley
46743506ad
Merge pull request #7155 from umbraco/v8/feature/0000-NodeJS-minimum-version
...
set a minimum version requirement for node
2020-11-27 10:08:04 +00:00
Warren Buckley
2d1081c51e
Merge pull request #7444 from umbraco/v8/feature/round-corners-in-media-picker
...
added round corners in umb-media-grid for media-picker
2020-11-27 10:06:56 +00:00
Niels Lyngsø
5bbf0d04d2
require node v.10
2020-11-27 11:04:07 +01:00
Niels Lyngsø
d5b0080c51
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/0000-NodeJS-minimum-version
...
# Conflicts:
# src/Umbraco.Web.UI.Client/package-lock.json
# src/Umbraco.Web.UI.Client/package.json
2020-11-27 11:02:50 +01:00
Warren Buckley
643407d994
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/anon-telemetry
2020-11-27 09:48:36 +00:00
nzdev
8d96c6e842
Add check for converted so .startsWith does not throw
2020-11-25 19:33:55 +01:00
Nathan Woulfe
3f776c32f4
Update icon.prevalues.controller.js
2020-11-24 09:05:42 +01:00
Jan Skovgaard
8262f25e20
Listview: Fix icon-picker a11y ( #9050 )
...
* Add proper button and fix icon
* split value to avoid binding icon color in icon attribute
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au >
2020-11-24 17:19:23 +10:00
Bjarne Fyrstenborg
a9a4b0894a
Use umb-icon in umb-node-preview ( #9072 )
...
* Use umb-icon in umb-node-preview
* Inherit icon size from umb-icon
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au >
2020-11-24 16:53:08 +10:00
BatJan
fd09d4f319
Convert divs with ng-click to button and wrap texts in paragraphs
2020-11-24 16:02:08 +10:00
Kenn Jacobsen
1076e58cc7
Hide properyt actions for culture invariant properties
2020-11-24 15:55:46 +10:00
Rachel Breeze
388123ff66
Follows the same pattern as create a relationship page title and clears the page title when creating a dictionary item ( #9279 )
2020-11-24 02:15:58 +01:00
Warren Buckley
604e6f9abb
Merge pull request #9322 from umbraco/v8/feature/AB9079-use-tree-for-ElementType-pickers
...
V8/feature/ab9079 use tree for element type pickers
2020-11-23 15:32:13 +00:00
Warren Buckley
9367c24738
Merge pull request #9275 from umbraco/v8/feature/8689-make-settings-and-layout-props-available-for-labels
...
Make index, settings and layout props available for labels
2020-11-23 12:42:55 +00:00
Niels Lyngsø
e13b12a788
make index start at 1...
2020-11-23 13:13:04 +01:00