Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
16.59 KB
MD5: 70ad9629c09043d934d2e27e4a6e9262
SHA-1: f71dca14a189aa6cb91721b4512060263497240a
SHA-256: 43264b136721a872853a1743826d7a441ef7a865bc0c4fcc761463f3d72052e0
Download zip
21.39 KB
MD5: 2082600e19856f410950701bcded96d5
SHA-1: e92d1f0226daa02186a50be67a5a4f8e23e26116
SHA-256: 37947e1d59698aef9218bc5a88a86dee4200aee3537bda749801fab964d37d4a
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.
- #640352: Restore relative path ability in Drupal 7 version.
- #1473512 by willvincent: Include icon in inserted file link (D6 Backport).
- #1705676: Quotation marks in description are not encoded when inserted.
- #1350436 by quiptime: Allow insert action on all textareas beyond the node form.
- #1719410: Maximum image insert width does not work with Image styles (insert dimensions on image styles).
- #1282830: Add JavaScript hook for altering inserted content.