/[drupal]/contributions/modules/imagefield_crop/imagefield_crop.module
ViewVC logotype

Log of /contributions/modules/imagefield_crop/imagefield_crop.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 21 08:48:28 2009 UTC (4 days, 15 hours ago) by yhager
Branch: DRUPAL-5
Changes since 1.1.2.12: +2 -2 lines
Diff to previous 1.1.2.12 , to branch point 1.1
#638822 by wildfeed: verify image existance before copying

Revision 1.1.2.11.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 11 08:12:53 2009 UTC (2 weeks ago) by yhager
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC1
Changes since 1.1.2.11.2.4: +2 -2 lines
Diff to previous 1.1.2.11.2.4 , to branch point 1.1.2.11 , to next main 1.1.2.13
allow unlimited values, fixed crop box "jumps"

Revision 1.1.2.11.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 12 11:32:12 2009 UTC (8 months, 2 weeks ago) by yhager
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA3
Changes since 1.1.2.11.2.3: +12 -8 lines
Diff to previous 1.1.2.11.2.3 , to branch point 1.1.2.11
#397912 by quicksketch: adapt to new filefield hook structure, as imagefield is just a widget and not a field anymore

Revision 1.1.2.11.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 6 06:01:41 2009 UTC (9 months, 2 weeks ago) by yhager
Branch: DRUPAL-6--1
Changes since 1.1.2.11.2.2: +1 -10 lines
Diff to previous 1.1.2.11.2.2 , to branch point 1.1.2.11
use imageapi instead of direct gd calls

Revision 1.1.2.11.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 10:12:10 2009 UTC (9 months, 3 weeks ago) by yhager
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA2
Changes since 1.1.2.11.2.1: +29 -8 lines
Diff to previous 1.1.2.11.2.1 , to branch point 1.1.2.11
* 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.
* #355980 by mrfelton: allow upgrade from 5.x
* #357945: error message after saving widget
* #356952: error when not using output resolution
* #364299: crop area resolution

Revision 1.1.2.11.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 11:46:40 2008 UTC (11 months, 1 week ago) by yhager
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-ALPHA1
Changes since 1.1.2.11: +71 -685 lines
Diff to previous 1.1.2.11
initial 6.x version. Work in progress. Do not use.

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 19 04:06:35 2008 UTC (18 months, 1 week ago) by yhager
Branch: DRUPAL-5
Changes since 1.1.2.11: +2 -3 lines
Diff to previous 1.1.2.11 , to branch point 1.1
fix #258003

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 3 13:45:10 2008 UTC (19 months, 3 weeks ago) by yhager
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Branch point for: DRUPAL-6--1
Changes since 1.1.2.10: +2 -2 lines
Diff to previous 1.1.2.10 , to branch point 1.1
Fixed #235755

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 25 10:40:36 2008 UTC (20 months ago) by yhager
Branch: DRUPAL-5
Changes since 1.1.2.9: +6 -2 lines
Diff to previous 1.1.2.9 , to branch point 1.1
removed the collapsed option from the widget settings due to #235755

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 25 09:35:42 2008 UTC (20 months ago) by yhager
Branch: DRUPAL-5
Changes since 1.1.2.8: +9 -6 lines
Diff to previous 1.1.2.8 , to branch point 1.1
fix for #236424

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 25 16:31:10 2008 UTC (21 months ago) by yhager
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.1.2.7: +37 -11 lines
Diff to previous 1.1.2.7 , to branch point 1.1
Fix #225843: collapsible options
Fix #212883: scale existing images
Fix #216558: use unique file names

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 23 21:12:17 2008 UTC (21 months ago) by yhager
Branch: DRUPAL-5
Changes since 1.1.2.6: +2 -2 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Added translation template and Hebrew translation

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 12 10:01:31 2008 UTC (21 months, 1 week ago) by yhager
Branch: DRUPAL-5
Changes since 1.1.2.5: +5 -2 lines
Diff to previous 1.1.2.5 , to branch point 1.1
fixed http://drupal.org/node/220694

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 5 10:38:11 2008 UTC (21 months, 2 weeks ago) by yhager
Branch: DRUPAL-5
Changes since 1.1.2.4: +3 -2 lines
Diff to previous 1.1.2.4 , to branch point 1.1
fix http://drupal.org/node/217901

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 18:42:40 2008 UTC (22 months ago) by yhager
Branch: DRUPAL-5
Changes since 1.1.2.3: +5 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
applied imagecache patch from http://drupal.org/node/212576

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 17:11:19 2008 UTC (22 months ago) by yhager
Branch: DRUPAL-5
Changes since 1.1.2.2: +8 -2 lines
Diff to previous 1.1.2.2 , to branch point 1.1
partial fix for http://drupal.org/node/212576 - image was deleted after re-cropped & previewed

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 20 14:53:21 2008 UTC (22 months ago) by yhager
Branch: DRUPAL-5
Changes since 1.1.2.1: +31 -27 lines
Diff to previous 1.1.2.1 , to branch point 1.1
fixes for coding standards, as indicated by coder module

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 14 06:18:45 2008 UTC (22 months, 1 week ago) by yhager
Branch: DRUPAL-5
Changes since 1.1: +2 -20 lines
Diff to previous 1.1
removed completed tasks from the TODO list

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 13 20:54:34 2008 UTC (22 months, 1 week ago) by yhager
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5
Initial revision of the imagefield_crop widget

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2