Sebastiaan Janssen
|
ad4416f663
|
So apparently Microsoft.CodeAnalysis.CSharp version 1.3.2 contains the dll that has the version 1.3.1.. very confusing
|
2019-06-21 10:07:45 +02:00 |
|
Sebastiaan Janssen
|
b55d2a8a41
|
Modelsbuilder is asking for too old a version of the CodeAnalysis dependency
|
2019-06-21 09:56:01 +02:00 |
|
Sebastiaan Janssen
|
17a4799b97
|
7.15 release needs a few more assembly redirects (#5698)
7.15 release needs a few more assembly redirects
|
2019-06-21 08:19:35 +02:00 |
|
Shannon
|
b0121c44b1
|
Merge branch 'v8/dev' into v8/feature/5170-IPublishedContent
|
2019-06-21 16:09:43 +10:00 |
|
Shannon
|
be9d8e7da7
|
null checks on UrlHelperRenderExtensions when requesting image crop urls, if there's a null we'll just return an empty string
|
2019-06-21 16:08:54 +10:00 |
|
Shannon
|
d129989c3d
|
Removes irrelevant GetAbsoluteMediaUrl method now that there is both a media url provider and urls have been refactored in this PR, this was overlooked with the media url provider PR
|
2019-06-21 16:07:07 +10:00 |
|
Shannon
|
2870ce5e0a
|
a perf change that in ContentCacheRefresher it doesn't iterate payloads if there is no real Id
|
2019-06-21 15:48:10 +10:00 |
|
Shannon
|
da1e2680cb
|
Fixes ContentStore when it's building the cache from sources, adds TODO notes, questions, concerns, etc....
|
2019-06-21 15:47:47 +10:00 |
|
Shannon
|
cd2ce2486a
|
Fixes debugger display attribute
|
2019-06-21 15:46:16 +10:00 |
|
Shannon
|
5d4f2ec697
|
Fixes issue with ImageCropperTemplateExtensions since it wasn't re-mapped to the new method definition
|
2019-06-21 15:45:12 +10:00 |
|
Shannon
|
c2cb85f1cd
|
Merge branch 'v8/dev' into v8/feature/5170-IPublishedContent
# Conflicts:
# src/Umbraco.Web.UI.Client/package-lock.json
|
2019-06-21 15:06:43 +10:00 |
|
Bjarke Berg
|
4df838c20c
|
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1358 - Changed the ignoreUserStartNodes in public endpoints to the data type id, and then look up the setting
|
2019-06-20 16:02:42 +02:00 |
|
Sebastiaan Janssen
|
4e44871671
|
The NuGet packages needs an extra DotNetCompilerPlatform transform to be sure it gets applied as it sometimes didn't
Added SignalR binding redirect for Umbraco Cloud
Added System.Web.Http.WebHost binding redirect for uCommerce
|
2019-06-20 15:57:31 +02:00 |
|
Niels Lyngsø
|
37d3692cd0
|
Merge pull request #5694 from kjac/v8-fix-editor-state-comma-dangle
V8: Fix "comma-dangle" gulp build error (editorstate.service.js)
|
2019-06-20 12:56:31 +02:00 |
|
Shannon
|
f4b2ff93fc
|
Fixes how Umbraco Context is injected into DI so that LightInject doesn't try to control it's lifetime.
|
2019-06-20 19:10:32 +10:00 |
|
Shannon
|
5ea6ebcc66
|
Revert "Fixes up UmbracoContextFactory to ensure it's not returning a disposed Umbraco context"
This reverts commit fcfb107653.
|
2019-06-20 17:58:40 +10:00 |
|
Shannon
|
f6ac64f705
|
makes TreeChangeExtensions public
|
2019-06-20 15:53:25 +10:00 |
|
Shannon
|
fcfb107653
|
Fixes up UmbracoContextFactory to ensure it's not returning a disposed Umbraco context
|
2019-06-20 15:40:57 +10:00 |
|
Kenn Jacobsen
|
f829bb8023
|
Fix "comma-dangle" gulp build error
|
2019-06-19 18:40:42 +02:00 |
|
Bjarke Berg
|
1dd2c1cb91
|
Revert "Revert "U4 10147 - Bypass User Security option in pickers (#2441)""
This reverts commit 994c6eed
|
2019-06-19 14:30:44 +02:00 |
|
Niels Lyngsø
|
23702ee4dc
|
Fixes notifications issue for new variant saving, allows "soft redirect" for creating (#5646)
Fixes notifications issue for new variant saving, allows "soft redirect" for creating
|
2019-06-19 12:34:33 +02:00 |
|
Shannon
|
5c2b0647f3
|
Gets the feature in v7 based on #2682 that wasn't merged upwards to v8 and found some issues along the way like not filtering the mini list view properly along with not returning the content type alias in the entity controller
|
2019-06-19 16:42:04 +10:00 |
|
Shannon
|
c7a725ad94
|
Merge remote-tracking branch 'origin/v7/dev' into v8/dev
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/directives/components/tree/umbtree.directive.js
# src/Umbraco.Web.UI.Client/src/common/services/tree.service.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/treepicker/treepicker.controller.js
|
2019-06-19 13:38:35 +10:00 |
|
Shannon
|
5c6a9480a6
|
remove unneeded method
|
2019-06-19 13:32:26 +10:00 |
|
Shannon
|
c1be8e3f00
|
Merge branch 'v7/dev' of https://github.com/umbraco/Umbraco-CMS into v7/dev
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/common/overlays/treepicker/treepicker.controller.js
|
2019-06-19 13:31:43 +10:00 |
|
Shannon
|
d8dbda8e94
|
Merge branch 'kjac-v7-fix-treepicker-allowed-nodes' into v7/dev
|
2019-06-19 13:30:33 +10:00 |
|
Shannon
|
a0ab7ace07
|
Makes the treeNodeExpanded event raised during tree syncing
|
2019-06-19 13:29:54 +10:00 |
|
Shannon
|
7c27189e2e
|
Merge branch 'v7-fix-treepicker-allowed-nodes' of https://github.com/kjac/Umbraco-CMS into kjac-v7-fix-treepicker-allowed-nodes
|
2019-06-19 13:01:50 +10:00 |
|
Shannon
|
76cbfdb787
|
ignores a failing test, will need a separate task for that.
|
2019-06-19 12:31:36 +10:00 |
|
Sebastiaan Janssen
|
56545ad7f1
|
Revert "Merge branch 'v7/dev' into v8/dev"
This reverts commit 7db0440b5c.
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/linkpicker/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/mediapicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.prevalues.html
# src/Umbraco.Web/WebApi/Filters/EnsureUserPermissionForContentAttribute.cs
|
2019-06-18 19:18:48 +02:00 |
|
Bjarke Berg
|
832dc7f4a5
|
Changed superadmin back to admin again
|
2019-06-18 18:44:22 +02:00 |
|
Warren Buckley
|
62dc68e7b2
|
Merge pull request #5401 from umbraco/v8/feature/logviewer-change-time-period
Added support for changing the dates of the log files
|
2019-06-18 15:09:16 +01:00 |
|
Bjarke Berg
|
348c79d841
|
Init preflight check
|
2019-06-18 15:19:27 +02:00 |
|
Sebastiaan Janssen
|
994c6eed50
|
Revert "U4 10147 - Bypass User Security option in pickers (#2441)"
This reverts commit cc9a7ff942.
# Conflicts:
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Editors/EntityController.cs
# src/Umbraco.Web/Search/UmbracoTreeSearcher.cs
|
2019-06-18 13:07:40 +02:00 |
|
Bjarke Berg
|
9614740410
|
Added timeout for 2 seconds. Dont make sense to wait longer for this
|
2019-06-18 11:44:56 +02:00 |
|
Stephan
|
62e6168e03
|
Revert ContentStore changes - have to find the bug now
|
2019-06-18 11:36:53 +02:00 |
|
Warren Buckley
|
b6d762c279
|
Merge pull request #5683 from umbraco/v8/bugfix/5600-rte-full-screen
Fixes #5600 Adds fullscreen plugin/command to the RTE and allows it to sit in front of the tree when used
|
2019-06-18 10:12:03 +01:00 |
|
Bjarke Berg
|
ab93c4ff2d
|
clean up
|
2019-06-18 11:02:43 +02:00 |
|
Bjarke Berg
|
473c39f7c4
|
Still being able to change date period if the period has too much data
|
2019-06-18 10:53:00 +02:00 |
|
Bjarke Berg
|
811aea7898
|
Added missing files
|
2019-06-18 10:27:56 +02:00 |
|
Bjarke Berg
|
07358eb46d
|
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/logviewer-change-time-period
# Conflicts:
# src/Umbraco.Core/Logging/Viewer/JsonLogViewer.cs
# src/Umbraco.Web.UI.Client/package-lock.json
|
2019-06-18 10:20:48 +02:00 |
|
Stephan
|
067af64dff
|
Cleanup ChildrenForAllCultures
|
2019-06-18 09:46:29 +02:00 |
|
Bjarke Berg
|
cb428bb288
|
https://umbraco.visualstudio.com/D-Team%20Tracker/_workitems/edit/1447: Catch the SoapException which happends when a timeout occurs on the server. Also change such that this check is only executed for super admins.
|
2019-06-18 08:11:18 +02:00 |
|
Shannon
|
b69c981100
|
Fixes #5600 Adds fullscreen plugin/command to the RTE and allows it to sit in front of the tree when used
|
2019-06-18 16:02:36 +10:00 |
|
Shannon
|
1709879b14
|
Merge remote-tracking branch 'origin/v7/dev' into v8/dev
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
# src/Umbraco.Web.UI.Client/src/views/member/member.edit.controller.js
# src/Umbraco.Web.UI.Client/src/views/users/views/user/details.html
|
2019-06-18 14:15:50 +10:00 |
|
Shannon
|
cff5046a9e
|
Merge branch 'kjac-v7-fix-linkpicker-anchor-link-without-url' into v7/dev
|
2019-06-18 14:09:11 +10:00 |
|
Shannon
|
9f6da2ca4b
|
Merge branch 'v7-fix-linkpicker-anchor-link-without-url' of https://github.com/kjac/Umbraco-CMS into kjac-v7-fix-linkpicker-anchor-link-without-url
|
2019-06-18 14:08:45 +10:00 |
|
Shannon Deminick
|
0c8b0edcda
|
Merge pull request #5472 from umbraco/v8/feature/5123-rte-data-udi-images
RTE data-udi and image paths
|
2019-06-18 13:40:20 +10:00 |
|
Shannon
|
68f9e89a32
|
Merge branch 'v8/dev' into v8/feature/5123-rte-data-udi-images
|
2019-06-18 13:05:37 +10:00 |
|
Shannon
|
fecadeec51
|
Fixes issue with nucache and rebuilding and fixes ChildrenForAllCultures to deal with unpublished children
|
2019-06-18 11:57:36 +10:00 |
|