summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
joetsuihk [Wed, 17 Apr 2013 13:19:27 +0000]
Fix #1913412 Undefined index: und in _imagefield_crop_entity_presave() #9 and #14
joetsuihk [Wed, 20 Mar 2013 13:44:20 +0000]
#1913412 by jweowu: fix undefined index during presave
joetsuihk [Fri, 15 Feb 2013 06:47:45 +0000]
#1469216 by Rob Holmes: element's help text is respected
joetsuihk [Wed, 23 Jan 2013 09:21:06 +0000]
by wiifm: 1864496 make sure entity language isset before assignment
joetsuihk [Mon, 21 Jan 2013 14:01:35 +0000]
by dropfen: 1415382 fix language undefined during presave
joetsuihk [Tue, 8 Jan 2013 06:46:23 +0000]
by yogeshchaugule8: save crop area even crop area untouched
joetsuihk [Tue, 8 Jan 2013 06:41:16 +0000]
by joetsuihk: coding standard from coder module
joetsuihk [Tue, 8 Jan 2013 06:32:29 +0000]
#1358474 fix fetching instance by @pwaterz
joetsuihk [Tue, 8 Jan 2013 06:26:46 +0000]
#1415382 widget display image with cropped dimension by @elliotttf
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