Commit Graph

28629 Commits

Author SHA1 Message Date
Warren Buckley 0b6f1f6e11 Merge pull request #7349 from umbraco/v8/feature/0000-live-preview-badge-update-n-styling
PreviewBadge with option to open in PreviewMode in BackOffice…
2019-12-18 09:10:13 +00:00
Shannon ddaafa2abe updates readme 2019-12-18 16:11:31 +11:00
Shannon e0531f1429 allows ImagesController to still return valid urls even if the uri isn't resolved to a local on-disk file 2019-12-18 16:10:33 +11:00
Shannon 1e35aeb9cf ensures .jpg ext is added to test data 2019-12-18 16:01:27 +11:00
Shannon 000a8d2c94 manually merges changes for the NC validation stuff since there was conflicts 2019-12-18 15:37:00 +11:00
Shannon a1769dd937 Merge remote-tracking branch 'origin/v8/dev' into v8/feature/media-tracking
# Conflicts:
#	src/Umbraco.Core/Migrations/Upgrade/UmbracoPlan.cs
#	src/Umbraco.Core/Models/RelationType.cs
#	src/Umbraco.Web/PropertyEditors/NestedContentPropertyEditor.cs
#	src/Umbraco.Web/UmbracoComponentRenderer.cs
2019-12-18 15:28:27 +11:00
Shannon 63429dadb7 Adds notes, changes values to constants 2019-12-18 15:01:33 +11:00
Shannon 1d61bc829c Merge branch 'v8/dev' into v8/fix/6324-wrong-media-path-stored 2019-12-18 12:10:00 +11:00
Shannon 0d0f8e6beb adds debug timing 2019-12-18 11:08:15 +11:00
Niels Lyngsø 5939d02e49 remove line break 2019-12-17 16:19:48 +01:00
Niels Lyngsø 746bcb3571 updated badge animation and position to be center aligned. 2019-12-17 15:42:20 +01:00
Niels Lyngsø 9640f05582 updated previewBadge with option to open in PreviewMode in BackOffice and with new styling 2019-12-17 13:50:35 +01:00
Kenn Jacobsen 39ae2fb258 Hide the Nested Content "add" button until the editor has loaded 2019-12-17 12:30:45 +01:00
Kenn Jacobsen 448f3406dd Make sure MNTP config displays allowed items correctly when a start node is set 2019-12-17 08:50:09 +01:00
Shannon Deminick 62c701d5c3 Merge pull request #6630 from ronaldbarendse/v8/bugfix/6624-enable-disablecomposer-from-all-assemblies
Get EnableComposer and DisableComposer attributes from all assemblies
2019-12-17 06:56:34 +01:00
Shannon Deminick 25d1c454dc Update readme.md 2019-12-17 16:50:54 +11:00
Shannon 292a40194f updates readme, adjusts controller 2019-12-17 16:46:02 +11:00
Shannon 9e9a2d8379 Adds TestData project with an endpoint to create content/media hieararchy for testing 2019-12-17 10:38:03 +11:00
Niels Lyngsø e215d19f96 only show languages if we have any + select default if none is selected + right align dropdown menu 2019-12-16 16:31:04 +01:00
Niels Lyngsø 72054d7fe2 remove outcommented code 2019-12-16 15:08:00 +01:00
Niels Lyngsø 526b1e8b82 changed svg to icon 2019-12-16 15:05:58 +01:00
Niels Lyngsø f20c11b37d Update src/Umbraco.Web.UI.Client/src/less/canvas-designer.less
removed comment

Co-Authored-By: Warren Buckley <warren@umbraco.com>
2019-12-16 14:32:53 +01:00
Niels Lyngsø c4cf3cf5ea added motion to ensure attention brought to preview bar 2019-12-16 13:33:51 +01:00
Warren Buckley b78d8fa3e1 Merge pull request #6795 from umbraco/v8/feature/mb-embed
V8: Embed models builder
2019-12-16 11:42:01 +00:00
Ronald Barendse 507db27337 Removed unnecessary WithCollectionBuilder call 2019-12-12 14:38:16 +01:00
Ronald Barendse 8b3e2c61af Add obsolete Composers constructor for backwards-compatibility 2019-12-12 13:55:43 +01:00
Kenn Jacobsen 492fb01ad9 Don't load languages in treepicker unless they're needed 2019-12-12 13:41:40 +01:00
Shannon df84ec4fae Changes the DocumentRepository to be more granular in what data it loads and optimizes a few methods to not load erroneous data 2019-12-11 16:31:03 +01:00
Shannon 2b14a40e45 Changes index to be a combined index since that is what is required 2019-12-11 16:30:27 +01:00
elitsa 0c377a05dc Typo fixes 2019-12-11 14:34:04 +01:00
elitsa 35d021237e Added a cookie path claim on user login, so that we can validate requests for xsrf token 2019-12-11 14:33:21 +01:00
Shannon fba537928a Adds a couple missing indexes 2019-12-11 14:29:50 +01:00
Niels Lyngsø b722ae2008 bottom align preview bar 2019-12-11 13:08:19 +01:00
Kenn Jacobsen a8c55a4cb9 Make the Multi URL Picker sorting behave the same as MNTP 2019-12-11 09:53:20 +01:00
Ronald Barendse 262a4cba36 Explicitly set MiniProfiler storage to HttpRuntimeCacheStorage 2019-12-11 09:30:25 +01:00
Ronald Barendse c845f5d8c5 Discard MiniProfiler results when not in debug mode 2019-12-11 09:26:31 +01:00
Ronald Barendse 6f67105645 Undo removing the MiniProfiler routes if solution is not in debug mode 2019-12-11 09:25:30 +01:00
Kenn Jacobsen bfcc10e35e Prevent the Nested Content item picker from crashing when hitting enter on "add content" twice 2019-12-11 09:06:12 +01:00
Shannon 0ef08db765 adds error logging and ensure we don't throw exceptions on a background task which would destroy the app domain 2019-12-11 08:55:07 +01:00
Kenn Jacobsen c6a7bfb1c9 Don't add new Nested Content items on enter key 2019-12-10 21:41:01 +01:00
Shannon a63de7672b updates a bool check 2019-12-10 15:53:57 +01:00
Shannon aae8dbdc15 Updates to allow the sql main dom lock to be able to wait until the previous maindom has fully unwound before it can be taken over. 2019-12-10 15:44:47 +01:00
Niels Lyngsø 86c6fd5873 dropdown menus for preview 2019-12-10 14:07:09 +01:00
Shannon e919af14d3 adds comments 2019-12-10 13:50:10 +01:00
Shannon 654511a656 adds appSetting to switch maindom lock 2019-12-10 13:42:53 +01:00
Shannon 1513a12549 Introduce a new IMainDomLock and both default and sql implementations 2019-12-10 13:33:59 +01:00
Kenn Jacobsen 12376fb6be Make Nested Content actually save the item content again (#7301) 2019-12-10 09:44:05 +01:00
Niels Lyngsø 6c0cb723c6 new preview UI prototype 2019-12-10 09:40:41 +01:00
Kenn Jacobsen aa158fa79f Avoid UI "jumping" when sorting nested content items 2019-12-09 22:27:38 +01:00
Warren Buckley ba82e51c72 Bumped to 8.5.0
powershell .\build setumbracoversion 8.5.0
2019-12-06 09:48:35 +00:00