Img_assist module

Dec 20, 2004
  * Allow the img_assist link to be disabled for any node type. Sponsored by Cameron Barrett of http://camworld.com/
  * Added feature #14577: New 'add image' icon instead of just text link. Image by Heather James of http://nearlythere.com/
  * Fixed bug on settings page where some features where not visible unless taxonomy module was enabled and a vocabulary had been defined.
  * As pointed out by Br Kessels during an IRC chat, the interface for adding images was cluttered. Refactored some of the components that are better left to CSS for handling such as alignment, vertical space and borders,

Nov 22, 2004
  * Fixed bug #13167 - Resizing images with 'maintain aspect ratio' is not working properly. Patch by Gabriel Radic.

Nov 22, 2004
  * Fixed bug #13163 - Extra popup window on image preview with Safari.

Nov 12, 2004
  * Removed the filter detection mechanism since it's buggy and needs more work. The user must make sure they're allowing <img> tags for their chosen input format.

Oct 24, 2004
  * Img_assist can now handle private file downloads. Resolves bug #11960.

Oct 23, 2004
  * Warn the user if the current input format is stripping out the HTML img tag.
  * Warn the user if img_assist is trying to obtain images through a module that isn't enabled.
  * Changed 'Insert image snippet' button to 'Insert image'.

Oct 20, 2004
  * Fix misuse of clean_urls (they are handled properly if a base URL is always present), and the misuse of check_output() (user ids are not to be filtered through the filter system, but only checked to be proper numbers). Patch by Gabor Hojtsy.
  * When retrieving images, order by title.

Sep 26, 2004
  * Update the JavaScript form variable names based on core conventions. This fixes bug #10806.
  * Added new configuration option: Max number of images to display in the directory preview pane.
  * Added the ability to display an user's image gallery. This can be done using either image.module or upload.module.

Sep 25, 2004
  * Only display the image link in the node form if the user can view uploaded files or access images, depending on which image loader they are using (upload.module or image.module). This fixes bug #11036.

Sep 1, 2004
  * Changed 'Add images to this post' to 'Add inline images to this post' in the node form.

Aug 31, 2004
  * Updated to use either the image.module or Drupal's internal File API for inline image loading.

Jul 31, 2004
  * Generate an error message when the img_assist browser window has lost communication with the parent window since the 'insert image' button will no longer work.
  * When using image filters, don't load all image thumbnails upon startup, instead display links to the image preview. After a filter option is chosen, display the subset of image thumbs. This resolves feature request http://drupal.org/node/view/9005

Jun 25, 2204
  * Image thumbnails can be dynamically resized in the image listings pane.
  * Optionally preload the image node body text as the caption in the properties pane.
  * Maintain the aspect ratio of the thumbnails in the image listings pane.

Jun 23, 2004
  * Added the ability to filter the thumbnail display using taxonomies. You can add multiple taxonomies to the filter which results in a boolean AND search.

Jun 20, 2004
  * Only inlclude a JavaScript file if it actually exists.
  * Fix bug with clean urls disabled.

Jun 11, 2004
  * Added support to use the actual image thumbnails in the post instead of the original image. This comes in handy when image is too big and resizing it looks distorted.
  * Fixed bug relating to duplicate images and updating the image map table.
  * Bugfixes for Internet Explorer compatibility.

Jun 10, 2004
  * Increased the usability of the interface by automatically inserting the image for the user instead of highlight/copy/focus/paste. This is done though javascript that is compatible with a great number of browsers.
  * The module is now aware of whether or not clean urls are used.

Jun 8, 2004
  * Initial release
