project/imagefield_crop.git
10 months ago#1219208 by jox: original files should not be marked as temporary in the DB 7.x-1.x 7.x-1.0
Yuval Hager [Thu, 14 Jul 2011 21:08:13 +0000]
#1219208 by jox: original files should not be marked as temporary in the DB

11 months ago#1127078 by jox - flush image style cache after image save
Yuval Hager [Mon, 13 Jun 2011 17:51:38 +0000]
#1127078 by jox - flush image style cache after image save

11 months ago#1138148 by acrollet,jox,yhager: adapt js code to changes in the form HTML structure
Yuval Hager [Mon, 13 Jun 2011 17:25:23 +0000]
#1138148 by acrollet,jox,yhager: adapt js code to changes in the form HTML structure

13 months ago#1111898 by sch4lly: added a missing closing div
Yuval Hager [Thu, 14 Apr 2011 05:37:10 +0000]
#1111898 by sch4lly: added a missing closing div

14 months agofixed enforce minimum default value
Yuval Hager [Mon, 7 Mar 2011 17:28:04 +0000]
fixed enforce minimum default value

14 months agoRemove cropinfo when image is deleted
Lewis Marshall [Mon, 7 Mar 2011 12:28:19 +0000]
Remove cropinfo when image is deleted

14 months agoRemoved hook_field_attach_delete and added submit handler to image remove_button...
Lewis Marshall [Mon, 7 Mar 2011 12:10:19 +0000]
Removed hook_field_attach_delete and added submit handler to image remove_button to delete original image

14 months agoChanged minimum crop size to be resolution of output, not size of cropping area
Lewis Marshall [Mon, 7 Mar 2011 09:36:11 +0000]
Changed minimum crop size to be resolution of output, not size of cropping area

14 months agoMerge remote branch 'upstream/7.x-1.x' into 7.x-1.x
Lewis Marshall [Mon, 7 Mar 2011 09:24:01 +0000]
Merge remote branch 'upstream/7.x-1.x' into 7.x-1.x

Conflicts:
imagefield_crop.js
imagefield_crop.module

14 months agoContribute by Joseph Vallender <joseph.vallender@siftmedia.co.uk>
Yuval Hager [Fri, 4 Mar 2011 16:59:06 +0000]
Contribute by Joseph Vallender <joseph.vallender@siftmedia.co.uk>

A few variables names got lost when moving between 6 and 7 syntax, which
cause the box ratio to stop working. Crop area seemed to be used for
cropping and resolution - I have separated these out now.

Also, I have re-introduced the 'Enforce minimum crop size based on the
output size' setting which is needed for all combinations of settings to
work correctly.

14 months agoSave cropinfo in imagefield_crop_info variable
Lewis Marshall [Mon, 28 Feb 2011 19:07:32 +0000]
Save cropinfo in imagefield_crop_info variable

14 months agoOnly add Jcrop to cropbox once
Lewis Marshall [Mon, 28 Feb 2011 19:06:40 +0000]
Only add Jcrop to cropbox once

15 months agoremoved dpm() calls that depend on devel module
Yuval Hager [Fri, 18 Feb 2011 21:47:18 +0000]
removed dpm() calls that depend on devel module

16 months agohandle file deletions (delete original when the cropped is deleted)
Yuval Hager [Sun, 16 Jan 2011 05:54:53 +0000]
handle file deletions (delete original when the cropped is deleted)

16 months agopreview shows existing file until user starts marking new crop. This overcomes the...
Yuval Hager [Wed, 5 Jan 2011 02:45:57 +0000]
preview shows existing file until user starts marking new crop. This overcomes the limitation in D7 that we cannot save the metadata with the file

16 months agoadded dynamic preview
Yuval Hager [Sat, 1 Jan 2011 18:47:53 +0000]
added dynamic preview

16 months agotheme and process preview functions are in place, and are being called
Yuval Hager [Fri, 31 Dec 2010 05:59:56 +0000]
theme and process preview functions are in place, and are being called

16 months agoupgraded to latest Jcrop from git://github.com/tapmodo/Jcrop.git
Yuval Hager [Mon, 27 Dec 2010 03:39:36 +0000]
upgraded to latest Jcrop from git://github.com/tapmodo/Jcrop.git

16 months agonow we also save the original in new nodes as well
Yuval Hager [Mon, 27 Dec 2010 03:22:58 +0000]
now we also save the original in new nodes as well

16 months agowhen cropping, saving the original aside, and recrop the original onto the same file...
Yuval Hager [Sun, 26 Dec 2010 09:04:54 +0000]
when cropping, saving the original aside, and recrop the original onto the same file every time. New nodes crash miserably though

16 months agooriginal saved correctly now
Yuval Hager [Sat, 25 Dec 2010 08:51:53 +0000]
original saved correctly now

16 months agocorrect usage of file api - cropping works now and saves to a different file
Yuval Hager [Sat, 25 Dec 2010 06:29:42 +0000]
correct usage of file api - cropping works now and saves to a different file

16 months agofirst crop of the first file. Still messy though
Yuval Hager [Fri, 24 Dec 2010 09:21:48 +0000]
first crop of the first file. Still messy though

17 months agoremoved backup files
Yuval Hager [Thu, 23 Dec 2010 08:18:31 +0000]
removed backup files

17 months agobasically the edit form works, no cropping is done yet
Yuval Hager [Thu, 23 Dec 2010 06:52:46 +0000]
basically the edit form works, no cropping is done yet

18 months agoinitial d7 revision
Yuval Hager [Sun, 31 Oct 2010 21:57:34 +0000]
initial d7 revision