Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#269337 by egfrith and wrunt: Added support for more image types (PDF, TIFF, EPS, etc.).
#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.
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
*** empty log message ***
- Patch #550228 by Bojhan: added 'Media' category on 'Configuration and modules' page.
- Patch #413732 by brianV: database code clean-up.
#438810 by drewish: Fix image_get_info() docs.
Roll-back of #333054; needs more discussion.
- Patch #373613 by drewish, quicksketch: working around some Debian issues. They ship a different GD library.
- 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.
- Patch #352470 by scor: fixed typos and grammar in comments.
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
- Patch #270508 by paul.levvik and pwolanin: usability improvement: image toolkits should not have to be copied.
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
#213517 by ax: inline documentation cleanup, fixing four unclosed @defgroups
#200338 by m3avrck and quicksketch: fix transparent GIF resizing
- Patch #148346 by drewish: added PHPdoc.
- Patch #148346 by Steef and drewish: split image.inc into image.inc and image.gd.inc and improved the documentation.
- Patch #142798 by sime: documentation fix.
- Modified patch #142798 by Steven and sime: introduced a new image API function: image_scale_and_crop()
- Patch #76588 by Gabor: made log messages translatable. Yay.
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.
#102962, GD toolkit can be selected even if not installed, patch by Darren Oh
- Patch #105164 by kkaefer: image quality settings toggle.
#101970: image_scale() should not scale to identical sizes
#101970: image_scale() should not scale to identical sizes
#59263 by stefan et al: bugfix, support PNGs with alpha layer. backport from HEAD
- Patch #59263 by stefan et al: bugfix, support PNGs with alpha layer.
#76802: Introduce placeholder magic into t() See: http://drupal.org/node/64279#t-placeholders
- Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.
- Patch #40631 by Chris Johnson: is_array() slower than isset() or empty().
- Patch #40393 by Richard: corrected permissions of menu/path settings on the content submission form.
- Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.
- Patch #30122 by m3verick: changed include_once()'s to include "./$file" for performance's sake.
- Patch #29385 by chx: no ?> add end of files.
- Patch #27863 by Robrecht: fixed order of parameters passed to imagecopy(). Could result in black images.
- Patch #27863 by Robrecht: fixed order of parameters passed to imagecopy(). Could result in black images.
- Patch #27431 by Cvbge: add file size infomation to image_get_info()
- Patch #24157 by chx/Robin/...: changed file_exists() to is_file() to fix several problems with modules using theimage toolkit.
- Patch #24157 by chx/Robin/...: changed file_exists() to is_file() to fix several problems with modules using theimage toolkit.
- #19517: Fix GD2 toolkit error. - Tweak code style.
- Patch #18700 by Stefan and James: removed GD1 calls, improved error/status reporting, etc.
#17477: Remove dependency on GD for avatar uploading.
- Patch #16358 by James: added toolkit to enable better image handling. The avatar code and the upload module have been updated to take advantage of the new image API. There are 5 main functions that modules may now utilize to handle images: * image_get_info() - this function checks a file. If it exists and is a valid image file, it will return an array containing things like the pixel dimensions of the image, plus the 'type' and common extension. * image_scale - resizes a given image to fit within a given width / height dimensions, while maintaining aspect ratio (not distorting the image). This function can be used to generate thumbnails, or ensure a maximum resolution, etc. * image_resize - similar to image_scale (but will not respect aspect ratio - may well distort the image). * image_rotate - rotate an image by X degrees * image_crop - crops an image to a given rectangle (defined as top-left x/y coordinates plus a width & height of the rectangle). Contribution modules will now be able to rely on these base manipulation functions to offer additional functionality (such as image nodes, photo galleries, advanced image manipulation, etc).
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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |