image 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| image-6.x-1.2.tar.gz | 77.75 KB | 7807f6fa5fea4e266118b3ea372513b1 |
| image-6.x-1.2.zip | 103.73 KB | 1cfec3f61075d8eef2a74a0c55148f18 |
Release notes
Changes since 6.x-1.1:
- #792444 by mja, jakobbebop, joachim: Added UI to change order of attached images.
- by sun: Fixed PHP5 E_STRICT compatibility in tests.
- #1001464 by joachim: Fixed multiple instances of the Views attached image handler clobbering its own prior data.
- #370520 by Magnus: Imported translations to localization server and removed CVS files.
- #993042 by sun, joachim: Added setting for number of images to import per page.
- #1004608 by sun, joachim: Fixed image_update_6104().
image 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| image-7.x-1.x-dev.tar.gz | 71.14 KB | 163f1e4c8cb50a07de84607cc8ec41ed |
| image-7.x-1.x-dev.zip | 97.17 KB | a2ea2727888a9c8a0b360d6aa4dfdcca |
Release notes
Development release for Drupal 7.
Extremely unstable.
image 5.x-1.10
| Download | Size | md5 hash |
|---|---|---|
| image-5.x-1.10.tar.gz | 146.99 KB | 1d6ccc0f3f32d77b2a6d75f701eb2b79 |
| image-5.x-1.10.zip | 206.92 KB | 6f28581374fdea36d187cad96650f6eb |
Release notes
This release contains only one change from 5.x-1.9, a fix for SA-CONTRIB-2010-113.
image 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| image-6.x-1.1.tar.gz | 253.58 KB | 929d921164a652d2b73b6be7420b221a |
| image-6.x-1.1.zip | 360.81 KB | ef65281db990fb03ff4b4268d4baef51 |
Release notes
This release contains only one change from 6.x-1.0, a fix for SA-CONTRIB-2010-113.
image 5.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| image-5.x-2.0.tar.gz | 154.31 KB | 3c88ede197fad73448ea5385270dddbc |
| image-5.x-2.0.zip | 214.85 KB | 523b357a104165831bbc9b122313a8b6 |
Release notes
This release contains only one change from 5.x-2.0-alpha5, a fix for SA-CONTRIB-2010-113.
image 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| image-6.x-1.0.tar.gz | 253.54 KB | 780166ede2527f11abbc8b00f38b9404 |
| image-6.x-1.0.zip | 360.77 KB | f300d58f6780ae7c62c3c13ae99d03e0 |
Release notes
At last, the 1.0 release!
Upgrade notes:
- clear all your caches when you upgrade to this version.
- if you have customized any of the default views, subsequent changes in code will not show in the view.
Bug fixes since the last beta release:
- #933612: Gallery terms view titles fail XHTML validation by joachim: Fixed image gallery term titles to pass W3C validation.
- #875114: description not visible in galery made with views by joachim: Fixed missing description field in gallery terms view.
- #929868: Undefined variable: link_path in theme_image_attach_attached_images by joachim: Fixed undefined variable error in
theme_image_attach_attached_images().
- #925122: $options array in theme_image_attach_attached_images() needs 'attributes' key by default by joachim: Fixed missing default attributes key in theme function.
- #925098: variable missing in image gallery terms view theming by joachim: Fixed views classes variable not defined in gallery terms
style plugin template.
- #747900: warning: array_filter() The first argument should be an array ... image_attach.module on line 349 by Karlheinz, joachim, sun: Fixed warning when no images are attached.
- #916128: Failed test: Undefined variable: uploading_new_image by joachim: Fixed undefined variable error in image_attach_validate().
- #910370: Attached image is not shown for teaser in edit preview by jonathan1055: Fixed attached image not shown for teaser in preview.
- #575790: cross-browser support for gallery style by mokko: Fixed CSS for galleries to work on IE*.
image 5.x-2.0-alpha5
| Download | Size | md5 hash |
|---|---|---|
| image-5.x-2.0-alpha5.tar.gz | 154.3 KB | 090595d3897560a5a597787d56f6b691 |
| image-5.x-2.0-alpha5.zip | 214.86 KB | 4d05b443d382d867436ce650659192d6 |
Release notes
Bug fixes since last release:
- #207557: update 5-1 to 5-2 gives user warning: Duplicate entry '611-thumbnail' for key 1 query in image_update_5200 by joachim: (Revisited) Fixed out of sync image_update_5200() with commits from DRUPAL-6--1 branch; fixed update errors due to duplicate data in Drupal 5 files table.
- #619150: Image attach views filter fails on PostgreSQL; use "IS NULL" not "ISNULL()" by kotoponus: Fixed image attach views filters SQL for PostgreSQL.
This release should fix the "Duplicate entry 'xxx-thumbnail'" SQL error that updating from 5.x-1.x to 5.x-2.x was producing; see #207557: update 5-1 to 5-2 gives user warning: Duplicate entry '611-thumbnail' for key 1 query in image_update_5200 for more details.
image 6.x-1.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| image-6.x-1.0-beta6.tar.gz | 253.06 KB | a9380c0e4b3d418738e3ffadfec72d9a |
| image-6.x-1.0-beta6.zip | 360.3 KB | 7efc39f08a9d8d8b30a41e7fb1c04aa4 |
Release notes
Last release before 1.0! (we hope)
Bug fixes since the Beta 5 release:
- #207557: update 5-1 to 5-2 gives user warning: Duplicate entry '611-thumbnail' for key 1 query in image_update_5200 by joachim: (Revisited) Fixed update errors due to duplicate data in Drupal 5 files table.
- #892816: attached image limit not checked if new image uploaded with the node save button by joachim: Fixed attached image limit not checked if new image uploaded with the node save button.
- #867386: Rename "Attach" button to "Upload" by joachim: (Followup) Fixed remaining checks for 'Attach' button.
- #790670: Better error message for image attach by skyredwang: Changed error message for image attach maximum.
- #888578: Empty nid param for theme_image_attach_block_attached by Agileware: Fixed block passing empty param to theme function.
- #883338: image_fetch calling hook_file_download directly by joachim: Fixed direct calling of hook_file_download() implementation.
- #867386: Rename "Attach" button to "Upload" by sun: Changed image attach form's 'Attach' button to 'Upload'.
- #868442: Code clean-up by sun, joachim: Code clean-up.
- #824324: Remove duplicate ALT and TITLE in <img> tag by jonathan1055: Fixed theme function allowing duplicate ALT and TITLE in IMG tag.
- #642052: Schema mis-match when upgrading by joachim: Fixed schema mis-match introduced by image_update_5200().
- #649384: W3C validation error on gallery terms view thumbnails by sp3boy: Fixed gallery thumbnail HTML to pass W3C validation.
- #825130: Image attach field in views shows only last attached image per node by joachim: Fixed image attach Views field showing only last attachedimage per node.
- #412288: restructure theme_image_attach_body/teaser by joachim: (Continued) Changed structure of theming functions for attached images, this time with Views support.
- #841680: image_admin_settings_validate() was inspecting $form[...]['#value'] inappropriately by dman: Fixed inappropriate inspection of submitted values in $form array rather than $form_values in image_admin_settings_validate().
image 6.x-1.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| image-6.x-1.0-beta5.tar.gz | 251.88 KB | 8d8f82f66e3e971fb32a677ef00ad1fe |
| image-6.x-1.0-beta5.zip | 358.99 KB | 1031cc1c97d1f131805b3f63e6ecca9f |
Release notes
Changes since last release
Bug fixes:
- #625666: tell the user what happens when no image title is given by joachim: Added note about what happens when no image title is given.
- #680672: image attach form text refers to 'upload' even when there's no upload box. by joachim: Fixed mention of 'upload' when user can't create images.
- #580864: with 'existing images' disabled, all images show for attachments on new nodes by joachim: Fixed new nodes not respecting the 'don't attach existing
images' setting.
- #575374: highlight or warn about images that are too large on the import page by joachim: Fixed image import allowing selection of too big images.
- #662252: image_attach form text should be plural by joachim: Changed description text in image attach form to be plural.
New features:
- #581174: Set the allowed number of image attachments. by jonathan1055, joachim | skyredwang: Added ability to limit the number
of attached images.
Miscellaneous:
- #680644: Tidy up nest of conditions in image attach's hook_form_alter by joachim: Cleaned up code in image attach's hook_form_alter().
- by joachim: Added tests for image attach.
- #273426: Add a test for image node teasers by joachim: Added test for image thumbnails in teasers.
Update notes
Check the troubleshooting guide if you have problems, in particular the section Update issues. If your problem is not covered there, also search the issue queue.
image 6.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| image-6.x-1.0-beta4.tar.gz | 238.27 KB | dadd3b54ce91414f3ec2c7a6381bca37 |
| image-6.x-1.0-beta4.zip | 346.68 KB | 00d448a4313a9225d61008e53443e12e |
Release notes
Changes since last release
Bug fixes:
#659182: Attached image gets disconnected when nodes are updated somewhere other than a node form by jonathan1055, joachim: Fixed removal of first attached image on programmatic node save.
#630546: Attached image not shown in edit preview by jonathan1055: Fixed attached image not appearing in teaser preview.
#620234: notice: Undefined variable: output in image_attach_views_handler_field_attached_images.inc by unjello: Fixed undefined variable in Views image attach handler.
#602740: Warning displayed on Image by Vin7: Fixed theme function to take $form by value.
#592852: Get a warning when the image_attach is used in a view that has no results by joachim: Fixed SQL error when View attached images field is empty.
#579320: Wrong link in "Attached Image" block by joachim: Fixed link to node in attached images block.
#226121: don't manipulate images on hook_load by sp3boy: Fixed bad logic from previous patch to this issue.
New features:
#232557: image import - Show image thumbnails for easier title naming by joachim: Added thumbnails to list on image import page.
Update notes
Check the troubleshooting guide if you have problems, and also search the issue queue.
If you are updating from a previous alpha or beta, please note the following:
- If you previously installed alphas or betas, you should clear all your caches after installing this new version, including the theme registry and the Views cache.
- If you previously installed alphas or betas, you will get errors like this on update. They are harmless and may be ignored:
Failed: ALTER TABLE {image} DROP PRIMARY KEY
Failed: ALTER TABLE {image} DROP INDEX image_fid
Failed: ALTER TABLE {image_attach} DROP PRIMARY KEY
image 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| image-6.x-1.0-beta3.tar.gz | 231.19 KB | cec302c86553842c86e3b730cc22b394 |
| image-6.x-1.0-beta3.zip | 330.13 KB | bdb5a018e693643ab21b560bddf071ce |
Release notes
Update notes
- You should rebuild all your image derivatives immediately prior to updating: this should prevent this update error: #583076: Error on Database Updates for 6100 when upgrading to Beta3: 'duplicate entry' for primary key.
- If you previously installed alphas or betas, you should clear all your caches after installing this new version, including the theme registry and the Views cache.
- If you previously installed alphas or betas, you will get errors like this on update. They are harmless and may be ignored:
Failed: ALTER TABLE {image} DROP PRIMARY KEY
Failed: ALTER TABLE {image} DROP INDEX image_fid
Failed: ALTER TABLE {image_attach} DROP PRIMARY KEY
Failed: ALTER TABLE {image_attach} DROP INDEX iid- The alt text in the Views image field when formatted as a link contains bad HTML. This is fixed in the latest Views dev: see http://drupal.org/node/489888.
- If you installed ALPHA 5 or 6 and the Attached images block is still not showing, see http://drupal.org/node/561686#comment-2007790 for a fix.
- If you have created views with the Attached images field prior to BETA 2, you will need to remove it and re-add the new field for multiple images.
- image attach has new permissions as of BETA 2. You will need to assign these to your roles. Read more
image 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| image-6.x-1.0-beta2.tar.gz | 230.27 KB | ee4dd20c5fcd3e6a1aec9804d2f95518 |
| image-6.x-1.0-beta2.zip | 329.27 KB | e473d157e76f93935462ca7d16ceb22f |
Release notes
Update notes
- If you previously installed alphas or betas, you should clear all your caches after installing this new version.
- If you previously installed alphas or betas, you will get errors like this on update. They are harmless and may be ignored:
Failed: ALTER TABLE {image} DROP PRIMARY KEY
Failed: ALTER TABLE {image} DROP INDEX image_fid
Failed: ALTER TABLE {image_attach} DROP PRIMARY KEY
Failed: ALTER TABLE {image_attach} DROP INDEX iid- The alt text in the Views image field when formatted as a link contains bad HTML. This is fixed in the latest Views dev: see http://drupal.org/node/489888.
- If you installed alpha 5 or 6 and the Attached images block is still not showing, see http://drupal.org/node/561686#comment-2007790 for a fix.
- If you have created views with the Attached images field, you will need to remove it and re-add the new field for multiple images.
- image attach has new permissions. You will need to assign these to your roles.
Changes since last release:
#564488 by joachim: Fixed missing variables in Views image gallery template.
#72579 by David Stosik: Added more granular permissions to image attach, and
fixed attaching images when 'Attach existing images' is disabled.
#445074 by joachim: Added a theme function for the attached images block.
image 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| image-6.x-1.0-beta1.tar.gz | 227.05 KB | 56288ab0de9d5ae5b846b63c9f5d3ff1 |
| image-6.x-1.0-beta1.zip | 325.02 KB | 63587d9293eb6d8b267aeb1e20671a37 |
Release notes
New features since alpha 6:
- #225014: Import images into corresponding sub-gallery, basing on folders tree by David Stosik: Added ability to import images into galleries
corresponding to the directory tree.
- #226121: don't manipulate images on hook_load by joachim, sp3boy: Changed image derivative rebuilding so it doesn't
happen in admin and batch operations.
Bug fixes:
- #166145: Images directory declared "The directory does not exist." but changing image_default_path in variable table works by joachim: Fixed checking of image path on validation not form display.
- #564614: Incorrect t() usage: There are x images in this gallery. by joachim: Fixed un-t()'d image gallery count string.
- #470720: Disabling then reenabling image module makes the gallery vocab forget about images by joachim: Fixed (again) Image Gallery vocabulary broken after
re-enabling the module.
- #562810: update problem from alpha4 to alpha6 (update 6100) by datune: Fixed error messages from updates on systems that don't have
the primary keys or indexes present.
- #563988: New Gallery View does not have the Paging controls by joachim: Fixed missing paging in image gallery default view.
- #561686: alpha5 -> alpha6 database update 6101 error by jandd: Fixed bad query in image_attach_update_6101().
- #561854: Notify on admin page that gallery is being made with views by joachim: Fixed missing note about Views on gallery settings page.
Upgrade notes:
If you previously upgraded to alpha 6 and use a database table prefix, image_attach update 6101 will have produced an error.
See #561686: alpha5 -> alpha6 database update 6101 error for more details.
Some previous alpha releases produced upgrade errors about missing primary keys. These were harmless and there should be no consequences to your installation. See #562810: update problem from alpha4 to alpha6 (update 6100).
Read moreimage 6.x-1.0-alpha6
| Download | Size | md5 hash |
|---|---|---|
| image-6.x-1.0-alpha6.tar.gz | 223.55 KB | cc6281dc8272a5d22f0ba6b740d8eae2 |
| image-6.x-1.0-alpha6.zip | 321.71 KB | 0828223240b468673a152973a3521880 |
Release notes
One more alpha release before the RC next week.
Plenty of new features to test out!
Please take part in the image 1.0 code sprint at DrupalCon next week!
New features:
- #405456: Galleries made with views by joachim: Added views support for image gallery, including image
gallery style plugin in image module.
- #454290: Restore views image size argument by joachim: Added image size argument to views support.
- #555840: Allow attributes passed to theme_image_display to override title by blakehall: Changed theme_image_display() to allow override passed
attributes to override alt and title.
- #81102: Attach Multiple Images with image_attach using Drupal upload mechanism by maulwuff, greg.harvey, sp3boy, et al: Changed image attach to allow
attaching of multiple images.
- #44057: Use core-style content permissions by pebosi: Changed permissions in Image module to match those in core.
- #409974: Change gallery permission from 'administer images' to 'administer image galleries' by pebosi: Changed gallery permission from 'administer images' to
'administer image galleries'.
- #524646: Allow to re-order "Attached Images" field in CCK content-type field configuration by sun: Added hook_content_extra_fields() for Image Attach.
- #360643: Allow sharing image files from different modules (image translations) by Jose Reyero, sun: Added i18n support for sharing images between
translations.
- #158805: Remove derivative image size rebuild messages by sun: Removed derivative image size rebuild messages.
Bug fixes:
- #411568: derivative paths should be taken from the corresponding original file, and not from the default by sp3boy: Fixed paths for derivatives to come from the original,
rather than default.
- #426724: Attached Image block doesn't appear after initial install, until manual database edit by joachim: Fixed image attach block not showing in block admin.
- #226121: don't manipulate images on hook_load by joachim: Fixed derivative sizes should not be rebuilt in hook_load().
- #44057: Use core-style content permissions by sp3boy: Fixed tests broken by earlier #44057 commits.
image 5.x-2.0-alpha4
| Download | Size | md5 hash |
|---|---|---|
| image-5.x-2.0-alpha4.tar.gz | 154.03 KB | fc378de1078b7ad86cdf120dd15b5efd |
| image-5.x-2.0-alpha4.zip | 214.58 KB | 0d11eab31a5542993bad4735366c4892 |
Release notes
Another alpha release to get recent bug fixes out there and getting tested.
Bug fixes:
#403044: php notices - image by sun: Fixed PHP notice in image gallery when gallery is empty.
#295293: image_gallery defines view without URL set by joachim: Removed $view->url of image_gallery default view.
#455768: image_get_sizes() called from .install file by sun: Fixed image_get_sizes() called but not loaded in .install file.
#228886: mark attached unpublished images similarly to unpublished nodes by joachim: Fixed missing CSS class on unpublished attached images.
#225024: Incomplete path is used in image module resulting in unnecessary php warnings by sun: Fixed filepaths not always prefixed with file_directory_path().
#185081: image_file_download tries to transfer non-existing files by sun: Fixed image_file_download tries to transfer non-existing files.
#390008: inconsistent label for regenerating images in content admin by joachim, sun: Fixed inconsistent node mass-operation title.
#338159: Image* not using proper table aliases for db_rewrite_sql() by sun: Fixed improper table aliases in db queries for db_rewrite_sql().
#361874: image_gallery uninstall assumes taxonomy.module enabled; fails if it's not by sun: Fixed Image Gallery uninstall fails if Taxonomy was disabled at
the same time.
#220281: Empty height and width attributes in the generated image tags by sun: Fixed empty width/height attributes in image tags if image size
detection failed.
New features and changes:
#158805: Remove derivative image size rebuild messages by sun: Removed derivative image size rebuild messages.
#207340: group admin settings pages together by joachim, sun: Changed location of module administration pages.
#357890: Allow more image size presets by Robbie Sternenberg: Added dynamic expansion of image preset
configuration form to allow for more than 6 sizes.
#350511: Configurable number of images in Latest/Random blocks by simon.males, sun: Added option to configure number of images for
latest/random image blocks.
image 6.x-1.0-alpha5
| Download | Size | md5 hash |
|---|---|---|
| image-6.x-1.0-alpha5.tar.gz | 205.68 KB | a6571e0f11a8d04bcc56491c5a8290d7 |
| image-6.x-1.0-alpha5.zip | 298.01 KB | 89fd0878fad681d2ef4608adccd8d435 |
Release notes
Changes since DRUPAL-6--1-0-ALPHA4:
Read moreimage 6.x-1.0-alpha4
| Download | Size | md5 hash |
|---|---|---|
| image-6.x-1.0-alpha4.tar.gz | 172.13 KB | 8ca80de1aba05694512883f50a3334e9 |
| image-6.x-1.0-alpha4.zip | 238.89 KB | ae574207cfa59389cf4974f0bc46c1d8 |
Release notes
Changes since DRUPAL-6--1-0-alpha3:
- #279844 (deviantintegral) Image attach views 2.
- #242134 (AltaVida) Hide rebuild notification messages from users.
- #279844 by prbass: Update Image Attach Views 2 support.
- Dropping the old views1 code and setting up the directory structure for views2.
- Updated translation template.
- #253631 by drewish: Major overhaul of image_import to sync it up with the BatchAPI import code from audio_import.module.
- #337032 by bwynants: image_create_node_from should return a readable error.
- #280197 by dalin: Remove trailing slashes from image path.
- #320293 by hass: String cleanup.
- Updated POT for translation
- #351526 by hass, Remove t() from all schema descriptions.
- Removing stray debugging code.
- #297119 by EmanueleQuinto: Wrong name causing "modules/image/image_imagemagick.inc does not exist" error.
image 6.x-1.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| image-6.x-1.0-alpha3.tar.gz | 140.74 KB | 45361348bcf4a1c0cc19cd16d49f84c1 |
| image-6.x-1.0-alpha3.zip | 198.34 KB | 7cd8db321e662e7289ccdbf3883744a4 |
Release notes
If you're upgrading you need to upgrade to the 5.x-2.x branch of the module in Drupal 5 before before moving to Drupal 6.
Changes since DRUPAL-6--1-0-alpha2:
- #293363 (rszrama) Default local task admin/settings/image/nodes fails when accessed directly.
- #290065 (smk-ka) drupal_access_denied() doesn't end a request.
- #228886 (joachim) mark attached unpublished images similarly to unpublished nodes
- #267489 (paul.lovvik) Use the status report to help administrators identify inconsistencies in the configuration.
- #284478 (Zach Harkey) Gallery thumbnails go missing when $gallery->latest is not an image node.
- #277240 (eMPee584) fix undefined value warning in image_attach.
image 5.x-2.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| image-5.x-2.0-alpha3.tar.gz | 140.24 KB | 2f0910e0eb370b6d3f1e016f39b107b1 |
| image-5.x-2.0-alpha3.zip | 194.08 KB | e18729b31f0dc2039be22a0252b78d68 |
Release notes
Changes since DRUPAL-5--2-0-alpha2:
image 5.x-1.9
| Download | Size | md5 hash |
|---|---|---|
| image-5.x-1.9.tar.gz | 133.99 KB | c1c25c0cf3373457b92d2516383e82b4 |
| image-5.x-1.9.zip | 186.81 KB | bdb1a528ea7f0f473819b9f2a4838394 |
Release notes
Changes since DRUPAL-5--1-8: