Log of /contributions/modules/importexportapi/importexportapi.install
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 30 17:25:11 2006 UTC
(3 years, 3 months ago)
by
jaza
Branch:
MAIN
Changes since
1.3: +72 -5 lines
Diff to
previous 1.3
- Overhaul of the put map system:
- The put map array now has 4 levels: 'entity' -> 'field' -> 'key' ->
'value_old' (was formerly 'entity' -> 'field' -> 'value_old').
- The put map array now stores not only old-to-new values for key
fields, but also alt-map-value-to-new-key-value mappings, based on
all available alternate keys for a field.
- The 'key' level of the array specifies which alternate key is being
mapped for the current field (or '#key' specifies that the field
itself is being mapped).
- Added a new DB table 'importexportapi_db_put_map_alt', to store the
new alternate key put mappings.
- Also renamed the 'importexportapi_put_map' DB table to
'importexportapi_db_put_map'.
- Install script updated with new DB schema, and upgrade path provided
(please run update.php when updating the module).
- This is paving the way for a less buggy 'db' 'put' engine, and hence
for fully working imports. But imports are still buggy at the moment,
more work is needed to fix the problems.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 25 03:05:13 2006 UTC
(3 years, 4 months ago)
by
jaza
Branch:
MAIN
Changes since
1.1: +8 -12 lines
Diff to
previous 1.1
- The ID key handling system is now complete! Not yet guaranteed to be
working perfectly, but it does a pretty good job. ID mappings that are
created during 'put' operations now get saved permanently to the
database. Reference fields have their values updated to reflect these
mappings.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 24 18:34:35 2006 UTC
(3 years, 5 months ago)
by
jaza
Branch:
MAIN
A great many changes have been made to the API, but these changes are still very much in progress. Just for a change, this is a very brief log message =). A full account of the changes will be made when they're complete, and the module is stable and working again.
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.