Shannon
0ce503b369
Fixes: U4-6349 Optimizing indexes says that the index is not optimized
2015-03-06 13:34:09 +11:00
Shannon Deminick
6d5d8fb39c
Merge pull request #647 from hAmpzter/U4-6304
...
U4-6304 ContentTypeBaseRepository.MapContentTypes throws exception with ...
2015-03-05 17:49:48 +11:00
Shannon Deminick
9613772036
Merge pull request #648 from Jeavon/U4-6336
...
Fixes U4-6336 GetCropUrl - preferFocalPoint is ignored if focal point is...
2015-03-05 17:22:23 +11:00
Shannon Deminick
604779667d
Merge pull request #650 from mikkelhm/dev-v7
...
U4-4080 Missing icons in context menu
2015-03-05 17:18:47 +11:00
Shannon
46212904ef
Changes the SetPropertyValueAndDetectChanges to throw an exception if an Enumerable is passed in without using the overload the specifies an IEqualityComparer. Updates all entities that use this method with IEnumerables to specify the correct Equality comparer which now uses the new UnsortedSequenceEqual method. Added unit tests for new EnumerableExtensions and makes the ContainsAll work faster.
2015-03-05 17:08:58 +11:00
Shannon
b7bb98d824
fixes localized text request when an invalid cookie is present
2015-03-05 17:04:02 +11:00
Shannon
f31d2ca7cf
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-03-05 16:44:34 +11:00
Shannon
88ae95150e
Fixes: U4-6342 UmbracoEnsuredPage doesn't work in 7.2.2
2015-03-05 16:36:06 +11:00
Sebastiaan Janssen
97a085d12b
Bump version
2015-03-03 20:19:41 +01:00
Shannon
9a042fbbdf
Removes the assignment of the DefaultPermissions property since this is auto assigned in the ctor (and should be assignable)
2015-03-03 19:40:37 +11:00
Shannon
834b780d8e
Removes change tracking for User.DefaultPermissions since it is entirely not necessary (and in fact shouldn't be settable). Also ensures that the cloning of the default permissions is a new list, wasn't doing this before... which might have been the culprit for strange thread issues.
2015-03-03 19:37:13 +11:00
Shannon
8905878a87
Adds some methods to TracksChangesEntityBase to enable/disable change tracking and to reset the change tracking dictionaries, this is then used for DeepCloning so that change tracking is turned off for the cloning process.
2015-03-03 18:33:04 +11:00
Shannon
36bed40db0
typo
2015-03-03 17:37:42 +11:00
Shannon
f708a24401
fixes U4-6333, U4-6348
2015-03-03 17:36:53 +11:00
Shannon
d32cf12c6f
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-03-02 17:02:35 +11:00
Shannon
100485f748
Fixes: U4-6005 Please add a public constructor to InstallApiController
2015-03-02 17:02:25 +11:00
Shannon
56017a340c
makes PropertyEditorResolver faster by not having to re-union every time its accessed
2015-03-02 16:59:40 +11:00
Shannon
21c70462c9
publicizes cache extensions
2015-03-02 16:59:05 +11:00
Sebastiaan Janssen
9b254f8bf9
Previous commit added a IApplicationStartupHandler which broke the count in this unit test
2015-03-01 14:09:35 +01:00
Sebastiaan Janssen
6dd63e8a01
U4-6341 Relate document on copy doesn't create a relation record in umbracoRelations table
...
#U4-6341 Fixed Due in version 7.2.3
2015-03-01 13:52:02 +01:00
mikkelhm
bac940d4ed
U4-4080 Missing icons in context menu for relation types, update comments aswell
2015-02-28 22:19:17 +01:00
mikkelhm
c1c090faab
U4-4080 Missing icons in context menu for relation types
2015-02-28 22:16:07 +01:00
Jason Prothero
32bedfaa6a
Changed the surrounding quotes for Grid custom settings/styles to be double quotes
2015-02-27 10:06:45 -08:00
Jeavon Leopold
b003c027e5
Removed unused "using" references in cropper extension methods
2015-02-27 14:49:36 +00:00
Jeavon Leopold
0295aaba3b
Added test for U4-6336 GetCropUrl - preferFocalPoint is ignored if focal point is in the center
2015-02-27 14:42:00 +00:00
Jeavon Leopold
bb04f83a49
Fixes U4-6336 GetCropUrl - preferFocalPoint is ignored if focal point is in the center
2015-02-27 12:15:28 +00:00
hAmpzter
793ba42f9e
U4-6304 ContentTypeBaseRepository.MapContentTypes throws exception with SByte / Bool type with Mysql.
...
Force it with Convert.ToBoolean()
2015-02-27 12:42:55 +01:00
Shannon
ded1def8e2
Fixes: U4-6333 - but should fix this better (i.e. centralize the code to clean for xss in JS like we have in c#)
2015-02-27 16:50:33 +11:00
Shannon
5a2a3c3b1e
removes duplicate attribute
2015-02-27 01:04:53 +01:00
Shannon
7dad078af4
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-02-20 09:43:28 +01:00
Shannon
9a89b6048a
Merge branch '7.2.0_U4-5236' of https://github.com/bjarnef/Umbraco-CMS into bjarnef-7.2.0_U4-5236
...
Conflicts:
src/Umbraco.Web.UI.Client/src/less/tree.less
2015-02-20 09:43:21 +01:00
Shannon Deminick
8c13b89c79
Merge pull request #637 from xumix/6.2.5
...
Fix dictionary key access
2015-02-20 09:36:20 +01:00
Shannon
d54e09c40b
fixes jjj - no idea what happened there
2015-02-20 09:12:30 +01:00
Shannon
c0d6c511e4
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-02-19 14:55:08 +01:00
Shannon
2da3ec27db
fixes punycode reference
2015-02-19 14:55:00 +01:00
Sebastiaan Janssen
5f10ed99aa
Revert "U4-4565 Add margin to bottom bar"
...
This reverts commit c1cc8a3824 .
2015-02-19 14:14:30 +01:00
Shannon Deminick
48fa60039b
Merge pull request #641 from AussieInSeattle/U4-6288
...
U4-6288 Changes
2015-02-19 11:56:23 +01:00
Shannon
20ceceffe0
Fixes: U4-5932 Grid editor has JS errors
2015-02-19 11:43:08 +01:00
Shannon
b73c7fbb16
Fixes: U4-6284 UmbracoCms.7.2.2-build.26 - missing feedback when file is too large
2015-02-19 11:34:43 +01:00
Shannon
c96b866f1d
Fixes bower config for jquery
2015-02-19 10:35:06 +01:00
Shannon
b2399e97cc
updates cdf refs
2015-02-18 17:39:33 +01:00
Shannon
6670f7036b
publicizes RouteDefinition
2015-02-18 17:30:44 +01:00
AussieInSeattle
ee78e3815b
U4-6288 Changes
2015-02-17 19:32:25 -08:00
Shannon
2acfd64706
Updates exif reader to an MIT licensed reader from https://code.google.com/p/exiflibrary
2015-02-17 16:47:29 +01:00
Shannon
df3d8d3757
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-02-17 14:37:52 +01:00
Shannon
a6f6a321f9
Fixes extension method finder and TypeHelper with Stephen's awesome code
2015-02-17 14:37:44 +01:00
Sebastiaan Janssen
25cfceadc0
Merge branch 'dev-v7-upgradablemvc5webapi2' of https://github.com/Shazwazza/Umbraco-CMS into Shazwazza-dev-v7-upgradablemvc5webapi2
...
Conflicts:
build/UmbracoVersion.txt
src/Umbraco.Core/Configuration/UmbracoVersion.cs
2015-02-17 10:46:36 +01:00
bjarnef
df5c5e78ff
Headline was cuttet off in Firefox
...
In Firefox 35.0.1 the headline was cuttet off. The 1.4 line-height in
commit 824212f6c9 ensure the headline
isn't cuttet off. However line-height: normal act as fallback as 1em it
too little and cause the text might be cuttet off.
2015-02-16 20:58:40 +01:00
bjarnef
5579823b2d
Remove padding-left from h1 in modal-left
...
Removed left-padding from h1 in umb-modal-left to align it with the
other text in the modal.
2015-02-16 00:11:41 +01:00
bjarnef
824212f6c9
Keep headline at same position
...
I made a small change to make sure the headline is in same position
regardless it is editable or readonly.
2015-02-15 22:20:34 +01:00