Shannon
|
971114e0fd
|
Updates to 472 and re-targets to the original System.Threading.Tasks.Dataflow package against netstandard 1.3 but with 472 this completely fixes dependency outputs
|
2018-05-15 17:17:05 +02:00 |
|
Shannon
|
03977c4806
|
removed too much
|
2018-05-15 17:13:24 +02:00 |
|
Shannon
|
842d5049b5
|
Fixing dependencies so we aren't relying so much on netstandard 1.3 libs which require system runtime facade's
|
2018-05-15 17:02:06 +02:00 |
|
Sebastiaan Janssen
|
58751577c6
|
Merge pull request #2622 from DanDiplo/temp-U4-11313
u4 11313 - ContainsAny() method in StringExtensions doesn't honour the StringComparison parameter
|
2018-05-15 13:07:21 +02:00 |
|
Sebastiaan Janssen
|
debe0d811c
|
Merge pull request #2628 from ragivi/patch-1
Update preview page
|
2018-05-15 13:00:57 +02:00 |
|
Sebastiaan Janssen
|
8d09243473
|
Merge pull request #2626 from DanDiplo/temp-U4-10706
U4-10706 - Fixes TypedMedia not working with UDI strings
|
2018-05-15 12:44:46 +02:00 |
|
Shannon Deminick
|
e4d1415627
|
Merge pull request #2621 from umbraco/temp8-U4-11282
U4-11282 - Publishing, unpublishing, saving drafts, for variant, non variant content types and property types
|
2018-05-15 20:29:10 +10:00 |
|
ragivi
|
2b4cf7d185
|
Update preview page
In order to avoid indexing.
|
2018-05-14 14:48:01 +02:00 |
|
Dan Booth
|
9a8f71dd81
|
Fixed issue where TypedMedia didn't work with UDI strings
|
2018-05-11 14:53:03 +01:00 |
|
Poornima Nayar
|
d05819e125
|
Fixed typos in tours
|
2018-05-11 12:23:51 +01:00 |
|
Mads Rasmussen
|
5dad26cb92
|
fixes: U4-11327 Remove styles for umb-era-button and use umb-button component instead
|
2018-05-11 11:59:32 +02:00 |
|
Mads Rasmussen
|
491ce00c17
|
remove console.log from unit test
|
2018-05-11 10:36:36 +02:00 |
|
Mads Rasmussen
|
b7c7e8e84b
|
make right side overlays go all the way to the top
|
2018-05-11 10:11:26 +02:00 |
|
Mads Rasmussen
|
095704d297
|
removing unnecessary print of number of open overlays
|
2018-05-11 10:05:57 +02:00 |
|
Shannon
|
09d03161ce
|
fixes test
|
2018-05-11 00:09:31 +10:00 |
|
Dan Booth
|
9c65ed92f1
|
Added string ContainsAny tests for the ContainsAny(haystack, needles, comparison) extension method
|
2018-05-10 14:29:00 +01:00 |
|
Dan Booth
|
3f35eca999
|
Fixed ContainsAny method so that it uses the passed in Comparison method (which enabled case-insensitive comparisons to work)
|
2018-05-10 14:28:16 +01:00 |
|
Shannon
|
aa4dc64a57
|
Fixes ContentCache.GetRouteByIdInternal to ensure that no route is returned for any variant in the path of an unpublished variant of the same culture
|
2018-05-10 23:07:33 +10:00 |
|
Shannon
|
d78fa85307
|
null check fix
|
2018-05-10 22:40:32 +10:00 |
|
Shannon
|
0ee056aafc
|
null check fix
|
2018-05-10 22:38:10 +10:00 |
|
Shannon
|
68f0a64136
|
Fixes auth with AllowsCultureVariation and LanguageController post methods, fixes merge issues with navigation.controller
|
2018-05-10 19:16:46 +10:00 |
|
Warren Buckley
|
f9f108ef33
|
Merge pull request #2620 from umbraco/temp-U4-11309
Temp u4 11309
|
2018-05-10 10:00:17 +01:00 |
|
Shannon
|
573b8a0701
|
Merge remote-tracking branch 'origin/temp8' into temp8-U4-11282
# Conflicts:
# src/Umbraco.Tests/Routing/DomainsAndCulturesTests.cs
# src/Umbraco.Web.UI.Client/src/controllers/navigation.controller.js
|
2018-05-10 18:55:39 +10:00 |
|
Shannon
|
4ce6f5c3b0
|
Fixes how the name is ensured on the content tree so that the media tree doesn't break.
|
2018-05-10 18:20:33 +10:00 |
|
Shannon
|
f2b78c06ef
|
FIxes issue where an invariant property type was being validated with a culture when that would always fail. Fixes issue when saving a content type to ensure that a property type is never both variant and invariant. Adds test.
|
2018-05-10 18:01:41 +10:00 |
|
Mads Rasmussen
|
d27594d4af
|
Update picked nodes which has been updated through the media picker
|
2018-05-09 16:19:54 +02:00 |
|
Mads Rasmussen
|
7239ce97aa
|
only allow users to add and edit media if they have access to the media section
|
2018-05-09 11:09:26 +02:00 |
|
Mads Rasmussen
|
18b7581879
|
only parse in the media id for the infinite media editor
|
2018-05-09 09:46:15 +02:00 |
|
Mads Rasmussen
|
8535ff1d01
|
update media items in media picker if they are changed in the infinite media editor
|
2018-05-09 09:35:11 +02:00 |
|
Mads Rasmussen
|
4f366bbdda
|
prepare media editor to support infinite mode
|
2018-05-09 09:34:11 +02:00 |
|
Mads Rasmussen
|
86c554e3d3
|
add option to prevent redirect of succesfull saves to new route
|
2018-05-09 09:20:23 +02:00 |
|
Mads Rasmussen
|
d97d1c427e
|
fixes some js errors in editor service
|
2018-05-09 09:18:45 +02:00 |
|
Mads Rasmussen
|
600979d129
|
Merge branch 'temp8' into temp-U4-11218
|
2018-05-09 08:51:34 +02:00 |
|
Shannon
|
8be861809a
|
fixes filter
|
2018-05-09 15:52:06 +10:00 |
|
Shannon
|
8642a52a12
|
Fixes property model binding to display to show the invariant data if the property is non variant
|
2018-05-09 14:35:23 +10:00 |
|
Shannon
|
d90ccbb7f0
|
no matter what you can always publish the current variant
|
2018-05-09 14:34:55 +10:00 |
|
Shannon
|
9c1451ecd3
|
Fixes LanguageRepository for deleting a lang, updates UrlProvider to have consistent method parameter order, updates UmbracoHelper to have culture params for getting URLs
|
2018-05-09 12:50:34 +10:00 |
|
Stephan
|
c890421f55
|
Fix mixed properties (wip)
|
2018-05-08 17:09:26 +02:00 |
|
Stephan
|
6d1f42c9b6
|
Fixes
|
2018-05-08 16:41:37 +02:00 |
|
Stephan
|
b1faade9b0
|
Revert various changes
|
2018-05-08 16:41:30 +02:00 |
|
Warren Buckley
|
5bc229801b
|
Merge pull request #2618 from umbraco/temp8-U4-11284-2
Removes vertical and horizontal scroll bars on content tree language …
|
2018-05-08 12:20:22 +01:00 |
|
Robert
|
f3e509ad55
|
Removes vertical and horizontal scroll bars on content tree language picker, updates languageCreated and languageDeleted event listeners to check for variant doctypes before populating the language list
|
2018-05-08 12:13:42 +02:00 |
|
Warren Buckley
|
9e8239f05b
|
Merge pull request #2612 from umbraco/temp8-U4-11284
Fixes - U4-11284 When you don't have any doc types that are variant, the tree language drop downs should not be there
|
2018-05-08 10:28:54 +01:00 |
|
Stephan
|
6051891280
|
Fixes
|
2018-05-08 11:06:07 +02:00 |
|
Robert
|
70e4ea5502
|
Moved authenticated flag back to "app.ready" listener
|
2018-05-08 10:46:09 +02:00 |
|
Robert
|
216aaec7f2
|
Removed unneeded test
|
2018-05-08 10:00:28 +02:00 |
|
Robert
|
db160cdc85
|
Merge pull request #2617 from umbraco/temp8-U4-11306
fixes: U4-11306 Add load indicators in doc type infinite editors
|
2018-05-08 09:00:02 +02:00 |
|
Claus
|
d1191c0693
|
temporarily removing the packages tree - known issue it's not working.
|
2018-05-08 08:49:09 +02:00 |
|
Claus
|
9ac7df82ad
|
fixing typo in packages tree.
|
2018-05-08 08:46:48 +02:00 |
|
Shannon
|
389fb100bb
|
'fixes' an issue where you can get any property value back due to the incorrect cache key being used
|
2018-05-08 16:01:20 +10:00 |
|