This has been stable for a while, time to call it a release (better late than never ;)
Changes:
* #656280 by mrfelton: fix error when using drush
* #1135428 by pounard: fixed minor js issues pointed out by jslint
* #1138038 by ryan_courtnage: error when imagefield's alt and title are not being used
* added drush image-recrop command
This is a rewrite of the module for D7. It is still in development, so please do not use it on a production site.
If you want to help with development, please download, install and report bugs, but make sure you are on a test Drupal install. I will not provide an upgrade path from development versions to the final release.
* upgraded to Jcrop-0.9.8.
* we do not need to scale the crop box anymore, Jcrop does it for us!
* Increased timeout for attached behaviours, wait till the image finished loading.
* allow unlimited values, fixed crop box "jumps" upon "add new item" click.
This beta release is coordinated with imagefield & filefield new API change, so be sure to upgrade these modules to filefield-6.x-3.0-beta2 and imagefield-6.x-3.0-beta2.
As always when upgrading, make your backups.
List of changes from previous beta:
* #397912 by quicksketch: adapt to new filefield hook structure, as imagefield is just a widget and not a field anymore
* #212576 by yhager: flush imagecache presets after crop
* use imageapi instead of direct gd calls
* Added missing Jcrop/css/Jcrop.gif
* #366296: Croping faclity broken until image is removed Wait till new image fade in before attaching Jcrop
* division by zero in JS code
* code cleanup
* js settings should be added once, in elements using AHAH
* Scaling and cropping got much smarter - you can define the cropping area resolution, while the actual cropping is done against the original image.
* Images are shown instantly with the help of http://drupal.org/node/353405#comment-1224788. Vote for this patch to get it into imagefield.