summaryrefslogtreecommitdiff
path: root/modules/image/image.module
Commit message (Collapse)AuthorAge
* Issue #2480805 by JacobSanford, eiriksm, jhodgdon: The function doc block ↵David Rothstein2015-10-14
| | | | for image_style_deliver is missing a parameter
* Issue #1737714 by legovaer, rlhawk: Help text does not display when editing ↵David Rothstein2015-10-12
| | | | an image effect
* Issue #1934498 by attiks, David_Rothstein, KhaledBlah, tstoeckler, ↵David Rothstein2015-03-30
| | | | julien_acti, helmo, effulgentsia, Jelle_S, jcisio: Allow the image style 'itok' token to be suppressed in image derivative URLs
* Issue #927138 by manarth, handrus, rasmusluckow, douggreen, .John, Taz, ↵David Rothstein2014-11-04
| | | | David_Rothstein, droplet, webchick, marcingy: Fail image generation with 404 instead of 500, when source file is missing.
* Issue #1099732 by joshi.rohit100, droplet | Chi: Fixed Incorrect encoding ↵David Rothstein2014-11-02
| | | | for error pages in image_style_deliver().
* Issue #1426122 by deletedaccount, Alan D., andypost, maximpodorov: Some ↵David Rothstein2013-12-29
| | | | callbacks return junk when calling drupal_not_found(); replace with return MENU_NOT_FOUND instead.
* Issue #1955378 by skek, Darren Oh, claudiu.cristea, David_Rothstein: Return ↵David Rothstein2013-12-27
| | | | same derivative token with path or URI.
* Issue #2079315 by mondrake: Image style editing leads to redundant watchdog ↵David Rothstein2013-12-25
| | | | entries.
* Issue #1057656 by mondrake, chx | adrinux: Fixed Image styles don't flush ↵David Rothstein2013-08-05
| | | | for images stored non-default schemes.
* Issue #606598 by andypost, BarisW, stBorchert, David_Rothstein, sun, ↵David Rothstein2013-06-23
| | | | aspilicious, joachim, danielbeeke2, Sutharsan: Added human readable labels to image styles.
* Merge branch '7.20-hotfix' into 7.xDavid Rothstein2013-03-06
|\ | | | | | | | | | | Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Issue #1934568 by David_Rothstein, pwolanin: Allow sites using the ↵David Rothstein2013-03-06
| | | | | | | | 'image_allow_insecure_derivatives' variable to have partial protection from the security issues fixed in Drupal 7.20.
* | Issue #1923554 by David_Rothstein, pwolanin, mitron | alfaguru: Fixed New ↵David Rothstein2013-02-28
| | | | | | | | anti-DoS measure breaks for some file URIs.
* | Merge tag '7.20' into 7.xDavid Rothstein2013-02-20
|\|
| * Drupal 7.20David Rothstein2013-02-20
| |
* | Issue #1397346 by Albert Volkman, kristiaanvandeneynde, larowlan, ↵Jennifer Hodgdon2013-01-30
|/ | | | bobbyaldol, tim-e, shiff2kl, FatGuyLaughing: Add and fix up documentation in image and node module files
* Drupal 7.19David Rothstein2013-01-16
|
* Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronymsJennifer Hodgdon2012-09-17
|
* Issue #1761086 by cam8001, Berdir, larowlan: Fixed Caching in ↵David Rothstein2012-09-15
| | | | image_effects_definitions() broken.
* Issue #1485966 by vegantriathlete: Correct function header to comply with ↵webchick2012-08-19
| | | | coding standards.
* 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 #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
| |
* | Issue #1444650 by damiankloip: Make documentation of theme_image_style clearerJennifer Hodgdon2012-03-06
| |
* | - Patch #1159258 by Deciphered: fixed image_file_move() flushes new URI not ↵Dries2012-02-05
|/ | | | source URI.
* 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
|
* 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 #1025124 by catch, jbrown: remove cruft from theme_image_style() and ↵Dries Buytaert2011-02-04
| | | | image_style_url(). Should be faster too.
* - Patch #1051038 by mr.baileys: incorrect return info on ↵Dries Buytaert2011-02-04
| | | | image_style_create_derivative().
* - Patch #1015150 by redndahead: clean-up 'getsize' remnants since it has ↵Dries Buytaert2011-01-13
| | | | been removed.
* - Patch #972380 by wulff: duplicate word in hook_help().Dries Buytaert2010-11-18
|
* #914226 by grendzy: Remove unused cruft from image.module.Angie Byron2010-10-03
|
* - 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
|
* #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
|
* - Patch #895308 by Damien Tournoud: remove file_directory_path().Dries Buytaert2010-09-01
|
* - Patch #851878 by justinrandell, flobruit, ksenzee, aaron, litwol: serve ↵Dries Buytaert2010-08-22
| | | | image derivatives from the same url they are generated from.
* - 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.
* - Patch #820020 by eigentor: full node image is too large - reduce to 480px ↵Dries Buytaert2010-07-30
| | | | width.
* - Patch #767854 by droplet: fixed misspelled strings.Dries Buytaert2010-05-31
|
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* - Patch #555830 by sun, effulgentsia, mgifford, TheRec, aspilicious: clean ↵Dries Buytaert2010-04-30
| | | | up theme_image() to use drupal_attributes() for all attributes and revisit defaults for 'alt' and 'title'.
* #779496 by andypost: Fix minor formatting issues with t().Angie Byron2010-04-23
|