Commit Graph

29642 Commits

Author SHA1 Message Date
Niels Lyngsø
fd170094b6 minor visual adjustments 2020-08-26 13:09:00 +02:00
Warren Buckley
4a3f0f27f3 Merge pull request #8669 from umbraco/v8/feature/clipboard_sort_newest_first
V8.7RC Sort paste entries by date
2020-08-26 11:56:59 +01:00
Warren Buckley
eee3d489f1 Update src/Umbraco.Web.UI.Client/src/views/components/blockcard/umbBlockCard.component.js 2020-08-25 13:32:05 +01:00
Niels Lyngsø
4cc9935b10 Merge remote-tracking branch 'origin/v8/8.7' into v8/bugfix/block-catalouge-use-absolute-path-and-dont-scale-svg
# Conflicts:
#	src/Umbraco.Web.UI.Client/src/views/components/blockcard/umb-block-card.html
2020-08-25 13:55:54 +02:00
Niels Lyngsø
30e6f83358 Update umbBlockCard.component.js
change transparent to none
2020-08-25 13:23:11 +02:00
Bjarke Berg
44b84c4cdd Merge pull request #8427 from emmagarland/v8/feature/acceptancetests-cypress-backofficetour
Rerunning first tour resets tour data
2020-08-25 08:42:14 +02:00
Niels Lyngsø
7e32de7bb6 important fix 2020-08-24 21:59:34 +02:00
Chriztian Steinmeier
1c09ee7dce Add `!important' to the color in the style attribute (#8710)
Turns out `!important` doesn't work with the `ng-style` attribute, so have stwitched to use `ng-attr-style` instead, which works.
2020-08-24 21:58:21 +02:00
Niels Lyngsø
056a554875 use absolute path for thumbnail and dont scale SVGs 2020-08-24 21:38:36 +02:00
Emma Garland
6ee13fb0ea Timeout is a variable 2020-08-24 16:27:51 +01:00
Emma Garland
27a98dbdaa Tours green - clicked correct element 2020-08-24 16:23:18 +01:00
Emma Garland
cdab15af91 Refactoring 2020-08-24 16:20:51 +01:00
leekelleher
9ceecb21a8 Grid cell error - to use "umb-code-snippet" directive 2020-08-24 16:38:51 +02:00
Emma Garland
8e8a61d352 Updated % complete 2020-08-24 13:00:17 +01:00
Emma Garland
711b9b9c12 Slightly tweaked readme
Specified click as per PR review
2020-08-24 12:39:30 +01:00
Emma Garland
0df55d7894 Moved reset into correct scope 2020-08-24 12:31:04 +01:00
Sebastiaan Janssen
eaa6ceacfb Adding display: none; prevents ng-show from working
Fixes #8705
2020-08-24 10:35:10 +02:00
Emma Garland
3fcaf213ea Merge branch 'v8/contrib' into v8/feature/acceptancetests-cypress-backofficetour 2020-08-24 09:17:53 +01:00
Lee Kelleher
5e1d78db3e Grid Textstring editor - Fixes bug with unique ID. (#8546) 2020-08-24 09:47:30 +02:00
Niels Lyngsø
6a5bfcaa9c first take on umb-property-info-button 2020-08-21 10:09:15 +02:00
Bjarne Fyrstenborg
55c37e0a4e Update content type icon on save (#8585)
* Emit event when content type icon/color change

* Allow node css class to change when icon change

* Cleanup unused injected services

* Add missing aria-hidden attribute in tree

* Fix typo
2020-08-20 20:43:08 +01:00
Niels Lyngsø
19037d0a89 append date to the clipboard entry, and use it for sorting entries in the UI. 2020-08-20 10:27:14 +02:00
Sebastiaan Janssen
8db0967d47 Fix merge error 2020-08-20 10:19:14 +02:00
Warren Buckley
268eca922f Bump version to 8.7.0-rc
.\build SetUmbracoVersion 8.7.0-rc
2020-08-20 09:08:05 +01:00
Bjarke Berg
4a107ae722 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/AB7482-acceptance-tests-for-content
# Conflicts:
#	src/Umbraco.Tests.AcceptanceTest/package.json
2020-08-20 09:47:31 +02:00
Niels Lyngsø
4c0d05e4ea close tag 2020-08-20 09:44:52 +02:00
Bjarke Berg
2ac0ff9f40 Merge pull request #8595 from umbraco/v8/feature/partial-view-macro-acceptance
V8/feature/Add acceptance tests
2020-08-20 09:43:19 +02:00
Bjarke Berg
67c25ad39b Fixes for ace editor in cypress tests 2020-08-20 09:42:42 +02:00
Kenn Jacobsen
f9c41f99e3 Allow for changing the weight of built-in and 3rd party dashboards (#8628) 2020-08-19 14:41:48 +01:00
Sebastiaan Janssen
0140d906a5 Merge remote-tracking branch 'origin/v8/contrib' into v8/contrib 2020-08-19 15:18:19 +02:00
Steve Temple
addc6ae51a Deprecate IsRequired on Email datatype (#8655)
* Deprecate IsRequired on Email datatype

* Add Obsolete to IsRequired in EmailAddressConfig
2020-08-19 14:03:38 +01:00
Niels Lyngsø
f0c06463a3 use an absolute path for test 2020-08-19 14:44:09 +02:00
Niels Lyngsø
2a7349f988 remove unused umbRequestHelper 2020-08-19 14:42:53 +02:00
Niels Lyngsø
5ad0efbf53 add umbRequestHelper 2020-08-19 14:42:42 +02:00
Niels Lyngsø
1e9aa675ea update paths when retriving the configuration 2020-08-19 14:31:01 +02:00
Niels Lyngsø
6031680a81 revert change 2020-08-19 14:30:34 +02:00
Niels Lyngsø
85de5bf835 refactor files to be convertVirtualToAbsolutePath at blockObject initialization. So devs dont need to worry about this. 2020-08-19 14:17:12 +02:00
Niels Lyngsø
2cf421f386 fixing the headline of custom view picker. 2020-08-19 14:13:33 +02:00
Niels Lyngsø
44fd8beff2 convert view to absolute path 2020-08-19 13:38:52 +02:00
Niels Lyngsø
ac44dc7559 thumbnail should be converted 2020-08-19 13:38:35 +02:00
Bjarne Fyrstenborg
ea40cea420 Use button elements in schedule overlay (#8640)
* Replace anchor elements with button elements

* Apply styling to button element

* Reset default button style

* Add missing type attributes

* Add aria-hidden attribute

* Move type attribute for readability
2020-08-19 12:21:53 +01:00
Sebastiaan Janssen
c8da5156fa Merge branch 'v8/dev' into v8/contrib
# Conflicts:
#	src/Umbraco.Web.UI.Client/package.json
#	src/Umbraco.Web.UI.Client/src/common/directives/components/content/umbvariantcontenteditors.directive.js
#	src/Umbraco.Web.UI.Client/src/common/directives/validation/valformmanager.directive.js
#	src/Umbraco.Web.UI.Client/src/common/services/formhelper.service.js
#	src/Umbraco.Web.UI.Client/src/views/components/overlays/umb-overlay.html
#	src/Umbraco.Web.UI.Client/src/views/content/overlays/publishdescendants.controller.js
#	src/Umbraco.Web.UI.Client/src/views/content/overlays/publishdescendants.html
#	src/Umbraco.Web.UI.Client/src/views/dictionary/edit.html
#	src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
2020-08-19 13:12:13 +02:00
Warren Buckley
93da8c4b55 Merge pull request #8631 from umbraco/v8/bugfix/fix_mandatory_varaiants_of_PublishedPendingChanges_should_not_prevent_publishing
Accept PublishedPendingChanges state as a published state
2020-08-19 08:56:19 +01:00
Niels Lyngsø
cd6ec321f5 use calculated property instead of calling the method. 2020-08-19 07:45:56 +02:00
Shannon
9a1de6468b notes and unit test, just wanted to see if this query could be improved but it can't 2020-08-19 13:33:49 +10:00
Warren Buckley
6d6f525343 Fix to ensure we use virtual paths for any blocks with custom views (#8597)
Co-authored-by: Niels Lyngsø <niels.lyngso@gmail.com>
Co-authored-by: Shannon <sdeminick@gmail.com>
2020-08-18 13:43:29 +02:00
Shannon Deminick
5d93d8e874 Merge pull request #8634 from nzdev/v8/feature/support-sql-server-developer-edition-2019
Support SQL Server 2012 syntax on SQL Server 2019
2020-08-17 16:30:36 +10:00
nzdev
58a8b093cc Support SQL Server 2012 syntax on SQL Server 2019 2020-08-14 16:32:46 +12:00
Sebastiaan Janssen
acb2c203bd Bump to v8.8.0 2020-08-13 14:41:54 +02:00
Sebastiaan Janssen
dde735f75c Sync some dependencies that have been updated in v8/contrib 2020-08-13 14:33:19 +02:00