summaryrefslogtreecommitdiff
path: root/modules/image
Commit message (Collapse)AuthorAge
* - Patch #1159258 by Deciphered: fixed image_file_move() flushes new URI not ↵Dries2012-02-05
| | | | source URI.
* Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, ↵webchick2012-01-21
| | | | realityloop: Change notice for: Using basename() is not locale safe.
* Issue #131737 by malc0mn, pillarsdotnet, scor, xjm, nvanhove, oriol_e9g, ↵webchick2012-01-21
| | | | mrfelton, aspilicious, Pancho, v1nce, dhthwy: Fixed Ensure that the Return-Path is set when sending mail on both Windows and non-Windows systems.
* Issue #1015916 by BTMash, jenlampton, theborg, Aron Novak, christefano, ↵webchick2011-12-24
| | | | realityloop, xjm, Kevin Hankens: Fixed Image field 'title' allows more data than database column size.
* Issue #1338428 by jbrown, BTMash, Tor Arne Thune: Fixed ↵webchick2011-12-24
| | | | image_dimensions_scale() and image_scale_effect() are ungrokable and buggy.
* Issue #1129642 follow-up by BTMash: Fixed D7 upgrade path for images.webchick2011-10-24
|
* Issue #1129642 by jbrown: Fixed Populate HTML image tags with dimension ↵webchick2011-10-17
| | | | attributes (like D6 imagefield) without re-introducing I/O (followup).
* Reverting accidental commit with last patch.webchick2011-10-17
|
* Oops. Forgot a file.webchick2011-10-17
|
* - Patch #1124786 by zambrey: fixed noticeDries Buytaert2011-08-27
|
* Issue #758628 follow-up by jbrown, mgifford, nowarninglabel: Make GD library ↵webchick2011-06-22
| | | | hook_requirements() desaturation and rotate errors into warnings..
* Issue #1187898 by droplet, Setca: Fixed hook_image_effect_info_alter() - ↵webchick2011-06-21
| | | | sample function body uses wrong variable name.
* Issue #1028092 by jbrown, chi, eojthebrave , dixon_, justinrandell, ↵webchick2011-06-15
| | | | Sweetchuck: Fixed critical: Default image is not set to permanent and saved to the wrong schema.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1067980 by Takafumi, Damien Tournoud: missing t() in image.admin.inc.Dries Buytaert2011-02-21
|
* - Patch #1025124 by catch, jbrown: remove cruft from theme_image_style() and ↵Dries Buytaert2011-02-04
| | | | image_style_url(). Should be faster too.
* - Patch #933498 by eojthebrave, aaron: image effects table created with ↵Dries Buytaert2011-02-04
| | | | incorrect table name in upgrade path.
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* - Patch #1051038 by mr.baileys: incorrect return info on ↵Dries Buytaert2011-02-04
| | | | image_style_create_derivative().
* - Patch #1036718 by montesq: incorrect watchdog log messages.Dries Buytaert2011-01-24
|
* - Patch #1015150 by redndahead: clean-up 'getsize' remnants since it has ↵Dries Buytaert2011-01-13
| | | | been removed.
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* #970002 by EclipseGc: Fixed file field foreign key table is incorrectAngie Byron2010-11-21
|
* #942060 by Sweetchack: Add draggability to the new image effect row in image ↵Angie Byron2010-11-21
| | | | style table.
* - Patch #972380 by wulff: duplicate word in hook_help().Dries Buytaert2010-11-18
|
* - Patch #950138 by yched, an.droid: Changed Abstract Field API () usage into ↵Dries Buytaert2010-10-31
| | | | an API function.
* - Patch #948584 by yched: wrong implementations of ↵Dries Buytaert2010-10-22
| | | | hook_field_formatter_settings_form().
* #563382 by eMPee584, eojthebrave, drewish: Fixed when editing image style, ↵Angie Byron2010-10-21
| | | | link to sample image broken
* #936536 by rszrama, sun, yched: Fixed Missing #empty_option on a couple selects.Angie Byron2010-10-20
|
* - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form ↵Dries Buytaert2010-10-20
| | | | element titles for accessibility.
* - Patch #140783 by sun, chx, effulgentsia, David_Rothstein, webchick: a ↵Dries Buytaert2010-10-04
| | | | select list without #default_value() always passes form validation.
* #914226 by grendzy: Remove unused cruft from image.module.Angie Byron2010-10-03
|
* #923424 by munzirtaha: Fix wrong usage of /* RTL */ in CSS files.Angie Byron2010-09-27
|
* - Patch #756762 by effulgentsia, fago, sun: AJAX should follow same rules ↵Dries Buytaert2010-09-27
| | | | for whether to call drupal_rebuild_form() as non-AJAX submissions.
* - Patch #140783 by sun: a select list without #default_value() always passes ↵Dries Buytaert2010-09-24
| | | | form validation.
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* - Patch #908282 by jbrown: theme_image() performs I/O.Dries Buytaert2010-09-22
|
* #874326 by rfay, pwolanin, chx: Fixed Invalid scheme fails to halt ↵Angie Byron2010-09-11
| | | | processing of a stream request.
* #898036 by Berdir: Fixed Private images broken. (with tests)Angie Byron2010-09-11
|
* - Patch #875326 by effulgentsia: add hook_image_effect_info_alter().Dries Buytaert2010-09-11
|
* #890716 by agentrickard: Fixed Changing from public to private does not ↵Angie Byron2010-09-09
| | | | change field behavior.
* - Patch #902264 by Damien Tournoud: move hook_field_schema() to .install ↵Dries Buytaert2010-09-04
| | | | files so we can get the upgrade path to work.
* - Patch #895308 by Damien Tournoud: remove file_directory_path().Dries Buytaert2010-09-01
|
* #758996 by stBorchert, BWPanda: Fixed Suffixes not displaying for max/min ↵Angie Byron2010-08-30
| | | | resolution fields.
* - Patch #851878 by justinrandell, flobruit, ksenzee, aaron, litwol, Damien ↵Dries Buytaert2010-08-23
| | | | Tournoud: added missing files.
* - Patch #851878 by justinrandell, flobruit, ksenzee, aaron, litwol: serve ↵Dries Buytaert2010-08-22
| | | | image derivatives from the same url they are generated from.
* - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign ↵Dries Buytaert2010-08-22
| | | | keys; inconsistent implementations in core.
* - Patch #353458 by quicksketch, drewish, jpetso, sun, noahb, aaron, chx, ↵Dries Buytaert2010-08-22
| | | | mikey_p, dhthwy: hook_file_references() was not designed for a highly flexible field storage.
* - Patch #812688 by andypost, Damien Tournoud: organize image formatters ↵Dries Buytaert2010-08-09
| | | | around settings.
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|