Log of /contributions/modules/image_import/TODO.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 14 18:34:50 2005 UTC
(4 years, 5 months ago)
by
syscrusher
Branch:
MAIN
CVS Tags:
HEAD
Branch point for:
DRUPAL-4-6
Changes since
1.3: +3 -1 lines
Diff to
previous 1.3
* 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.3 -
(
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.2: +1 -6 lines
Diff to
previous 1.2
* 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.2 -
(
view)
(
download)
(
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: +1 -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)
(
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.