/[drupal]/contributions/modules/image_import/image_import.module
ViewVC logotype

Log of /contributions/modules/image_import/image_import.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 6 03:15:29 2006 UTC (3 years, 5 months ago) by syscrusher
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +22 -10 lines
Diff to previous 1.17
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.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 20 03:31:19 2005 UTC (4 years ago) by syscrusher
Branch: MAIN
Changes since 1.16: +8 -3 lines
Diff to previous 1.16
Patch from rxfelix, fixing issue #33703.

Revision 1.15.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 20 03:20:25 2005 UTC (4 years ago) by syscrusher
Branch: DRUPAL-4-6
Changes since 1.15: +7 -3 lines
Diff to previous 1.15 , to next main 1.18
Applied patch by rxfelix, fixing issue #33703 for handling of differences
between public and private filestore.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 3 16:56:49 2005 UTC (4 years ago) by syscrusher
Branch: MAIN
Changes since 1.15: +149 -52 lines
Diff to previous 1.15
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.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 11 14:42:30 2005 UTC (4 years, 1 month ago) by syscrusher
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.14: +3 -2 lines
Diff to previous 1.14
Slight improvement to DEBUG functionality.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 14 03:09:05 2005 UTC (4 years, 2 months ago) by syscrusher
Branch: MAIN
Changes since 1.13: +24 -24 lines
Diff to previous 1.13
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.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 30 19:33:34 2005 UTC (4 years, 4 months ago) by syscrusher
Branch: MAIN
Changes since 1.12: +1 -2 lines
Diff to previous 1.12
Drat! Forgot to take out one line of debugging code!

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 30 19:28:48 2005 UTC (4 years, 4 months ago) by syscrusher
Branch: MAIN
Changes since 1.11: +13 -4 lines
Diff to previous 1.11
Fixed problem where users who could override import directory didn't
get the chance to do so, if the default was invalid.

Added a warning and graceful failure if the node type workflow options
are not set at q=admin/node/configure/types/image_import. This is a
patch for bug #25858 and bug #24961.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 30 03:22:57 2005 UTC (4 years, 4 months ago) by syscrusher
Branch: MAIN
Changes since 1.10: +23 -10 lines
Diff to previous 1.10
Fixed incorrect order of concatenation of path components in
_image_import_get_image_path(). This addresses part of bug #25151.
Thanks to "denjer" for finding and patching the bug.

Added the "%c" metatag in the title string, requested by "mariagwyn".
This new tag is replaced by a tag-stripped version of the first line
of the caption file, if applicable.

Added "DEBUG:" to a few debug messages that didn't yet have it.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 28 03:21:17 2005 UTC (4 years, 4 months ago) by syscrusher
Branch: MAIN
Changes since 1.9: +6 -1 lines
Diff to previous 1.9
Added code to test whether upload.module has been configured. May help
prevent/detect the problem reported in bug #24961.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 14 18:34:51 2005 UTC (4 years, 5 months ago) by syscrusher
Branch: MAIN
Changes since 1.8: +24 -7 lines
Diff to previous 1.8
* Modularized obtaining default image path setting from image.module
  and upload.module, to decouple image_import.module from those two.

* Explicitly test for, and warn administrator of, erroneous config
  in which default image path and image import path are the same.

* Inform administrator of PHP max_execution_time setting to guide
  setting of import timeout option.

* General documentation update.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 6 13:38:00 2005 UTC (4 years, 5 months ago) by syscrusher
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
Marked as BETA.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 6 13:35:53 2005 UTC (4 years, 5 months ago) by syscrusher
Branch: MAIN
Changes since 1.6: +8 -3 lines
Diff to previous 1.6
Small user interface improvement.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 6 13:23:12 2005 UTC (4 years, 5 months ago) by syscrusher
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Marked comments in module as BETA rather than ALPHA release.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 6 13:20:57 2005 UTC (4 years, 5 months ago) by syscrusher
Branch: MAIN
Changes since 1.4: +88 -49 lines
Diff to previous 1.4
* Added an improved variant of the throttle feature suggested by
  "adrinux". This variant only calls sleep() if it needs to do so,
  based on actual elapsed time.

* Added an optional overall time limit, which works if images are being
  deleted (based on system and user options). The time limit allows the
  script to exit in an orderly way before PHP or Apache time it out,
  and the user can simply click "Import Images" again to continue the
  process where it left off, with a fresh time interval.

* Improved modularity of node creation, in preparation for adding new
  feature to migrate legacy images from old image.module.

* Made debugging optional instead of mandatory.

* Module is now considered BETA rather than alpha test level.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 2 05:58:50 2005 UTC (4 years, 5 months ago) by syscrusher
Branch: MAIN
Changes since 1.3: +197 -109 lines
Diff to previous 1.3
Complete rewrite of the main import functionality. The module is still
in an ALPHA TEST condition, but I am hopeful that the new main functions
will greatly improve its reliability.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 31 01:51:26 2005 UTC (4 years, 5 months ago) by syscrusher
Branch: MAIN
Changes since 1.2: +2 -0 lines
Diff to previous 1.2
Took care of a watchdog() change that somehow missed out from the commit
version last update. Apologies.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 27 03:06:35 2005 UTC (4 years, 6 months ago) by syscrusher
Branch: MAIN
Changes since 1.1: +26 -4 lines
Diff to previous 1.1
Additional diagnostics to help find file permissions problems before
the user actually attempts the import. (Issue #23179)

Sorted filenames before import so that they are reported and processed
in alphabetical order, since the directory scan function doesn't do
this. (Issue #23524)

Added check for writable import directory before any operation is
begun. (Issue #23179)

Added explicitly-assigned timestamp to each image node as it is
imported, so that they don't all have the same timestamp.
(Related to Issue #23524)

Write summary and node creation info to watchdog. (Issue #23525)

Added TROUBLE.txt with common troubleshooting tips.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 23 02:09:08 2005 UTC (4 years, 6 months ago) by syscrusher
Branch: MAIN
Initial commit of new module from sandbox into main modules directory.
This code is still BETA TEST level, mostly feature-complete but not yet
fully tested/debugged. Use at own risk.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2