Shannon
17ff952b52
Fixes the URL creating for media in the back office to use an IMedia instead of published media (since it's not published yet at the time)
2016-02-11 15:54:00 +01:00
Shannon
dccee93700
fixes up some null checks and fixes up some string null checks - casting XElement to (string) explicitly avoids null reference exceptions when the XElement isn't actually present.
2016-02-11 15:11:11 +01:00
Shannon Deminick
496efde5b3
Merge pull request #1093 from jonrandahl/patch-1
...
Update PackagingService.cs
2016-02-11 14:18:23 +01:00
Shannon
0a33b37f2d
Fixes issue with U4-7695 and not merging crop values with pre-values properly
2016-02-10 15:31:04 +01:00
Shannon
2721c5cb12
adds dynamic caseinsensitive support for the image cropper model
2016-02-10 14:54:00 +01:00
Shannon
fe0ed2ceea
Adds some notes and ensures that the ImageCropperValueConverter shadows the correct one.
2016-02-10 14:53:57 +01:00
Shannon
0829bae5b2
Fixes TextStringValueConverter to include the text box and multi-textbox (since it's like that in the Core one that this overrides), adds new converter for Image cropper including ToString converter & custom type converter to convert from the strongly typed object to JObject, adds test to support this, adds equatable methods for the strongly typed model so it can be easily compared. Ensures that the webboot manager does not include the core value converter for image cropper.
2016-02-10 14:53:56 +01:00
Kevin Jump
11743ea322
Fix GetContentTypeContainer and GetMediaTypeContainer to use correct guid
...
updated to use DocumentTypeContainerGuid, MediaTypeContainerGuid
contstants in calls.
2016-02-05 13:20:10 +00:00
Shannon
9978b0d8ea
Merge branch 'dev-v7' into temp-U4-3447
2016-02-04 18:30:58 +01:00
Shannon
0d9fef5457
changes to use StripWhitespace to fix tests
2016-02-04 18:09:17 +01:00
Shannon Deminick
e6550b543d
Merge pull request #1099 from robertjf/dev-v7
...
U4-7897 Minor update to MembershipProviderBase.DecryptPassword() to remove code smell
2016-02-04 17:38:59 +01:00
Robert Foster
c9d2d574f8
brought PasswordFormat switch in DecryptPassword in line with other useages.
2016-02-05 03:29:33 +11:00
Stephan
42c23dadc9
U4-7887 - default to database connection timeout
2016-02-04 14:51:19 +01:00
Shannon Deminick
aa31e293ec
Merge pull request #1086 from umbraco/temp-U4-7598
...
U4-7598 - fix migrations during 4.7 to 7.4 upgrade
2016-02-04 11:10:45 +01:00
Shannon
f8045840ee
Merge remote-tracking branch 'origin/master-v7' into dev-v7
2016-02-04 11:04:05 +01:00
Shannon
e2985d74e5
U4-7890 XSLT Macro's not working - "Cannot use this obsoleted overload when the current provider"
2016-02-04 11:01:54 +01:00
Jon R. Humphrey
8b4d34a1e8
Update PackagingService.cs
...
I've made the changes to the code after running into the "sequence contains no matching element" error in my Starter Kit package install. We knew that there were no calls to .First()., .Last(), or .Single() in our code based on search results and checking for this call, however we were able to deduce that the issue was that we were including a new ImageCropper DataType without values based on Jeavon's [example:] [https://umbraco.com/follow-us/blog-archive/2014/5/30/developing-a-website-with-responsive-images-using-the-umbraco-v714-image-cropper/ ]
I know it's a simple fix but if it helps anyone else not run into the same thing then that's perfect!
Thank you for all your hard work on Umbraco, maybe someday I can do more!
2016-02-03 13:21:36 +00:00
Shannon
1d326a76a3
fixes tab replace
2016-02-03 14:16:24 +01:00
Shannon
797eb34f36
Fixes merge issues and tests
2016-02-03 13:43:51 +01:00
Shannon
e423864781
Merge remote-tracking branch 'origin/master-v7' into dev-v7
...
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/Cache/FullDataSetRepositoryCachePolicy.cs
src/Umbraco.Core/Cache/FullDataSetRepositoryCachePolicyFactory.cs
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeBaseRepository.cs
src/Umbraco.Core/Persistence/Repositories/ContentTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/DomainRepository.cs
src/Umbraco.Core/Persistence/Repositories/LanguageRepository.cs
src/Umbraco.Core/Persistence/Repositories/MediaTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/PublicAccessRepository.cs
src/Umbraco.Core/Persistence/Repositories/TemplateRepository.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Tests/Cache/FullDataSetCachePolicyTests.cs
src/Umbraco.Web.UI.Client/src/common/directives/components/grid/grid.rte.directive.js
src/Umbraco.Web.UI.Client/src/less/hacks.less
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/WebBootManager.cs
2016-02-03 12:30:11 +01:00
Shannon
aed4649ff5
changes version to RC1
2016-02-03 12:16:07 +01:00
Shannon Deminick
36119848e7
Merge pull request #1085 from umbraco/temp-U4-7861
...
U4-7861 - fix moving a content type
2016-02-03 12:13:31 +01:00
Shannon Deminick
8080746004
Merge pull request #1091 from umbraco/temp-U4-7885
...
U4-7885 - fix YSOD when saving a member type
2016-02-03 11:59:24 +01:00
Claus
076efad616
Merge pull request #1084 from umbraco/temp-U4-7713
...
U4-7713 - fix CountPublished
2016-02-03 11:45:15 +01:00
Stephan
df3aaf43d3
U4-7885 - fix YSOD when saving a member type
2016-02-03 11:33:34 +01:00
Shannon
08e9579481
U4-7863 Remove Nuget requirement: Microsoft.Net.Http - this is not used, nor is it required (it also installs a bunch of other packages we don't need)
2016-02-03 10:14:53 +01:00
Stephan
325f92f6ca
U4-7598 - fix migrations during 4.7 to 7.4 upgrade
2016-02-02 18:53:08 +01:00
Shannon
856c345905
Merge branch '7.3.7' of https://github.com/umbraco/Umbraco-CMS into 7.3.7
2016-02-02 18:01:56 +01:00
Shannon
b2cd5dfb85
adds null check to session id - might not exist in old cookies
2016-02-02 18:01:36 +01:00
Sebastiaan Janssen
462f7a59b5
Merge pull request #1078 from dawoe/U4-7872
...
Use product name in migration runner instead of Umbraco productname
2016-02-02 17:06:56 +01:00
Shannon
a1c70a219a
ensures correct sort order for content type queries + test
2016-02-02 16:51:57 +01:00
Stephan
3f23b06e24
U4-7861 - fix moving a content type
2016-02-02 16:40:01 +01:00
Shannon
25df9da715
bumps Version
2016-02-02 16:00:28 +01:00
Shannon
0de3be42cf
U4-7869 Examine & SQL Azure - Timeouts - ensure the other reader is executed with retry.
2016-02-02 15:33:22 +01:00
Shannon
42a7ed6877
U4-7821 KeepUserLoggedIn with a long umbracoTimeOutInMinutes has logout issues
2016-02-02 15:14:47 +01:00
Stephan
8791f7ee97
U4-7713 - fix CountPublished
2016-02-02 13:52:55 +01:00
Shannon
0af97f63e2
U4-7857 Flexible Load Balancing does not sync with the correct timeout threshold
2016-02-02 11:11:47 +01:00
Shannon
1db635f24c
Updates DeepCloneableList to support behaviors, for the FullDataSetCachePolicy we only want to clone when writing to cache, not when reading, the cloning will then be done on individual items after filtering by the FullDataSetRepositoryCachePolicy
2016-02-02 01:32:36 +01:00
Shannon
6e27b3d6d4
Fixes up the FullDataSetRepositoryCachePolicy to handle individual items, updates and removes correctly, splits up it's logic so it's not overriding the DefaultRepositoryCachePolicy since that is just different. Adds tests.
2016-02-02 00:47:18 +01:00
Shannon
1dea0edcf1
re-includes the static cache for published property types, this cache is much more than a simple cache of content type infos, it is also the cache for associated converters which is required for all front-end rendering. Fixes the issue of not setting the xpath cache level corectly.
2016-02-01 22:50:38 +01:00
Shannon
1abab41955
Fixes perf issue with DeepCloneHelper - so we cache the actual property types instead of re-reflecting each time
2016-02-01 21:45:34 +01:00
Dave Woestenborghs
647fbea066
Use product name in migration runner instead of Umbraco productname
...
Fixes http://issues.umbraco.org/issue/U4-7872
2016-02-01 11:48:32 +01:00
Shannon
cf022ca6a4
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2016-01-28 19:35:20 +01:00
Shannon
e2bf27e53f
U4-7857 Flexible Load Balancing does not sync with the correct timeout threshold
2016-01-28 19:35:11 +01:00
Shannon
8916c68a0c
reverts profiler changes, we'll inlcude in 7.4
2016-01-28 18:35:29 +01:00
Claus
db6f492aac
Merge pull request #1056 from umbraco/temp-U4-7695
...
U4-7695 Media items are not updated when a new crop is added to Image…
2016-01-28 18:30:37 +01:00
Shannon
a6093f41bd
Fixes installer login for user and adds notes
2016-01-28 18:02:22 +01:00
Shannon
d526ff43f2
Merge branch 'temp-RepoCachePerf' into dev-v7
2016-01-28 15:16:02 +01:00
Stephan
107e66e4da
Merge pull request #1071 from umbraco/temp-U4-7682
...
U4-7682 Add option to DatabaseServerMessengerOptions to force a Cold …
2016-01-28 14:33:02 +01:00
Shannon
256849f8a6
adds nicer profiling during startup for app event handlers.
2016-01-28 14:19:38 +01:00