Commit Graph

4937 Commits

Author SHA1 Message Date
Niels Lyngsø
4b8ea94991 Property-Action for Remove All Entries in Nested Content (#7036)
* Property-Action for remove all entries from Nested Content
* Add "delete all items" confirmation and rephrase action link a bit
* Enforce "delete" confirmation type in overlayService.confirmDelete
* rename to controller for easier to solve merge conflicts
* update removeAllEntriesAction.isDisabled when content changes
* minor correction
2019-11-26 13:59:37 +01:00
Andy Butland
12fa862ee6 Merge branch 'v8/dev' into feature/5702-custom-validation-messages 2019-11-19 11:53:33 +01:00
mikkelhm
6faa5d79d3 Close unclosed key element in italian language file 2019-11-18 22:17:39 +01:00
Bjarke Berg
a97e131891 Bump version o 8.6 (8.5 reserved for MB release) 2019-11-14 14:00:49 +01:00
Bjarke Berg
c0dc545c27 Fix for csproj 2019-11-14 13:54:04 +01:00
Bjarke Berg
7c72fb57f2 Merge remote-tracking branch 'origin/v8/8.3' into v8/dev
# Conflicts:
#	src/SolutionInfo.cs
#	src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorheader.directive.js
#	src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
#	src/Umbraco.Web/Cache/LanguageCacheRefresher.cs
2019-11-14 13:40:32 +01:00
Bjarke Berg
ba73ad5792 Merge remote-tracking branch 'skttl/grid-editor-name-templates' into v8/dev
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.controller.js
#	src/Umbraco.Web.UI/config/grid.editors.config.js
2019-11-14 13:08:05 +01:00
Bjarke Berg
7eef6b4037 https://github.com/umbraco/Umbraco-CMS/issues/7125 - Updates the projects to use the same versions as required by our nuspec 2019-11-12 08:50:31 +01:00
Jan Skovgaard
a2551521e4 Settings dashboard: Add translations (#6880) 2019-11-11 20:48:52 +01:00
Richard Thompson
0d2c2846d4 Corrected the model variable name
The model variable name is registerModel rather than profileModel.
2019-11-07 15:21:11 +00:00
KB
d41e5bb27f Update JQuery CDN In partial snippets, to use newer version without vulnerability 2019-11-05 18:16:47 +00:00
Søren Kottal
1c70d04ce2 Moves editor name part out of template. Adds null checking in templates 2019-11-05 15:33:29 +01:00
Jan Skovgaard
68de8a1fa6 Video dashboard (Settings & Members): Add translations (#6881) 2019-11-05 12:20:00 +01:00
Jan Skovgaard
c8ec7ce8ba Profiling dashboard: Add translations (#6879) 2019-11-05 12:10:41 +01:00
Jan Skovgaard
8dd92bc720 NuCache dashboard: Add translation keys (#6867) 2019-11-05 11:46:55 +01:00
Jan Skovgaard
fd649ea0e2 Languages: Add missing "none" translation (#6865) 2019-11-05 10:27:27 +01:00
Jan Skovgaard
1759813795 Examine management dashboard: Add missing translations (#6866) 2019-11-05 10:20:11 +01:00
Bjarke Berg
88e57277fa Bump version to 8.4.0 2019-11-04 12:58:08 +01:00
Shannon
37fce725ff Updates UI to allow updating a culture for a language and warn the user if they are changing it, updates the controller to be able to udpate a culture on a lang 2019-11-04 11:42:46 +01:00
Bjarke Berg
501f9495a9 Bumb version to 8.3 2019-11-04 11:30:52 +01:00
Bjarke Berg
5c82968829 Merge remote-tracking branch 'origin/v8/dev' into v8/dev 2019-10-31 12:32:12 +01:00
Bjarke Berg
851a4e0d56 Fix Umbraco.Web.UI.csproj after auto merge 2019-10-31 11:49:43 +01:00
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
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
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
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