Commit Graph

5221 Commits

Author SHA1 Message Date
Sebastiaan Janssen
e5aaa20863 Merge branch 'v8/8.10' into v8/8.11 and bump version to 8.11.2
# Conflicts:
#	src/SolutionInfo.cs
2021-03-11 14:52:58 +01:00
Sebastiaan Janssen
3a5327a84d Merge branch 'v8/8.9' into v8/8.10 and bump version to 8.10.3
# Conflicts:
#	src/SolutionInfo.cs
2021-03-11 14:50:35 +01:00
Sebastiaan Janssen
e75895ce48 Merge branch 'v8/8.8' into v8/8.9 and bump version to 8.9.3
# Conflicts:
#	src/SolutionInfo.cs
2021-03-11 14:47:33 +01:00
Sebastiaan Janssen
0479ee41dd Merge branch 'v8/8.7' into v8/8.8 and bump version to 8.8.4
# Conflicts:
#	src/SolutionInfo.cs
2021-03-11 14:45:46 +01:00
Sebastiaan Janssen
1c5d95def4 Merge branch 'v8/8.6' into v8/8.7 and bump version to 8.7.3
# Conflicts:
#	src/SolutionInfo.cs
2021-03-11 14:42:10 +01:00
Sebastiaan Janssen
21bee00518 Bump version to 8.6.8 2021-03-11 14:38:19 +01:00
Sebastiaan Janssen
edab3507ec Merge branch 'v8/8.10' into v8/8.11 2021-03-09 14:49:08 +01:00
Sebastiaan Janssen
1d3d83466c Merge branch 'v8/8.9' into v8/8.10 2021-03-09 14:48:22 +01:00
Sebastiaan Janssen
4481e90f10 Merge branch 'v8/8.8' into v8/8.9
# Conflicts:
#	src/Umbraco.Web.UI/Umbraco/Views/Default.cshtml
2021-03-09 14:33:01 +01:00
Kenn Jacobsen
b7553e311a Cache the SVG icons serverside to boost performance (#9200)
Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
(cherry picked from commit 8e01ac30d6)

# Conflicts:
#	src/Umbraco.Web.UI/Umbraco/Views/Default.cshtml
#	src/Umbraco.Web/Services/IconService.cs
2021-03-09 14:22:22 +01:00
Sebastiaan Janssen
2999a48a59 Bump version to 8.11.1 2021-01-28 11:48:32 +01:00
Sebastiaan Janssen
ae30a8db91 Bump version to 8.10.2 2021-01-20 11:29:04 +01:00
Sebastiaan Janssen
e913c2720c Bump version to 8.9.2 2021-01-20 11:27:40 +01:00
Sebastiaan Janssen
cda81ae9be Bump version to 8.8.3 2021-01-20 11:26:14 +01:00
Sebastiaan Janssen
0b3256c4fe Bump version to 8.7.2 2021-01-20 11:24:28 +01:00
Sebastiaan Janssen
e18bda50a1 Bump version to 8.6.7 2021-01-20 11:18:18 +01:00
Sebastiaan Janssen
0ee80bf88c Bump version to 8.11.0-rc 2021-01-08 15:47:54 +01:00
Sebastiaan Janssen
ca5c56dccd Merge branch 'v8/8.10' into v8/dev
# Conflicts:
#	src/Umbraco.Web.UI/config/umbracoSettings.config
2021-01-08 15:43:45 +01:00
Sebastiaan Janssen
967485f4e1 Merge branch 'v8/contrib' into v8/dev
# Conflicts:
#	src/Umbraco.Core/Runtime/SqlMainDomLock.cs
2021-01-08 15:18:03 +01:00
Sebastiaan Janssen
b0afd3b862 Bump version to 8.10.1 2021-01-04 13:31:41 +01:00
Warren Buckley
36cb34285c Telemetry revisited - Move from App_Data file to UmbracoSettings.config (#9554) 2020-12-16 08:50:59 +01:00
Rasmus John Pedersen
6a4045c87d Fix typo 2020-12-15 15:20:20 +00:00
Niels Lyngsø
cba3f3c6a9 added missing Y 2020-12-15 09:27:30 +01:00
Warren Buckley
3c610e7992 Merge pull request #9545 from umbraco/v7/bugfix/9484
Change dialog
2020-12-14 11:43:54 +00:00
Niels Lyngsø
734d33fe1c change dialog 2020-12-14 11:14:12 +01:00
Niels Lyngsø
60dbfb66f7 changed wording 2020-12-14 10:21:23 +01:00
fhatrifork
00a5df7ac5 Update TextString.cshtml (#9535)
ReplaceLineBreaksForHtml is deprecated and the alternative ReplaceLineBreaks includes HtmlEncode.

This update will remove an error in Visual Studio
2020-12-13 01:05:54 +01:00
Büşra Parnell
370b3b31ba Little tweak
Translated the word 'cheers' friendlier to Turkish :)
2020-12-10 07:43:58 +10:00
patrickdemooij9
0a3a0f4f76 9078: Allow changing the login logo through umbracoSettings (#9083)
* 9078: Allow changing the login logo through umbracoSettings

* 9078: Add default login logo in code
2020-12-09 09:23:48 +01:00
Rachel Breeze
0085554e84 When a user switches their own language the menu doesn't update to reflect the language change (#9203)
* Now prompts the user to reload their browser if they change their own language and also displays the response prompt in their language
2020-12-05 03:24:18 +01:00
Bjarne Fyrstenborg
0b6752e115 Add rel="noopener" to anchor elements with target="_blank" (#9369)
* Add rel="noopener" to anchor elements with target="_blank"

* Add rel="noopener" to language files as well

* Fix link, link tp https and link to umbraco.com

* Add noreferrer value
2020-12-05 02:13:41 +01:00
Marc Goodson
be0ac5e3f3 Update Language keys for 'Public Access' to become 'Restrict Public Access' … (#9197)
* Update Language keys for 'Public Access' to become 'Restrict Access' on the action menu

* Updated to be Restrict Public Access - to edge our bets

* merge latest, update casing

Co-authored-by: Nathan Woulfe <nathan@nathanw.com.au>
2020-12-05 09:46:37 +10:00
Martin Amsinck
43c00690b9 #9476 danish translations for addUpTo + danish translation for entriesShort + entriesExceed 2020-12-04 07:51:34 +10:00
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
Warren Buckley
7ff0f9ee20 Bump version to 8.10.0-rc
.\build SetUmbracoVersion 8.10.0-rc
2020-11-30 13:27:33 +00: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
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
Sebastiaan Janssen
b5546d074a Merge branch 'v8/contrib' into v8/dev 2020-11-23 10:19:14 +01:00
Jan Skovgaard
8549d1ac7a ContextDialog: Accessibility improvements (#9045)
* Add role and aria attributes as well as a screen reader only description

* Add translations to language files
2020-11-23 09:59:43 +10:00
Mücahit GENÇ
68997cd219 Turkish language has been arranged according to v8 (#9400)
* Update tr.xml

* Update tr.xml

* Updated "tr.xml"

* Update tr.xml
2020-11-17 07:49:52 +10:00
Sebastiaan Janssen
f88144ae48 Merge branch 'v8/dev' into v8/contrib
# Conflicts:
#	src/Umbraco.Examine/ContentIndexPopulator.cs
2020-11-04 11:34:27 +01:00
Sebastiaan Janssen
e42b8b20f4 Merge branch 'v8/8.9' into v8/dev
# Conflicts:
#	src/SolutionInfo.cs
2020-11-04 11:30:27 +01:00
Sebastiaan Janssen
466f59c8d4 Bump version to 8.9.1 2020-11-04 11:22:47 +01:00
Sebastiaan Janssen
d7f10ff154 Merge branch 'v8/8.8' into v8/8.9 2020-11-04 11:21:03 +01:00
Sebastiaan Janssen
54ad4c2481 Bump version to 8.8.2 2020-11-04 11:19:32 +01:00
Sebastiaan Janssen
aac35698a1 Merge branch 'v8/8.8' into v8/8.9 2020-11-04 10:07:04 +01:00