-
Add support for "caption" argument to "[image]" tag. Not yet documented.
-
Add a title="<image_node_title>" attribute to the img tag in addition to the alt="<image_node_title>" attribute. (See bug #177249.)
-
Fix links in help text. This closes issue #136248. Thanks to jonathan_hunt for the bug report, and pebosi for a suggested patch.
-
#106284 by davidhull. Apply fix for broken nolink tag from jonathan_hunt to the 4.7 branch.
-
#106284 by davidhull: Fixed bug causing nolink tag to be ignored. Thanks to jonathan_hunt.
-
Remove call to module_exist(), which no longer exists.
-
Info file for image_filter for Drupal 5.x.
-
Remove my debugging output.
-
Add a node=id attribute to the "[image ...]" tag to control what the image links to. Patch by scotto.
-
In image_filter_process(), always get '_original' image since image module does not produce 'thumbnail' when 'thumbnail' is larger than '_original'. In theme_image_inline_img(), produce an absolute link so that in contexts that ignore the xml::base attribute, such as some RSS readers, can still follow the link.