Shannon Deminick
5ddba3e64e
Merge pull request #3851 from umbraco/temp-fix-formdatacollection-3796
...
Fixes binding of FormDataCollection for GET requests which fixes the …
2019-03-05 13:39:37 +10:00
Stephan
e716d14a0a
Fix distributed cache handler for medias ( #4751 )
...
(cherry picked from commit 31b293aa4d )
2019-03-04 16:51:15 +01:00
Stephan
31b293aa4d
Fix distributed cache handler for medias ( #4751 )
2019-03-04 16:39:34 +01:00
Sebastiaan Janssen
82b78c7530
Require higher NuGet version so we don't target VS15 any more (unsupported)
...
Making backups before we upgrade is no longer needed, removed from install.ps1
If people include the bin folder in their solution they will get errors upgrading now, we shouldn't need to try and fix this, there's no reason to include the bin folder in the solution - therefore install.core.ps1 is removed
2019-03-04 16:27:44 +01:00
Robert Foster
4c6a742007
Changed all references of umbracoUseSSL to Umbraco.Core.UseHttps to fix issue #4749
...
(cherry picked from commit 5aa38c1f43 )
2019-03-04 15:33:08 +01:00
Sebastiaan Janssen
410241b61d
4766 fixed up other instances where nodeSelectHandler was being passed incorrect number of arguments
...
(cherry picked from commit 553bf6d304 and 4503967778 )
2019-03-04 15:13:30 +01:00
Kenn Jacobsen
4e47fa9a70
Fix the "selected" checkmark in tree picker search results
...
(cherry picked from commit 09dc908332 )
2019-03-04 15:10:55 +01:00
Robert Foster
9c5fb1fead
Fix for Content App badges not being displayed ( #4787 )
...
(cherry picked from commit 055f983cbf )
2019-03-04 15:10:09 +01:00
Sebastiaan Janssen
dc41db5fc1
Bumps version to 8.0.1
2019-03-04 15:08:23 +01:00
Sebastiaan Janssen
11b6a98df8
Bugfix exception during install, live models collision
...
(cherry picked from commit aa86dfa956 )
2019-03-04 15:05:17 +01:00
Sebastiaan Janssen
da9fc1e147
Make it possible to upload the same file twice or more ( #4755 )
...
(cherry picked from commit b5bda772af )
2019-03-04 15:04:27 +01:00
Sebastiaan Janssen
319c75757a
Bugfix: Don't use ToString :'(
...
(cherry picked from commit ed6d54e64a )
2019-03-04 15:01:54 +01:00
Pete Duncanson
6e81e57c8e
Removed System.Web.WebPages reference in nonodes.aspx as was failing a clean build
...
(cherry picked from commit f1d1c95709 )
2019-03-04 14:58:05 +01:00
Sebastiaan Janssen
9ebe282ba6
Ensure we dont double insert
...
(cherry picked from commit 578eb8b32c and b86e7dc0e8 )
2019-03-04 14:57:13 +01:00
Niels Lyngsø
d3904086f0
adjusted PR 3464 for V8
2019-03-04 14:39:49 +01:00
Bjarke Berg
a43f8c4cbd
Bugfix: https://github.com/umbraco/Umbraco-CMS/issues/4827 - Fixed MediaPickerValueConverter when config is Only Images
2019-03-04 14:31:45 +01:00
Pete Duncanson
f1d1c95709
Removed System.Web.WebPages reference in nonodes.aspx as was failing a clean build
2019-03-04 14:21:38 +01:00
Sebastiaan Janssen
58ce528324
Merge branch 'dev-v7' into dev-v8
...
# Conflicts:
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/checkboxlist/checkboxlist.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/radiobuttons/radiobuttons.html
# src/umbraco.cms/businesslogic/translation/Translation.cs
2019-03-04 13:43:31 +01:00
Niels Lyngsø
c72a5c07fe
Merge pull request #3464 from BatJan/feature/temp-U4-3463
...
3463 - Suggestion: Make checkboxes look prettier in checkbox lists
2019-03-04 11:39:08 +01:00
Stephan
eace918258
Merge pull request #4782 from kjac/v8-fix-create-content-template
...
V8: Fix "ambient scope" error when creating content template from content
2019-03-04 10:40:40 +01:00
Niels Lyngsoe
409ae99bf7
renaming of umb-form-control to umb-form-check
2019-03-04 10:29:58 +01:00
Stephan
8961e8b4be
Merge pull request #4834 from umbraco/temp-4609-rte-not-rendering-macros-correctly
...
Bugfix: Could not render macros in RTE
2019-03-04 09:29:06 +01:00
Stephan
b526b8f246
Merge pull request #4823 from Brianmanden/patch-1
...
Update Utf8ToAsciiConverter.cs
2019-03-04 09:15:00 +01:00
Bjarke Berg
ed6d54e64a
Bugfix: Don't use ToString :'(
2019-03-04 08:43:19 +01:00
Kenn Jacobsen
89153c2fcf
Update log viewer error color
2019-03-03 16:22:12 +01:00
Kenn Jacobsen
c134aff6cd
Update validation colors throughout the backoffice
2019-03-03 13:54:45 +01:00
Brian Juul Andersen
57290c4180
Update Utf8ToAsciiConverter.cs
...
Fix minor grammatical error.
2019-03-02 21:44:28 +01:00
Kenn Jacobsen
84b60f8b9f
V8: Make variant state clickable in various dialogs ( #4760 )
...
* Fix publish dialog
* Fix publish with descendants dialog
* Fix save dialog
* Fix scheduled publishing dialog
* Fix send to publish dialog
* Fix unpublish dialog
* Add missing magic IDs to send to publish dialog so the labels actually work.
* Add missing magic IDs to unpublish dialog
2019-03-01 15:21:34 +01:00
Niels Lyngsø
e33ae253ee
makes document-details go on to two lines when necessary
2019-03-01 12:56:09 +01:00
Niels Lyngsø
a67163fd03
hack for not using scope() in grid redordering
2019-02-28 15:29:28 +01:00
Shannon Deminick
cfc04a9df0
Merge pull request #4799 from robertjf/dev-v8-uduf-4749
...
v8 - uduf - Changed all references of umbracoUseSSL to Umbraco.Core.UseHttps to f…
2019-02-28 18:20:25 +11:00
Shannon
3e4ff05d37
removes unused params
2019-02-28 17:18:47 +10:00
Shannon Deminick
28034d664e
Merge pull request #4793 from dinc5150/4489
...
v8 - uduf - Redirect away from page under the settings section when the page is deleted
2019-02-28 18:16:33 +11:00
David Sheiles
edf3fd5d31
remove test code
2019-02-28 18:15:41 +11:00
David Sheiles
f7705ef134
Move logic from navigation service to controller
2019-02-28 18:10:03 +11:00
David Sheiles
f0caa6be4b
Update null check
2019-02-28 17:57:05 +11:00
Robert Foster
5aa38c1f43
Changed all references of umbracoUseSSL to Umbraco.Core.UseHttps to fix issue #4749
2019-02-28 16:48:56 +10:00
Shannon Deminick
b809f9f03a
Merge pull request #4798 from emmanueltissera/v8-uduf2019-issue-4757
...
v8 - uduf - Fixes hotkey for navigation between apps and content apps
2019-02-28 17:45:16 +11:00
Shannon Deminick
eabc05d6f8
Merge pull request #4796 from skartknet/4790_-_Content_and_media_overloads_for_Udis
...
4790 - added Content and Media Udi overloads
2019-02-28 17:33:05 +11:00
David Sheiles
d3fb614d25
Move logic to tree service and navigarion service
2019-02-28 17:29:40 +11:00
Emmanuel Tissera
0eb7d404a1
Fixes hotkey for navigation between apps and content apps
...
Fixes https://github.com/umbraco/Umbraco-CMS/issues/4757
2019-02-28 17:10:39 +11:00
Mario Lopez
093b57505a
simplified GuidUdi checking.
2019-02-28 16:50:28 +11:00
Shannon Deminick
2a7cd4d94a
Merge pull request #4797 from iofsauron/4766-list-view-selected-bug
...
4766 list view selected bug
2019-02-28 16:31:56 +11:00
iofsauron
4503967778
4766 fixed up other instances where nodeSelectHandler was being passed incorrect number of arguments
2019-02-28 15:02:53 +10:00
Mario Lopez
f227f2ed61
added Content and Media Udi overloads
2019-02-28 13:55:14 +11:00
iofsauron
553bf6d304
4766 Fixed list view selected item issue by uncommenting out the umb-table-body__fileicon and umb-table-body__checkicon. Fixed call to nodeSelectHandler in selectListViewNode by removing erroneous first parameter
2019-02-28 12:33:49 +10:00
David Sheiles
45dfef78bd
Redirect away from page under the settings section when the page is deleted. Affects DataTypes, DocTypes, Macros, MediaTypes, Membertypes, PartialViewMacro,PartialViews, Scripts, Stylesheet & Templates
2019-02-28 13:33:45 +11:00
Shannon Deminick
b172a5f847
Merge pull request #4791 from robertjf/dev-v8-uduf-4787
...
Fix for Content App badges not being displayed (#4787 )
2019-02-28 13:05:56 +11:00
Shannon
41f80b942a
Merge branch 'dev-v8' of https://github.com/umbraco/Umbraco-CMS into dev-v8
2019-02-28 11:02:12 +10:00
Robert Foster
055f983cbf
Fix for Content App badges not being displayed ( #4787 )
2019-02-28 11:01:59 +10:00