Sebastiaan Janssen
8cba80913a
Remove generated files from git and ignore them
2020-03-30 13:38:17 +02:00
Sebastiaan Janssen
1dbf5463b8
Merge branch 'v8/contrib' into v8/dev
2020-03-30 09:59:51 +02:00
Olivier Bossaer
5fad35d0ee
Fix #7521 - Runtime error if removing email notificationMethod
2020-03-30 08:12:19 +02:00
Claus
b8abc04417
Merge pull request #7847 from umbraco/v8/bugfix/7773-memory-leak
...
Fixes Memory Leak in GetCacheItem cache dependency #7773
2020-03-26 23:43:41 +01:00
Marc Goodson
42ddd90fd7
Allow Macro's to be cached differently across variants ( #7555 )
2020-03-26 16:57:15 +01:00
Shannon
a855a90a8a
cleaner fix
2020-03-26 22:09:49 +11:00
Shannon
6fef85aafd
fixes Memory Leak in GetCacheItem cache dependency #7773
2020-03-26 22:03:26 +11:00
Søren Gregersen
a0e5b83914
Add document to downloadFile-method
...
Simple copy/paste to document a useful method
2020-03-26 11:48:01 +01:00
Shannon
d40b7087f4
Fixes issue with deep cloning Property
...
main problem was that it was duplicating the _pvalue value when it shouldn't have. The real fix is that the Values property solves all these problems with it's setter but that wasn't being used by the DeepClone engine because that explicitly looks for certain collection types and IReadOnlyCollection wasn't one of them. With that included and PropertyValue marked as IDeepCloneable, it all just works. I've added tests.
2020-03-26 19:56:21 +11:00
Bjarne Fyrstenborg
972acc6718
Installer adjustments ( #7592 )
2020-03-26 08:39:38 +01:00
Sebastiaan Janssen
935690b727
Bump caniuse-lite dependency
2020-03-25 18:09:03 +01:00
Steve Megson
ec64da0804
Grant access to Packages section for any user groups with access to the Developer section
2020-03-25 18:01:28 +01:00
Chris Oliver
17d91da8d1
Remove button border radius when used in a button group ( #7834 )
2020-03-25 17:29:42 +01:00
Joe Delly
2ec0861051
Fix for exception throw when validating URLs ( #7701 )
2020-03-24 18:35:11 +01:00
Nathan Woulfe
ffef6ed2a1
7713 - changing CSS directory breaks RTE ( #7726 )
2020-03-24 18:04:38 +01:00
Matt Barlow
7c841eb6ac
7728 - show elipsis only when > length
...
Fixed the elipsis issue, only adds an elipisis if the text length exceeds the length that is being truncated too.
2020-03-24 18:01:34 +01:00
Matthew Wise
994c379a94
Removed duplications of tree routing
2020-03-24 17:53:03 +01:00
Nathan Woulfe
b082d40921
adds utility.js as facade to generic javascript utility functio… ( #7738 )
2020-03-24 17:48:14 +01:00
Anders Bjerner
b6a34ebac7
Implemented fix for #7754
2020-03-24 17:45:21 +01:00
Bjarne Fyrstenborg
54f75b9393
No more TypedContentAtRoot ( #7763 )
2020-03-24 17:41:26 +01:00
Sebastiaan Janssen
5d7683e5fa
Merge branch 'v8/dev' into v8/contrib
2020-03-24 17:34:07 +01:00
Sebastiaan Janssen
df04ffa68d
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# build/NuSpecs/UmbracoCms.Core.nuspec
# src/Umbraco.Core/packages.config
# src/Umbraco.Web.UI.Client/src/views/users/views/users/users.html
# src/Umbraco.Web.UI/packages.config
# src/Umbraco.Web/packages.config
# src/umbraco.cms/packages.config
# src/umbraco.cms/umbraco.cms.csproj
# src/umbraco.controls/packages.config
# src/umbraco.controls/umbraco.controls.csproj
# src/umbraco.editorControls/packages.config
# src/umbraco.editorControls/umbraco.editorControls.csproj
2020-03-24 17:30:10 +01:00
Alexander Karlsson
e8d63d9a7a
#7780 Show all filters that is more then 0 hits
2020-03-24 17:08:01 +01:00
Arkadiusz Biel
3640ed259d
GetAllIds for Roles ( #7806 )
2020-03-24 15:15:52 +01:00
Erik-Jan Westendorp
0a79e28205
#7803 Add EditorGroupAlias and WriterGroupAlias to Constants cl… ( #7804 )
2020-03-24 14:03:51 +01:00
dependabot[bot]
99152ffef3
Bump acorn from 5.7.3 to 5.7.4 in /src/Umbraco.Web.UI.Client
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-03-24 14:01:11 +01:00
Chris Oliver
3edfc42623
Collapse navigation items based on container size
...
- Previously a maximum of 8 items were shown.
- This change calculates the width of each item and displays as many as possible in the container.
- Any overflowing items will be moved to the ... menu
2020-03-23 13:48:40 +01:00
Olivier Bossaer
ff2027df07
Fixes #7798 : Invalid implementation of IEnumerable in Content Cache
2020-03-23 13:27:04 +01:00
Shannon Deminick
51d7ce0dc6
Merge pull request #7782 from PerplexDaniel/v8/feature/variationcontext-get-segment
...
Added GetSegment() method to VariationContext and uses it when conten…
2020-03-23 16:55:40 +11:00
SimonCropp
8752ce871a
fix assert order of expted V actual
2020-03-20 15:06:27 +01:00
Sebastiaan Janssen
b9b3777e46
Merge branch 'v7/7.15.4' into v7/dev
...
# Conflicts:
# build/NuSpecs/UmbracoCms.Core.nuspec
2020-03-19 14:18:59 +01:00
Sebastiaan Janssen
2f10051ee9
Merge branch 'v8/dev' into v8/contrib
2020-03-19 14:06:12 +01:00
Sebastiaan Janssen
8cd537cc96
Merge branch 'v8/8.5.5' into v8/dev
...
# Conflicts:
# src/SolutionInfo.cs
2020-03-19 14:03:38 +01:00
Jeffrey Schoemaker
ead3de05e4
Added the correct sources to the buildscripts. If you have inte… ( #7089 )
2020-03-13 13:30:54 +01:00
Shannon Deminick
0a45f4afef
Fixes issue with deep cloning property values ( #7795 )
2020-03-13 10:52:38 +01:00
Sebastiaan Janssen
4c134f9701
Revert "Fix the build for people on VS version 16.4.5+"
...
This has been properly fixed in Umbraco.Build 0.2.14 instead
This reverts commit f4861f6802 .
2020-03-13 09:47:05 +01:00
Sebastiaan Janssen
f4861f6802
Fix the build for people on VS version 16.4.5+
2020-03-12 17:17:49 +01:00
Warren Buckley
2d3388d6d3
Update dependency for 8.5.5
2020-03-12 15:52:23 +01:00
Sebastiaan Janssen
d52695d81f
Update dependency for 7.15.4
2020-03-12 15:45:21 +01:00
Niels Lyngsø
007fe8d894
7434 do not use umb outline for select ( #7788 )
2020-03-11 11:18:53 +01:00
Bjarke Berg
39026258ec
Merge pull request #7752 from umbraco/v8/feature/AB5435-make-umbracohelper-props-obsolete
...
Obsoleting UmbracoHelper properties
2020-03-11 07:40:46 +01:00
Sebastiaan Janssen
a695a6ad76
Merge branch 'v7/dev' into v8/dev
...
# Conflicts:
# apidocs/umbracotemplate/styles/main.css
# build/NuSpecs/UmbracoCms.Core.nuspec
# src/Umbraco.Core/ObjectResolution/ApplicationEventsResolver.cs
# src/Umbraco.Core/Serialization/JsonNetSerializer.cs
# src/Umbraco.Tests/Resolvers/LazyManyObjectResolverTests.cs
# src/Umbraco.Web.UI.Client/src/views/common/overlays/mediaPicker/mediapicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.controller.js
# src/Umbraco.Web.UI/umbraco/config/lang/sv.xml
# src/Umbraco.Web/Cache/DistributedCacheExtensions.cs
# src/Umbraco.Web/Cache/MediaCacheRefresher.cs
# src/Umbraco.Web/Cache/UnpublishedPageCacheRefresher.cs
# src/Umbraco.Web/Editors/BackOfficeController.cs
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Profiling/WebProfiler.cs
# src/Umbraco.Web/Profiling/WebProfilerProvider.cs
# src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs
# src/Umbraco.Web/PublishedContentExtensions.cs
# src/Umbraco.Web/Routing/ContentFinderByNiceUrlAndTemplate.cs
# src/Umbraco.Web/Search/ExamineEvents.cs
# src/Umbraco.Web/umbraco.presentation/content.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/developer/RelationTypes/EditRelationType.aspx.cs
2020-03-10 22:03:28 +01:00
Sebastiaan Janssen
7dc6ddf3a8
Merge branch 'v7/dev' into v7/7.15
2020-03-10 21:54:01 +01:00
Steve Megson
d11a1946f5
V7: Don't call ClearPreviewXmlContent from ClearDocumentXmlCache ( #6631 )
2020-03-10 21:52:53 +01:00
Sebastiaan Janssen
959a6df634
Merge branch 'v7/dev' into v7/7.15
2020-03-10 21:51:00 +01:00
Marc Goodson
7ca6781d09
v7: Fix false matches for AltTemplate convention Urls ( #7150 )
2020-03-10 21:49:59 +01:00
Sebastiaan Janssen
cfdc4ce807
Merge branch 'v7/dev' into v7/7.15
...
# Conflicts:
# src/Umbraco.Core/Serialization/JsonNetSerializer.cs
# src/Umbraco.Web/Editors/BackOfficeController.cs
2020-03-10 21:38:33 +01:00
Bjarke Berg
cf060e9789
Merge remote-tracking branch 'origin/v8/feature/AB5435-make-umbracohelper-props-obsolete' into v8/feature/AB5435-make-umbracohelper-props-obsolete
2020-03-10 10:37:13 +01:00
Bjarke Berg
9be30f3e91
Added info to obsolete message
2020-03-10 10:36:34 +01:00
Daniël Knippers
3eb4c642c3
Added GetSegment() method to VariationContext and uses it when contentId is available
2020-03-09 17:07:56 +01:00