summaryrefslogtreecommitdiff
path: root/modules/image
Commit message (Collapse)AuthorAge
* Issue #1615312 by dsdeiz, David_Rothstein: Make sure all D7 to D7 updates ↵Jennifer Hodgdon2012-07-16
| | | | are listed in the updates-7.x-extra group
* Issue #1614292 by brockjo, Albert Volkman | neclimdul: Fixed ↵David Rothstein2012-06-09
| | | | image_style_delete_form() doesn't take form_state() by reference (prevented image styles from being deleted on PHP 5.4).
* Issue #1558548 by tim.plunkett, sun: Fixed Notice: Undefined index: ↵webchick2012-05-03
| | | | default_image() in image_field_prepare_view().
* Merge branch '7.12-security' into 7.xwebchick2012-05-02
|\
| * Drupal 7.13webchick2012-05-02
| |
* | Issue #1262592 by jmarkel, pingers, marcingy: Fixed numeric names fail image ↵webchick2012-04-30
| | | | | | | | creation.
* | Issue #751168 by elliotttf, caktux, andyceo, setvik, xjm, sun, tim.plunkett: ↵webchick2012-04-30
| | | | | | | | Fixed Regression: Missing 'Default image' per field instance.
* | Issue #1398740 by TravisCarden: Fixed Typo in status message: 'The %style ↵webchick2012-03-26
| | | | | | | | has been revert to its defaults.'.
* | Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
| |
* | Issue #1357072 by dkingofpa: Fixed Call to undefined function ↵webchick2012-03-23
| | | | | | | | _update_7000_field_read_fields() in image.install during upgrade.
* | Issue #1444650 by damiankloip: Make documentation of theme_image_style clearerJennifer Hodgdon2012-03-06
| |
* | Issue #1446366 by xjm: Multiple web test classes mislabeled as unit tests.webchick2012-02-29
| |
* | Issue #1329586 by Rob Loach, tim.plunkett, jthorson: Theme_image_formatter() ↵webchick2012-02-28
| | | | | | | | should pass along attributes.
* | - 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
|