Log of /contributions/modules/image_import/README.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 17 13:59:55 2006 UTC
(3 years, 8 months ago)
by
syscrusher
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.3: +6 -0 lines
Diff to
previous 1.3
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.
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 14 03:09:05 2005 UTC
(4 years, 2 months ago)
by
syscrusher
Branch:
MAIN
Branch point for:
DRUPAL-4-6
Changes since
1.2: +2 -3 lines
Diff to
previous 1.2
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.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jun 6 13:20:57 2005 UTC
(4 years, 5 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.1: +14 -1 lines
Diff to
previous 1.1
* 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.1 -
(
view)
(
download)
(
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.