-
Stripping CVS keywords
-
image_import: February 25, 2011 2:06
Commit 87e6eda on 4.6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Committed patch from jsloan to make module functional with Drupal 4.7. Some work is still needed, and there is a conflict with at least one other module (image_exact). This is definitely a "beta", but it does work. More details on the image_exact conflict at issue #63252.
-
Updated documentation to note that this module's conversion to Drupal 4.7 is still a work in progress, and to fix a path error per issue #48381.
-
Patch from rxfelix, fixing issue #33703.
-
Applied patch by rxfelix, fixing issue #33703 for handling of differences between public and private filestore.
-
Incorporated Gordon's patch for issue #30306. Began process of porting code to Drupal 4.7. THIS IS AN INTERIM COMMIT, and not yet fully functional.
-
Slight improvement to DEBUG functionality.
-
Corrected a problem with the timestamps on imported nodes. The "throttle" setting was supposed to allow nodes to be imported at one-per-second so they would have guaranteed different timestamps, but this feature never really worked right. The new version dumps the "throttle" feature and instead computes a reasonable value for the timestamps based on the clock time and which file (1 through N) of the set is being imported. The sysadmin sets a default for enabling or disabling this feature, and users can override during import if they prefer.
-
Drat! Forgot to take out one line of debugging code!