-
Fixing the issue when file validators were not run on the uploaded file.
-
Scrape more images even if the 'feeling lucky' option is selected but the cardinality of the field is >1
-
feature #1088976 by publicmind: Port to D7
-
Feeds Image Grabber: February 25, 2011 2:12
Commit 73cc764 on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Feeds Image Grabber: February 25, 2011 2:12
Commit 7d5c0fa on 7.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Feeds Image Grabber: February 25, 2011 2:12
Commit 6d7add4 on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
by publicmind: Fixing two issues: 1) 6.20 drupal checks inside image_get_info() that the file is an uploaded file or not, so the validation filefield_validate_is_image() will almost fail. so replacing it with FIG's own is_image validator. 2) FeedsEnclosure class deletes the downloaded file in its destructor, so expanding its life span (feels like god!!).
-
fixed a typo
-
#756470 by publicmind: Append the filename with its extension if not already present and if it is an image.
-
#1020268 by publicmind: default settings from the admin page.