Log of /contributions/modules/image_import/TROUBLE.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.5 -
(
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.4: +2 -2 lines
Diff to
previous 1.4
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.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 30 03:22:57 2005 UTC
(4 years, 4 months ago)
by
syscrusher
Branch:
MAIN
Branch point for:
DRUPAL-4-6
Changes since
1.3: +6 -1 lines
Diff to
previous 1.3
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.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 14 18:34:51 2005 UTC
(4 years, 5 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.2: +6 -1 lines
Diff to
previous 1.2
* 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.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 2 05:58:50 2005 UTC
(4 years, 5 months ago)
by
syscrusher
Branch:
MAIN
Changes since
1.1: +20 -6 lines
Diff to
previous 1.1
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.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 27 03:06:35 2005 UTC
(4 years, 6 months ago)
by
syscrusher
Branch:
MAIN
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.
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.