Log of /contributions/modules/node_import/README.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jun 14 22:06:09 2009 UTC
(5 months, 2 weeks ago)
by
robrechtj
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.16: +4 -9 lines
Diff to
previous 1.16
#462680 : modified README.txt to explain that there is no HEAD version and
that the latest release is for 6.x.
Revision
1.16.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 30 10:04:50 2008 UTC
(12 months, 4 weeks ago)
by
robrechtj
Branch:
DRUPAL-6--1
Changes since
1.16: +43 -11 lines
Diff to
previous 1.16
First commit to DRUPAL-6--1 branch. Note that nothing actually works right
now. Work in progress.
Fixes:
#308369 : import csv file drectly from webserver
Revision
1.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 21 08:13:35 2006 UTC
(3 years, 2 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.13: +2 -1 lines
Diff to
previous 1.13
#56319 : first try at supporting some ecommerce modules. Added support for
the tangible.module (shippable product).
Revision
1.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 20 20:55:41 2006 UTC
(3 years, 2 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.12: +60 -35 lines
Diff to
previous 1.12
- moving "title" into story/page/basicevent/... again because some node
types may have another label for the title
- FEATURE: support for tab-delimited text files
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 17 10:57:53 2006 UTC
(3 years, 2 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.11: +7 -4 lines
Diff to
previous 1.11
better location support: you can now use a human reable name for country
and state/province instead of the code. Eg "Belgium" instead "be" or
"New York" instead of "us-NY".
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 17 06:53:54 2006 UTC
(3 years, 2 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.10: +28 -1 lines
Diff to
previous 1.10
- documented location support in README.txt
- capitalisation corrections in location.inc
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 16 07:33:29 2006 UTC
(3 years, 2 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.9: +66 -19 lines
Diff to
previous 1.9
- #78493 : working event.inc, thanks to bmargulies
- #84017 : event.inc fixed in case jscalendar.module is enabled, thanks
to bmargulies
- documentation for dates
- "XXX: Body" => "Body", "Node: Title" => "Title"
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 15 21:26:17 2006 UTC
(3 years, 2 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.8: +16 -1 lines
Diff to
previous 1.8
- supported/node.inc error: unchecking options in CSV file was overruled by
global options,
- supported/node.inc cleanup: if taxonomy options are shown, the "unique
title" was showed on a strange place - fixed that by making a fieldset
with "node options",
- removed the "global options" fieldset as it was unneeded,
- documented the node options in README.txt.
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 23 12:37:35 2006 UTC
(3 years, 6 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.6: +2 -0 lines
Diff to
previous 1.6
- added "$global_values" to hook_node_import_global($type, $global_values) to avoid people having to look for the filled in values themselves (like was done in import_taxonomy.inc)
- handling multi-select vocabularies and single select vocabularies in import_taxonomy.inc more gracefully
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 14 22:08:13 2006 UTC
(3 years, 7 months ago)
by
dado
Branch:
MAIN
Changes since
1.2: +9 -4 lines
Diff to
previous 1.2
added installer
improved event importing
fixed nodereference importing
added importing of taxopnomy terms, including inserting new terms when they do not already exist in the vocabulary when desired
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 13 13:01:40 2004 UTC
(5 years, 1 month ago)
by
uwe
Branch:
MAIN
Branch point for:
DRUPAL-4-5,
DRUPAL-4-6
Renamed all README files to README.txt, as discussed in
http://drupal.org/node/11517. I have done this using some command line magic:
find . -name README -exec cp '{}' '{}.txt' \; -exec cvs remove -f '{}' \; -exec cvs add '{}.txt' \;
I will update all occurences of 'README' to 'README.txt' in the conrtib CVS,
soon. I'll also rename LICENSE, CHANGELOG etc. files as soon as I get around
to it.
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.