Downloads

Download tar.gz 78.13 KB
MD5: c45a69b59099d9647171826e909e0fd6
SHA-1: 03acf458eb00bb42192fa571820f92a2a78e581f
SHA-256: a9b1cb10a414ec8fe2dd32f74ec2eb2ab044ca63a5fe16f8bbf17838bece9b0a
Download zip 97.59 KB
MD5: 16911e6ad39e1c841eb402fc05252983
SHA-1: 3117ab234b7bfea0437758a42fb06a079c4cdb5d
SHA-256: 547464ba7d1d20b06567aa15b60c0a824281f8b287328c782c7576d62f0e9305

Release notes

Noteworthy changes since 5.x-1.4:

  • drupalimage plugin in the TinyMCE plugins folder needs to be updated, unless hook_wysiwyg_plugin() (http://drupal.org/node/179712) is not committed.
  • Inline image containers have changed from
    <span class="inline[ left|right|center]">...</span>
    to
    <span class="inline inline-left|inline-right|inline-center|inline-none">...</span>.
  • The CSS class of inline images has changed from '' to 'image-', i.e. 'thumbnail' becomes 'image-thumbnail'.
  • Text align clearing tag <br class="clear" /> has been replaced by <div class="clear-image"></div>.
  • The border of inline images was removed from CSS.
  • img_assist_map_image_delete() was renamed to img_assist_map_delete().
  • get_image_vocabs() has been removed.

All changes:

#177538 by sun: Fixed javascript calls using wrong form id.
#181137 by sun: Fixed filter tag breaks with newline character and MySQL5.
#180990 by sun: Removed CSS margin and padding for img tags.
#176451 by sun: Fixed arbitrary images deleted from database.
#179092 by sun: Fixed link type 'Go To URL' does not work.
#64259 by sun: Fixed Settings accept malformed value for max inline image size.
#130114 by jari, zoo33: Fixed CCK support for img_assist_map. Additionally fixed img_assist_map references are not deleted.
#158594 by sun: Removed CSS inline image border.
Re-factored README.txt and INSTALL.txt.
#158340 by JirkaRybka, sun: Added wildcard support for textarea id.
#176786 by sun: Code clean-up.
#167824 by sun: Fixed missing gettext strings for image alignment.
Fixed XHTML-validation in popup window.
#158968 by vomc8one, JohnAlbin: Fixed Link URL missing with HTML Code insert mode.
#108267 by sun: Fixed HTML of TinyMCE and Img_Assist buttons differ.
#109380 by sun: Fixed absolute image src paths do not work on multi-site setups.
#110169 by sun: get_image_vocabs() clean-up.
#173454 by zoo33: Fixed attached images vanish when updated with a new image file.
#171290 by JirkaRybka: Fixed broken CSS class on form button.
#171771 by sun: Fixed divisions by zero.
#116998 by wrunt: IE image align fix.
#62472 by jpetso and sun: Use DIV instead of BR to clear text align after inline images.
#152324 by Lapino: New naming convention for image classes.
#123203 by keve, zoo33: TinyMCE plugin works only in main modules directory.
#158341 by JirkaRybka: Missing t().
#159924 by zoo33: Fixed a problem where the Paths textarea on the settings page would disappear when it shouldn't.
#157005 by jaredwiltshire: Added href for popup link.
#156246 by jaredwiltshire: Image not inserted when using image 5.x-1.3.
Changed layout of CHANGELOG.txt and added missing entries.

Created by: sun
Created on: 19 Nov 2007 at 02:39 UTC
Last updated: 1 Aug 2018 at 19:48 UTC
Bug fixes
Insecure
Unsupported

Other releases