Download & Extend

Releases for Insert

insert 7.x-1.3

Download Size md5 hash
insert-7.x-1.3.tar.gz 16.66 KB 51b021ee101513bdadfc2ee73ebbe64f
insert-7.x-1.3.zip 21.53 KB c5e574f57deb0433d91cff5a8b994b30
Last updated: February 23, 2013 - 23:23
Official release from tag: 7.x-1.3

Release notes

This release of Insert adds compatibility with Drupal 7.20 when inserting images that are using an image style (such as thumbnail, medium, large, etc.)

See http://drupal.org/drupal-7.20-release-notes and #1923336: Insert module doesn't work with Drupal 7.20.

insert 6.x-1.2

Download Size md5 hash
insert-6.x-1.2.tar.gz 16.7 KB 7c4c8d0d067ac8ea3e33e31767884221
insert-6.x-1.2.zip 21.8 KB c48af60566a532cdeb3f70aa971ea105
Last updated: September 7, 2012 - 07:08
Official release from tag: 6.x-1.2

Release notes

This bug fixing release corrects several issues with Insert module.

Relative paths are now enabled by default in this version of Insert. If you'd like to continue using absolute paths, you may configure your fields to use the "Absolute paths" option in each field's configuration.

Changes since 6.x-1.2:

  • #1443642: Warn users when img tags are not allowed in the target field.
  • #1126994: 2 double-spaces causes wrong path when using Transliteration.
  • Removing unneeded documentation on relative/absolute paths, since there's now just a UI option.
  • #1341404: JS click function to insert not work with Cromium.
  • #622964: Add UI for enabling/disabling relative paths on insert.
  • #1774120 by willvincent: Include icon in inserted file link (D6 Backport).
  • #1705676: Quotation marks in description are not encoded when inserted.
  • #1717508 by lirantal: Cast boolean for absolute option.
  • #1717508 by lirantal: Incorrect file path generated when "insert_absolute_paths" set to FALSE when working with imagecache module.
Read more

insert 7.x-1.2

Download Size md5 hash
insert-7.x-1.2.tar.gz 16.59 KB 70ad9629c09043d934d2e27e4a6e9262
insert-7.x-1.2.zip 21.39 KB 2082600e19856f410950701bcded96d5
Last updated: September 7, 2012 - 07:08
Official release from tag: 7.x-1.2

Release notes

This bug fixing release corrects several issues with Insert module. Most notably, it makes Insert work on entities other than just nodes and it restores the ability for Drupal 7 to use relative paths.

Relative paths are now enabled by default in this version of Insert. If you'd like to continue using absolute paths, you may configure your fields to use the "Absolute paths" option in each field's configuration.

Changes since 7.x-1.1:

  • #1443642: Warn users when img tags are not allowed in the target field.
  • #1645976: Inserted path is incorrect when clean URLs disabled and image does not exist.
  • #1537450 by Liam Morland: Undefined index: filename in insert_element_process() when removing a file that is used twice.
  • #1126994: 2 double-spaces causes wrong path when using Transliteration.
  • #1191382: Notice: Undefined index: instance in insert_form_field_ui_field_edit_form_alter() (line 246 of /drupal/sites/all/modules.
  • #1341404: JS click function to insert not work with Cromium.
  • #622964: Add UI for enabling/disabling relative paths on insert.
Read more

insert 7.x-1.1

Download Size md5 hash
insert-7.x-1.1.tar.gz 14.55 KB bacce76dc6c907ad2a2e845aade1cd24
insert-7.x-1.1.zip 18.76 KB 716299cc97b964f5c7aa84af432a8db5
Last updated: April 29, 2011 - 15:56
Official release from tag: 7.x-1.1

Release notes

The 1.1 release of Insert adds a few new convenience features and minor bug fixes.

New features:
#764202: Needs "SELECT ALL" checkbox for "Enabled Insert Styles"
#709562: Use file description when inserting

Bug fixes:
#1079054: Undefined index: insert in insert_element_process()
#1109296: Insert theming doesn't work for image-insert-image--large.tpl.php

insert 6.x-1.1

Download Size md5 hash
insert-6.x-1.1.tar.gz 15.11 KB 16bcf21068ca7081aed321ceb5372ed8
insert-6.x-1.1.zip 19.67 KB 67a225177890f0f0a7cddb19973ce898
Last updated: April 29, 2011 - 15:56
Official release from tag: 6.x-1.1

Release notes

The 1.1 release of Insert adds a few new convenience features and minor bug fixes.

New features:
#764202: Needs "SELECT ALL" checkbox for "Enabled Insert Styles"
#709562: Use file description when inserting

