Commit Graph

9921 Commits

Author SHA1 Message Date
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
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
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
Niels Lyngsø
37c668b4a8 ensure history line only goes between entries of the list. 2019-11-26 11:02:56 +01:00
Niels Lyngsø
4be096af0f Merge remote-tracking branch 'origin/v8/8.4' into v8/dev 2019-11-26 08:24:26 +01:00
Shannon
ba625e6181 fix up minor inconsistency 2019-11-26 12:20:49 +11:00
Niels Lyngsø
ea8f1c3ae3 make umbProperty optional, since its not present in DocumentTypeEditor 2019-11-25 15:47:45 +01:00
Niels Lyngsø
b4ae7ebe2c refactored how communication is done between propertyEditorController and umbPropertyDirective 2019-11-25 15:38:11 +01:00
Niels Lyngsø
b0b67ca957 removed PropertyEditorService as its not needed anymore 2019-11-25 15:36:56 +01:00
Niels Lyngsø
503fd1887e Change NestedContent property editor controller into a component 2019-11-25 13:16:04 +01:00
Warren Buckley
f9d59f9270 Merge pull request #7211 from umbraco/v8/bugfix/3909-Rename-reference-to-info
Rename reference to info
2019-11-25 10:46:01 +01:00
Niels Lyngsø
b9104dfaf8 moved info properties to the into tab. 2019-11-22 14:53:15 +01:00
Niels Lyngsø
e83589a024 rename reference tab to info tab 2019-11-22 09:59:11 +01:00
Niels Lyngsø
3402f36de3 check if template tree exists, to avoid error if its not present. 2019-11-22 09:02:28 +01:00
Warren Buckley
f209905d2a Update src/Umbraco.Web.UI.Client/src/common/services/tabbable.service.js
(cherry picked from commit 7798937ea7d26bd42d122a1ebdb90859e4cb11c5)
2019-11-21 14:30:44 +01:00
Niels Lyngsø
213fa0e71e return true, cause DocumentFragment is never displayed.
(cherry picked from commit ec9c99554ace24b5a1fbeae4a22dbe29cdc62f77)
2019-11-21 14:30:36 +01:00
Niels Lyngsø
7ccfe809ae Do not check style of DocumentFragment.
(cherry picked from commit 3b7d5995e4cdeab56265114416e7ea17b8ca7cbd)
2019-11-21 14:30:24 +01:00
Warren Buckley
c7c98e1750 Add required message validation to textarea 2019-11-21 10:57:15 +01:00
Andy Butland
12fa862ee6 Merge branch 'v8/dev' into feature/5702-custom-validation-messages 2019-11-19 11:53:33 +01:00
Warren Buckley
7c1af34b3e Update src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js 2019-11-19 08:58:00 +00:00
Niels Lyngsø
5c160f6390 Only replace content by EmbedItem if the selected content is of type EmbedItem. 2019-11-18 14:20:44 +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
Niels Lyngsø
e2adb4964c remove isProd from Gulp script 2019-11-13 09:36:40 +01:00
Jan Skovgaard
a2551521e4 Settings dashboard: Add translations (#6880) 2019-11-11 20:48:52 +01:00
Niels Lyngsø
73f7e85f41 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/0000-DataType-DeleteWarning-with-links-to-references
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/datatypes/delete.html
2019-11-08 09:28:52 +01:00
Poornima Nayar
52dcdb396f Accessibility Improvement - Open Template in info content app changed from anchor tag to button 2019-11-07 14:34:46 +00:00
Poornima Nayar
603f720636 Changed the styling of Resend Invitation button and fixed the margin 2019-11-07 14:17:08 +00:00
Paul Seal
466610bd32 - added delete title to trash icons in the grid 2019-11-07 14:05:23 +00:00
John Sheard
d747312eb7 encode name of folder rename 2019-11-07 13:06:50 +00:00
Kenn Jacobsen
a78aab628f Don't show rollback for deleted content 2019-11-05 18:15:14 +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
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
Rasmus John Pedersen
640f042acf Disallow deleting "Sensitive data" user group 2019-11-04 11:37:50 +01:00
Rasmus John Pedersen
6b318207c7 Disable rename alias of system user groups 2019-11-04 11:37:27 +01:00
Mike
88af496f29 Accessibilty improvement to media picker (#6805) 2019-11-01 10:17:28 +01:00
Marc Goodson
a873c9188f Allow querystring parameters to set IsElementType checkbox on create document type route (#6779)
* Allow query string parameters sent to create document type route 'set' the default checkboxes for either Is an element type or Allow varying by culture

* allow isElement and AllowVaryByCulture to be set in infinite editor

not sure where this is used, but in theory this might be useful to be wired up too?

* Release the camels!

update the model properties to follow camelcase, ignoring the existing notemplate that doesn't!!
2019-10-31 16:20:02 +01:00
Poornima Nayar
b2e5d64d6e Better exception handling for templates when they exceed 255 ch… (#6649) 2019-10-31 15:54:14 +01:00