summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Yuval Hager [Thu, 14 Jul 2011 21:08:13 +0000]
#1219208 by jox: original files should not be marked as temporary in the DB
Yuval Hager [Mon, 13 Jun 2011 17:51:38 +0000]
#1127078 by jox - flush image style cache after image save
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
Yuval Hager [Thu, 14 Apr 2011 05:37:10 +0000]
#1111898 by sch4lly: added a missing closing div
Yuval Hager [Mon, 7 Mar 2011 17:28:04 +0000]
fixed enforce minimum default value
Lewis Marshall [Mon, 7 Mar 2011 12:28:19 +0000]
Remove cropinfo when image is deleted
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
Lewis Marshall [Mon, 7 Mar 2011 09:36:11 +0000]
Changed minimum crop size to be resolution of output, not size of cropping area
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
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.
Lewis Marshall [Mon, 28 Feb 2011 19:07:32 +0000]
Save cropinfo in imagefield_crop_info variable
Lewis Marshall [Mon, 28 Feb 2011 19:06:40 +0000]
Only add Jcrop to cropbox once
Yuval Hager [Fri, 18 Feb 2011 21:47:18 +0000]
removed dpm() calls that depend on devel module
Yuval Hager [Sun, 16 Jan 2011 05:54:53 +0000]
handle file deletions (delete original when the cropped is deleted)
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
Yuval Hager [Sat, 1 Jan 2011 18:47:53 +0000]
added dynamic preview
Yuval Hager [Fri, 31 Dec 2010 05:59:56 +0000]
theme and process preview functions are in place, and are being called
Yuval Hager [Mon, 27 Dec 2010 03:39:36 +0000]
upgraded to latest Jcrop from git://github.com/tapmodo/Jcrop.git
Yuval Hager [Mon, 27 Dec 2010 03:22:58 +0000]
now we also save the original in new nodes as well
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
Yuval Hager [Sat, 25 Dec 2010 08:51:53 +0000]
original saved correctly now
Yuval Hager [Sat, 25 Dec 2010 06:29:42 +0000]
correct usage of file api - cropping works now and saves to a different file
Yuval Hager [Fri, 24 Dec 2010 09:21:48 +0000]
first crop of the first file. Still messy though
Yuval Hager [Thu, 23 Dec 2010 08:18:31 +0000]
removed backup files
Yuval Hager [Thu, 23 Dec 2010 06:52:46 +0000]
basically the edit form works, no cropping is done yet
Yuval Hager [Sun, 31 Oct 2010 21:57:34 +0000]
initial d7 revision