Bug fixes:
#1079054: Undefined index: insert in insert_element_process()
#1109296: Insert theming doesn't work for image-insert-image--large.tpl.php

insert 6.x-1.0

Download Size md5 hash
insert-6.x-1.0.tar.gz 16.32 KB 3d0eeed4c64bb1393c0d4c14929b9461
insert-6.x-1.0.zip 22.31 KB 9938da646694911893d246ced191a66e
Last updated: January 21, 2011 - 00:22
Official release from tag: 6.x-1.0

Release notes

This final release of Insert only makes one minor change to the structure of the markup of the "Insert" button in the node form.

Tasks:
#918072: Use imagecache_create_url instead of insert_create_url
#1034598: Remove wrapper DIVs around Insert button when multiple styles are not available

insert 6.x-1.0-beta6

Download Size md5 hash
insert-6.x-1.0-beta6.tar.gz 17.09 KB 0edb3f195361d4488f578ef66192e8b9
insert-6.x-1.0-beta6.zip 23.48 KB 376a95101c1e76171db6380078aacf25
Last updated: December 24, 2010 - 23:13
Official release from tag: 6.x-1.0-beta6

Release notes

This version of Insert corrects a critical bug in the Insert theme registry which would cause Insert to not insert when using some themes. This release also inserts text without moving scrollbars and has better compatibility with Vertical Tabs.

Bug Fixes:
#622630: Some themes won't let image insert
#820394: Textareas scroll to top when inserting
#857918: ImageCache presets not in alphabetical order
#852038: Partly broken if textarea is within a Vertical Tab
#800524: Files with strange characters do not show up, URL-encode inserted URLs
#841774: "Insert" option not showing up in field options (Drupal 7 only)
#792024: Form error after installing on drupal 7.0-alpha4 (Drupal 7 only)

New Features:
#725614: Possible to have per-ImageCache Insert templates?

insert 7.x-1.0-alpha3

Download Size md5 hash
insert-7.x-1.0-alpha3.tar.gz 17.08 KB 657e0ee37ddadf8b5aabbbb0fb771dcd
insert-7.x-1.0-alpha3.zip 23.09 KB b1c76cedaf2c64f82060efcf44f0d33a
Last updated: December 24, 2010 - 23:12
Official release from tag: 7.x-1.0-alpha3

Release notes

This version of Insert corrects a critical bug in the Insert theme registry which would cause Insert to not insert when using some themes. This release also inserts text without moving scrollbars and has better compatibility with Vertical Tabs.

Bug Fixes:
#622630: Some themes won't let image insert
#820394: Textareas scroll to top when inserting
#857918: ImageCache presets not in alphabetical order
#852038: Partly broken if textarea is within a Vertical Tab
#800524: Files with strange characters do not show up, URL-encode inserted URLs
#841774: "Insert" option not showing up in field options (Drupal 7 only)
#792024: Form error after installing on drupal 7.0-alpha4 (Drupal 7 only)

New Features:
#725614: Possible to have per-ImageCache Insert templates?

insert 6.x-1.0-beta5

Download Size md5 hash
insert-6.x-1.0-beta5.tar.gz 17.07 KB 0f5daa5a11c91ba343660956aa095e01
insert-6.x-1.0-beta5.zip 23.48 KB 14d8912099b797d868e82872e10dedb6
Last updated: December 24, 2010 - 23:12
Official release from tag: 6.x-1.0-beta5

Release notes

This version of Insert fixes several minor issues affecting Drupal 6 and Drupal 7.

Bug Fixes:
#820394: Textareas scroll to top when inserting
#857918: ImageCache presets not in alphabetical order
#800524: Files with strange characters do not show up, URL-encode inserted URLs

New Features:
#725614: Possible to have per-ImageCache Insert templates?
#852038: Partly broken if textarea is within a Vertical Tab

insert 7.x-1.0-alpha2

Download Size md5 hash
insert-7.x-1.0-alpha2.tar.gz 17.05 KB a4f9b253df4d2bbd186f27ddf70c797f
insert-7.x-1.0-alpha2.zip 23.09 KB cbfc6699dfa2bdd26442bd4891448d18
Last updated: December 24, 2010 - 23:13
Official release from tag: 7.x-1.0-alpha2

Release notes

This version of Insert fixes several minor issues affecting Drupal 6 and Drupal 7. Drupal 7 specific fixes correct critical problems caused by API changes from Alpha 4 to Alpha 6 of Drupal 7.

