CVS messages for Image filter
June 20, 2006
- Commit #34430 by David Hull at 05:30
Add a node=id attribute to the "[image ...]" tag to control what the image links to. Patch by scotto.
- Commit #34428 by David Hull at 05:05
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.
October 28, 2005
- Commit #20624 by David Hull at 00:55
Apply patch from vhmauery to not complain about image not being enabled if image-filter is not enabled. This closes issue #32203.
May 20, 2005
- Commit #16141 by David Hull at 18:04
Bring over fix in revision 1.17 in the HEAD: Call file_create_url to create the URL for the image file instead of file_create_path. This causes the generated img tag to respect the FILE_DOWNLOADS_PRIVATE setting of the file_downloads site variable (that is, if "download method" is set to "private" in the File System Settings section of the site's Administer>>Settings page). I forgot in that commit message to thank magico (Fernando Silva) for reporting the bug and suggesting a fix, and to mention that this fixes #23149. - Commit #16140 by David Hull at 17:57
Call file_create_url to create the URL for the image file instead of file_create_path. This causes the generated img tag to respect the FILE_DOWNLOADS_PRIVATE setting of the file_downloads site variable (that is, if "download method" is set to "private" in the File System Settings section of the site's Administer>>Settings page).
May 10, 2005
- Commit #15937 by David Hull at 18:09
Add a filemime check to the select to ensure that the user doesn't attempt to link to a non-image file.
- Commit #15936 by David Hull at 18:04
Update README for new syntax.
- Commit #15934 by David Hull at 17:32
Add a 'style="style-data"' parameter to the image code. If supplied, this will be used to create a style attribute for the img tag. This change closes #13839.
- Commit #15929 by David Hull at 05:15
Add 'nolink=(0|1)' parameter to the image code. If the user specifies "nolink=1", the default link to the image node will not be created. This commit closes #19953.
- Commit #15928 by David Hull at 04:54
Improve compatibility with drupal 4.6 (#20484): image_filter now searches through the available files for an image node to find the best file for the user-specified width and height. This gives functionality equivalent to that of the 4.5 version, which specified the "res=WxH" to the image module. In addition, the img tag always has width and height attributes for faster page rendering. Added 'size="label"' parameter to image code as an additional way to specify the image size, for example 'size="thumbnail"' or 'size="preview"'. Added text to long tip string documenting the new features.
