Commit Graph

5082 Commits

Author SHA1 Message Date
Bjarke Berg
ad6343719b Merge branch 'v8/8.2' into v8/dev
# Conflicts:
#	src/SolutionInfo.cs
2019-10-31 11:48:53 +01:00
Bjarke Berg
ef38fc1a6d Bump version to 8.2.2 2019-10-31 10:02:08 +01:00
Niels Lyngsø
946fb38924 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/6816-property-actions
# Conflicts:
#	src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
#	src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
2019-10-30 13:24:30 +01:00
Rachel Breeze
1bac8141f5 V8: Accessibility Changes For umbEditorHeader Directive (#6315)
* Umb editor control contains a11y support for the media section

* Started work to align to the settings section

* A11Y Amends for umbraco header directive specifically to support document type

* Fixed error when creating a new user

* This change makes sure that if a relationship type is edited, followed by a create, the title of the page is reset, a seperate PR will address the a11y requirements for this controller

* Umbraco Header directive now uses "create" rather than create item

* Made the ediorFor property more generic

* Made the ediorFor property more generic
Umbraco Header directive now uses "create" rather than create item

* Edit and create template now aligns to the more a11y header directive

* Added support for a11y name and title on settings->scripts

* Added support for a11y name and title on settings->stylesheets

* Added support for a11y name and title on settings->partial views

* Added support for a11y name and title on settings->partial view macros

* Added support for a11y name and title when editing members

* Added support for a11y name and title when editing member groups

* Updated to ignore package-lock

* Added support for a11y name and title when editing media types

* Added the ability to prevent the title being set via the umbeditorheader directive, currently for use when the content editor is editing media via a content page

* No longer sets the page title by default

* No longer sets the page title by default

* Added support for a11y name and title when editing members

* Added support for a11y name and title when editing dictionary items

* Removed bug where by screen reader was reading "blank" when the name-locked value was set to true or there was no message/ name to display

* Fixing redering issues following refactor

* Don't ignore package-lock.json

* Merged languages

* Fix up merge errors
2019-10-30 10:14:47 +00:00
Niels Lyngsø
c86b63f7fd Changed validation for NestedContent, allow for pasting many items, but do not allow to save them. 2019-10-30 10:49:34 +01:00
Sebastiaan Janssen
06e2146b54 Merge branch 'v8/dev' into pr/6823
# Conflicts:
#	src/Umbraco.Web.UI.Client/gulp/tasks/watchTask.js
#	src/Umbraco.Web.UI/Umbraco/config/lang/da.xml
#	src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
#	src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
2019-10-30 07:28:00 +01:00
Jan Skovgaard
c563d617fb Log viewer: Localize texts and titles (#6861) 2019-10-29 22:11:08 +01:00
nfJakobsen
63060a88c6 added apostrophe so Installer becomes Installér 2019-10-29 21:07:09 +01:00
Ronald Barendse
7f0a077f58 Add SecurityCodeScan static code analyzer (#6636)
* Added SecurityCodeScan to all projects

* Enable analysing of content items
2019-10-29 19:37:15 +01:00
Carole Rennie Logan
99272a48f3 Copy to clipboard in query builder (#6584) 2019-10-29 19:07:40 +01:00
Bjarke Berg
1436441f78 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/mb-embed 2019-10-29 16:09:43 +01:00
Bjarke Berg
d82918d39c Merge branch 'v8/feature/AB3289-MB-allow-legacy' into v8/feature/AB3389-MB-Move_js_from_app_plugins 2019-10-29 14:44:10 +01:00
Bjarke Berg
a00824484d Revert "AB3289 - Do not use the nuget package as default"
This reverts commit 7d08040f
2019-10-29 14:43:43 +01:00
Bjarke Berg
7d08040f34 AB3289 - Do not use the nuget package as default 2019-10-29 14:29:58 +01:00
Bjarke Berg
17e28b6840 AB3389 - Move the stuff from App_Plugins/ModelsBuilder into Umbraco.Web.UI.Client and handle dashboard as code. 2019-10-29 14:28:54 +01:00
Niels Lyngsø
312a069531 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/6816-property-actions
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/less/main.less
2019-10-29 11:08:06 +01:00
Warren Buckley
38b96beb0d Merge branch 'v8/dev' into v8/bug/6663-lang-variant-deletion
# Conflicts:
#	src/Umbraco.Web/Cache/LanguageCacheRefresher.cs
2019-10-29 09:16:52 +00:00
Shannon
2c9939e516 restores the MB enable flag 2019-10-29 11:02:18 +11:00
Shannon
cd89308711 Ensures embedded MB is enabled on the UI proj, disables embedded MB if the legacy MB is detected 2019-10-29 01:14:10 +11:00
Shannon
3b6abbb936 Renames project: Umbraco.ModelsBuilder.Embedded and namespaces since we need a different assembly, updates nuspec, changes file path of MB app_plugins 2019-10-29 00:25:03 +11:00
Niels Lyngsø
c6ed307e62 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/6816-property-actions
# Conflicts:
#	src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
2019-10-28 10:00:05 +01:00
Matthew-Wise
4153cfe78f WIP/Issue - Improving accessibility of the three dot tree options button (#6561)
* Improves accessability of the three dot tree options button

* Updated list view headers styling to have the link/hand cursor visible only if the header is sortable (and hence clicking has an effect)

* Allows members to be ordered by additional system fields (#6575)

* Fix ContentType.Alias matching in PublishedContentExtensions an… (#6577)

* Fixes an error in #6538 by moving the colon character to the sr-only span

* V8: Move misplaced colon in language selector (#6692)

* V8: It should be possible to disallow all types at content root (#6580)

* Pick macro parameters in an infinite editor like content type properties (#6586)

* Reload node children after publishing with descendants

* Correct URL decoding of macro partial view names (#6592)

* Fix semantics for list views (#6595)

* fixes test

* fixing tests

* Improved menu context
2019-10-27 14:07:06 +00:00
Anders Bjerner
a4b4014d6c Improved a few Danish translations for the Users section 2019-10-25 15:55:20 +02:00
Niels Lyngsø
9fc52103c4 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/6816-property-actions
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/less/main.less
#	src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
2019-10-25 15:24:01 +02:00
Søren Kottal
56f33e1006 Adds nametemplates for grid editors (#6634)
* Adds nametemplates for grid editors
2019-10-25 12:35:15 +02:00
Niels Lyngsø
548bb48f38 PropertyActions first version 2019-10-25 11:50:52 +02:00
Søren Kottal
131273bb5c V8 style preview badge (#6585)
* V8 style preview badge

* updates the preview badges in other places

* Removes umbraco logo

* changes the "click to end" icon

* Set flex-shrink to 0 on the badge end element

* adds width:1em to the svg
2019-10-25 11:37:58 +02:00
elitsa
c03a2c6ed4 Merge remote-tracking branch 'origin/v8/dev' into grid-editor-name-templates 2019-10-25 11:30:18 +02:00
Jan Skovgaard
2b22350d56 Media picker: Fix semantics, missing dictionary items and hide… (#6707) 2019-10-24 22:12:54 +02:00
Kenn Jacobsen
df8347d5f4 V8: General UX overhaul of the media picker in the RTE (#6722) 2019-10-24 21:01:01 +02:00
Kenn Jacobsen
04b736870c Style and translate the composition removal confirmation dialog (#6769) 2019-10-24 17:06:41 +02:00
Mario Lopez
4bc4b6946e #5294 Full path for DocType on Nested Content configuration (#5430) 2019-10-24 16:49:04 +02:00
Niels Lyngsø
2b4c35bcd8 Better label for copying all entries of nested content 2019-10-24 13:30:56 +02:00
Niels Lyngsø
d68cb1f802 Copy all entries feature for nested content 2019-10-24 10:02:33 +02:00
Callum Whyte
6301371e59 Updating references to our.umbraco.org 2019-10-23 18:07:53 +02:00
Bjarke Berg
c5bee77537 AB3267 - removed option to disable modelsbuilder - dont make sense for v8, and everything is broken when if you did it. 2019-10-23 14:40:52 +02:00
Marc Stöcker
f019473b0a Keep wording consistent
Keep it similar to "addGridLayout" or "addRowConfiguration" and also in line with "areAdded".
2019-10-23 11:31:44 +02:00
Bjarke Berg
01ddc97e25 Merge remote-tracking branch 'origin/v8/dev' into v8/dev 2019-10-22 16:39:36 +02:00
elitsa
09128db858 Merge branch 'v8/dev' into grid-editor-name-templates 2019-10-22 16:25:25 +02:00
Bjarke Berg
050fc1576b Merge branch 'v8/8.2' into v8/dev
# Conflicts:
#	src/SolutionInfo.cs
2019-10-22 16:23:13 +02:00
Bjarke Berg
54bb5bb835 Bump version to 8.2.1 2019-10-22 16:07:37 +02:00
Claus
5e684487c0 fixes images not showing up when rendering rte from the grid. 2019-10-22 16:00:39 +02:00
Bjarke Berg
e1c6f721b0 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/mb-embed 2019-10-21 13:33:59 +02:00
Bjarke Berg
c072015288 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/AB2913-DataTypeTracking
# Conflicts:
#	src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
2019-10-21 09:40:21 +02:00
Kenn Jacobsen
1b07d812a7 Merged with latest v8/dev 2019-10-21 09:02:38 +02:00
nfJakobsen
6b4f7f9ec8 Added apostrophe to Filtrer... in danish 2019-10-17 14:15:22 +02:00
nfJakobsen
fef6730c1f Fixed title to proper danish 2019-10-17 14:14:22 +02:00
nfJakobsen
0355f7111e Documenttypes correctly spelled in danish is one word. 2019-10-17 14:13:34 +02:00
Bjarke Berg
13488be0a3 Merge pull request #6685 from umbraco/v8/bugfix/AB3057-change-lang-culture
Ability to change the culture of an existing language
2019-10-17 08:51:27 +02:00
Krnlsoft
9c7d3d8c2a Missing Italian translations
Added missing Italian translations
Removed TODO
2019-10-16 16:46:53 +02:00