Bug Fixes:
#820394: Textareas scroll to top when inserting
#857918: ImageCache presets not in alphabetical order
#800524: Files with strange characters do not show up, URL-encode inserted URLs
#841774: "Insert" option not showing up in field options (Drupal 7 only)
#792024: Form error after installing on drupal 7.0-alpha4 (Drupal 7 only)

New Features:
#725614: Possible to have per-ImageCache Insert templates?
#852038: Partly broken if textarea is within a Vertical Tab

insert 7.x-1.x-dev

Download Size md5 hash
insert-7.x-1.x-dev.tar.gz 16.66 KB bfcc3a0f9c33cb7f412458387af64fa2
insert-7.x-1.x-dev.zip 21.54 KB e7853743bdb478e6e6cd6969dc251369
Last packaged version: 7.x-1.3+0-dev
Last updated: February 24, 2013 - 01:40
Development snapshot from branch: 7.x-1.x

Release notes

The development release of Insert module. Please use this version to check if bugs has been fixed or when trying out new features.

insert 7.x-1.0-alpha1

Download Size md5 hash
insert-7.x-1.0-alpha1.tar.gz 16.34 KB 103b777215a848beead637d9fce1c23d
insert-7.x-1.0-alpha1.zip 22.42 KB edff77694677ab17671eb92dce2db147
Last updated: December 24, 2010 - 23:12
Official release from tag: 7.x-1.0-alpha1

Release notes

Initial port of Insert for Drupal 7. Should be feature-equivalent to the Drupal 6 version.

insert 6.x-1.0-beta4

Download Size md5 hash
insert-6.x-1.0-beta4.tar.gz 13.72 KB 8ed1d1bf4127f662e9a9bfcd6877c8db
insert-6.x-1.0-beta4.zip 18.52 KB fb8e1df5e99d4b2441471640c675e403
Last updated: December 24, 2010 - 23:13
Official release from tag: 6.x-1.0-beta4

Release notes

The Beta 4 version of Insert improves support for older versions of FCKeditor and is more resistant to different versions of that editor. Also fixed is an issue that may cause Insert to fail under certain less-common theming situations.

Bug fixes:
#739280: Unregistered preprocess functions

New features:
#637160: Expose JavaScript API functions
#691530: Add documentation and a README

insert 6.x-1.0-beta3

Download Size md5 hash
insert-6.x-1.0-beta3.tar.gz 12.67 KB a5855b9233c2dc1b0147fabbf8782297
insert-6.x-1.0-beta3.zip 17.13 KB 152f44604ead8b975814c8b20d802a37
Last updated: December 24, 2010 - 23:13
Official release from tag: 6.x-1.0-beta3

Release notes

This version of Insert fixes a critical bug found since the beta 2 release. Upgrading is recommended for all users.

Bug Fixes:
#612928: Title and ALT tags are not added to IMG tags

New Features:
#622964: Provide UI option for using relative urls for the inserted images

insert 6.x-1.0-beta2

Download Size md5 hash
insert-6.x-1.0-beta2.tar.gz 12.21 KB e00d667b718872d6274a78a97920ecfb
insert-6.x-1.0-beta2.zip 16.66 KB 7ca856f035bb74b2a77b4105d67d49e7
Last updated: December 24, 2010 - 23:12
Official release from tag: 6.x-1.0-beta2

Release notes

This version corrects several problems with the initial release of Insert module.

Bug fixes:
#611158: alt and title attributes get string "undefined" as value
#610504: Upgrade from filefield_insert fails

New features:
#580308: Support for ckeditor

Note that patches are required to make Insert work properly with WYSIWYG module, see the issue CKeditor issue above for more information.

insert 6.x-1.0-beta1

Download Size md5 hash
insert-6.x-1.0-beta1.tar.gz 12.2 KB f6328a6ea614dbd66599544e0b2e6a64
insert-6.x-1.0-beta1.zip 16.68 KB b8a00ffa9ae615827897ffb502eb867f
Last updated: December 24, 2010 - 23:13
Official release from tag: 6.x-1.0-beta1

Release notes

The initial release of Insert module, the successor to FileField Insert with more flexibility to work with any field.

insert 6.x-1.x-dev

Download Size md5 hash
insert-6.x-1.x-dev.tar.gz 16.7 KB 36690c304b47fc2a1465c1f8ea947d51
insert-6.x-1.x-dev.zip 21.8 KB ec100042a09ac15e2c926cf22df7c679
Last packaged version: 6.x-1.2+0-dev
Last updated: September 7, 2012 - 12:35
Development snapshot from branch: 6.x-1.x

Release notes

The development release of Insert module. Please use this version to check if bugs has been fixed or when trying out new features.

Subscribe with RSS Syndicate content
nobody click here