Stephan
|
8561d85f7a
|
porting 7.6-rc1 into 8
|
2017-05-24 12:25:39 +02:00 |
|
Stephan
|
b26b415096
|
Merge origin/dev-v7-deploy into dev-v8-zbwip (builds)
|
2016-11-03 10:31:44 +01:00 |
|
Sebastiaan Janssen
|
e020779a14
|
U4-8751 GetCropUrl method should have a parameter for specifying the image format
Additional fix asking for InvariantContains instead of just Contains
|
2016-08-02 15:07:25 +02:00 |
|
Asbjørn Riis-Knudsen
|
5f3f698ffd
|
U4-8751: Put format parameter at the end when format is specified in furtherOptions
|
2016-07-24 18:09:06 +02:00 |
|
Stephan
|
ffb30123cc
|
U4-8710 - from Umbraco.Field, GetPropertyValue to Value
|
2016-07-21 10:03:11 +02:00 |
|
Stephan
|
d08412c0fe
|
Refactor - IPublishedContent, converters, fragments
|
2016-07-21 09:37:40 +02: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 |
|
Shannon
|
ba2fd96e88
|
U4-7695 Media items are not updated when a new crop is added to Image Cropper
|
2016-01-26 15:54:17 +01:00 |
|
Jeavon Leopold
|
8ea99b9463
|
Adjust so that first crop isn't used for ratio when only a width or height parameter is passed into GetCropUrl
|
2015-08-20 10:22:15 +01:00 |
|
Jeavon Leopold
|
bc20a48570
|
Tiny Stylecop bracket adjustment
|
2015-08-20 09:34:48 +01:00 |
|
Jeavon Leopold
|
a17865683c
|
Variable renaming
|
2015-08-20 09:33:12 +01:00 |
|
Jeavon Leopold
|
3595dd3339
|
Adding checks for predefined crops that are still set to default and where a specific resize parameter has been passed into GetCropUrl so that output crop is in same ratio as the predefined crop
|
2015-08-19 16:54:03 +01:00 |
|
Jeavon Leopold
|
b003c027e5
|
Removed unused "using" references in cropper extension methods
|
2015-02-27 14:49:36 +00:00 |
|
Jeavon Leopold
|
7aa618cbfb
|
Fixes U4-4767 and adds a Test for it
|
2014-04-27 22:06:48 +01:00 |
|
Jeavon Leopold
|
ef787fc769
|
Adding upScale parameter to GetCropUrl
|
2014-04-21 09:45:05 +01:00 |
|
Jeavon Leopold
|
ec04469b16
|
If only one dimension specified with Ratio mode then assume a square
|
2014-04-21 09:27:53 +01:00 |
|
Jeavon Leopold
|
7787c51156
|
Creating the internal GetBaseCropUrl method and moving the logic from the Model GetCropUrl method to ImageCropperBaseExtensions so that it can be used by both the Model method and the template extensions
Also added some new tests
|
2014-04-21 08:38:53 +01:00 |
|
Jeavon Leopold
|
1cf20597a4
|
Getting Ratio mode to work with Crop dimensions and also moving cache buster to always being the last variable
|
2014-04-19 11:04:32 +01:00 |
|
Jeavon Leopold
|
e8d41a1b5e
|
Adding Ratio Mode parameter to GetCropUrl helper
|
2014-04-18 22:04:23 +01:00 |
|
Jeavon Leopold
|
ff2ee540e2
|
Fixing the CacheBusting on GetCropUrl as it was totally random which meant the server cache was creating a new cache file for every request. Now changed it to use item updateDate.ToFileTimeUtc as the cache busting value so it will change only when the item is updated in Umbraco.
|
2014-03-24 19:27:00 +00:00 |
|
Jeavon Leopold
|
b450299d45
|
GetCropUrl - moved propertyAlias and cropAlias to after width and height so that GetCropUrl(100,100,"myProperty") is possible and renamed useFocalPoint to preferFocalPoint
|
2014-03-24 18:37:15 +00:00 |
|
Jeavon Leopold
|
f5f8fe7b42
|
GetCropUrl - Stylecop and an additional test
|
2014-03-24 17:51:52 +00:00 |
|
Jeavon Leopold
|
f51a66b728
|
GetCropUrl - further code duplication removal and 2 new unit tests
|
2014-03-24 16:32:50 +00:00 |
|
Jeavon Leopold
|
40be3957f6
|
GetCropUrl - ensuring that GetCropUrl(width,height) works and also adding the useFocalPoint parameter
|
2014-03-24 15:44:04 +00:00 |
|
Jeavon Leopold
|
59de0613f5
|
GetCropUrl - Removing duplicate code
|
2014-03-24 11:43:55 +00:00 |
|
arjanpot
|
cd31637371
|
CropUrl should be formatted with InvariantCulture.
|
2014-03-22 11:22:01 +01:00 |
|
Jeavon Leopold
|
5c5827e319
|
If cropper property editor not in use on umbracoFile then we can use mediaItem.Url
|
2014-03-20 14:31:21 +00:00 |
|
Jeavon Leopold
|
2d2f57a71b
|
GetCropUrl - needed to get the url from within the json within the check for a crop otherwise a exception can occur
|
2014-03-20 13:22:45 +00:00 |
|
Jeavon Leopold
|
6a3fb87499
|
GetCropUrl to not use .Url property but get directly from cropper JSON
|
2014-03-20 12:42:05 +00:00 |
|
Jeavon Leopold
|
6077e24685
|
Add GetCropUrl(string cropAlias) overload and fix mediaItem.Url
|
2014-03-20 11:23:17 +00:00 |
|
Shannon
|
3710c0916c
|
Fixes up the Image cropper extensions, ensures that we don't recursively call Url (this is a special property).
|
2014-03-20 14:57:48 +11:00 |
|
Shannon
|
863667f5bd
|
Moves the image crop enums to their correct location and renames them to be more descriptive (less generic).
|
2014-03-20 14:27:58 +11:00 |
|
Jeavon Leopold
|
d88745bf49
|
Adding ToLowerInvariant to compares and also removing a redundant method copied in from my cropper package but not needed
|
2014-03-19 16:53:13 +00:00 |
|
Jeavon Leopold
|
e8e8b536f1
|
Fix for GetCropUrl method when mediaItem.Url has JSON data
|
2014-03-19 16:12:30 +00:00 |
|
Jeavon Leopold
|
c6e1235ac4
|
Fixing GetCropUrl overload
|
2014-03-19 09:52:53 +00:00 |
|
Jeavon Leopold
|
5c8440a7d6
|
ImageCropper helpers WIP
|
2014-03-18 15:20:48 +00:00 |
|
perploug
|
9f028e6d61
|
Replace Crop() with GetCropUrl()
|
2014-02-24 15:35:24 +01:00 |
|
perploug
|
f8baf343bf
|
Fixing totally broken merge
|
2014-02-20 12:59:11 +01:00 |
|
Shannon
|
64246b4eef
|
fixes build
|
2014-02-19 17:08:55 +11:00 |
|
perploug
|
81305173ca
|
Changes imagecropper to store config in its property data
|
2014-02-19 00:19:15 +01:00 |
|
perploug
|
ec14a16aec
|
ImageCropper Razor models + helpers
|
2014-02-17 16:17:17 +01:00 |
|