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
|
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
|
0ebe535922
|
ImageCropDataSet - a little bit of Stylecop
|
2014-03-24 17:58:12 +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 |
|
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 |
|