imagefield_crop 7.x-2.1

Bug fixes
Unsupported
  • PHP Deprecated: Required parameter $form_state follows optional parameter $input Vincent Massaro* 11/25/23, 7:51 PM
  • Issue #2944167 by oadaeh, daniel_rose: Missing hook_help() implementation oadaeh* 3/29/18, 4:28 PM
  • Issue #2037795 by h3rj4n, stefanos.petrakis: Remove notice on creating new Imagecrop field h3rj4n* 6/16/17, 5:11 PM
  • Issue #2849567 by volkswagenchick: README for 7.x-2.x branch volkswagenchick* 4/13/17, 5:33 PM
  • Issue #1832106 by SimeonKesmev: Default image disappears SimeonK* 2/23/16, 10:46 AM

imagefield_crop 7.x-1.2

Bug fixes
Unsupported
     
  • Issue #2090141 by progpapa, vladimir.krupin: PHP notices if output resolution is not set Ra Mänd 24.10.2024, 13:45
  • Issue #2881966 by stefanos, jenlampton: [7.x-1.x] is there access to original image? Ra Mänd 24.10.2024, 13:37
  • Issue #1506460 by mavimo, jjchinquist, prat: Jcrop default crop settings Ra Mänd 24.10.2024, 13:25
  • Issue #2698619 by nrackleff: SQL PDOException when trying to install 7.x-1.x-dev nrackleff* 06.04.2016, 13:12
  • Issue #2464303 by filantrop: Too big image sets wrong width filantrop* 03.04.2016, 14:58

imagefield_crop 7.x-1.1

Bug fixes
Unsupported

Originally try to release a rc version, but due to #647428: Show latest prerelease (if different from recommended release) with dev releases, rc version cannot be listed after 1.0 released.

This release is the same as 7.x-1.1-rc1

imagefield_crop 7.x-2.0

New features
Unsupported

Release Notes

  • Image crop was refactored to be a field instance instead of widget for imagefield.
  • Crop dimensions are stored in the field table instead of variable.
  • Node revisions support added.
  • Bug with file status fixed. Now cropped files are marked as permanent.
  • Automatic gif images converting.
  • Image path flush added after image re-crop
  • Relational ratio options on the field settings form was added.

imagefield_crop 7.x-1.0

Bug fixes
Unsupported

First release for Drupal 7, after a few months of running with a development release.

imagefield_crop 6.x-1.0

Bug fixes
Unsupported

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

imagefield_crop 7.x-2.x-dev

New features

This is an experimental branch written by zhgenti. See #1225254: 7.x-2.0 version.

DO NOT INSTALL IN A PRODUCTION SITE.

Only install this if you know what you are doing and you want to help test or develop this branch.

imagefield_crop 7.x-1.x-dev

New features

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.

imagefield_crop 5.x-1.3

Bug fixes
Unsupported

Fixes from 5.x-1.2:

* allow different crop ratios on different fields, same node

imagefield_crop 6.x-1.0-rc1

Bug fixes
Unsupported

* 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.

imagefield_crop 6.x-1.0-beta3

Bug fixes
Unsupported

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

imagefield_crop 6.x-1.0-beta2

Bug fixes
Unsupported

* 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

imagefield_crop 6.x-1.0-beta1

New features
Bug fixes
Unsupported

* 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.

imagefield_crop 6.x-1.0-alpha1

New features
Unsupported

Initial alpha release for Drupal 6. Ready for testing but not production.

imagefield_crop 5.x-1.x-dev

New features

This is the development 5.x release of this module.

With latest feedback, this module seem quite stable, so I plan to create a release soon.

Subscribe with RSS Subscribe to Releases for Imagefield Crop