/[drupal]/drupal/modules/system/image.gd.inc
ViewVC logotype

Log of /drupal/modules/system/image.gd.inc

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.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 18 00:12:48 2009 UTC (2 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.12: +1 -2 lines
Diff to previous 1.12
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 1 17:49:11 2009 UTC (2 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.11: +34 -1 lines
Diff to previous 1.11
#269337 by egfrith and wrunt: Added support for more image types (PDF, TIFF, EPS, etc.).

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:14:22 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:10:45 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:02:03 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 19:14:41 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.7: +6 -1 lines
Diff to previous 1.7
#517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 21 00:07:41 2009 UTC (4 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
#524734 by eojthebrave: Fix typo in image.gd.inc.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 24 17:39:34 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
- Patch #471070 by stella: millions of code style fixes.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 10 09:43:01 2009 UTC (8 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.4: +77 -1 lines
Diff to previous 1.4
- Patch #373613 by drewish, quicksketch: working around some Debian issues.  They ship a different GD library.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 9 11:44:54 2009 UTC (8 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.3: +128 -105 lines
Diff to previous 1.3
- Patch #373613 by quicksketch and drewish: in order to operate on images multiple
  times (such as crop, scale, then desaturate) without quality loss, we need to
  pass images by their raw GD (or other library) resources rather than re-opening
  the same image repeatedly, which causes wasted processing and loss of quality when
  using JPEG images.  This patch reworks the image toolkits, adds some new image
  manipulations and adds some impressive SimpleTests.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 30 16:43:19 2008 UTC (10 months, 4 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4, DRUPAL-7-0-UNSTABLE-5
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
- Patch #352470 by scor: fixed typos and grammar in comments.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 21:59:28 2008 UTC (16 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1, DRUPAL-7-0-UNSTABLE-2, DRUPAL-7-0-UNSTABLE-3
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 01:08:15 2008 UTC (16 months, 3 weeks ago) by dries
Branch: MAIN
- Patch #270508 by paul.levvik and pwolanin: usability improvement: image toolkits should not have to be copied.

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