[contributions:jaza] /modules/importexportapi/definitions
importexportapi_profile.inc /modules/importexportapi/engines
importexportapi_db_get.inc importexportapi_db_put.inc
importexportapi_xml_get.inc /modules/importexportapi
importexportapi.module
drupal-cvs at drupal.org
drupal-cvs at drupal.org
Sun Jul 2 12:31:38 UTC 2006
User: jaza Branch: HEAD Date: Sun, 02 Jul 2006 12:31:38 +0000
Modified files:
/modules/importexportapi/definitions importexportapi_profile.inc
/modules/importexportapi/engines importexportapi_db_get.inc importexportapi_db_put.inc importexportapi_xml_get.inc
/modules/importexportapi importexportapi.module
Log message:
- The 'db' 'put' engine is now working at a very basic level. The API is
now able to successfully insert data into the DB! Yay!
- Warning: accessing the 'import' page at the moment WILL cause SQL
INSERT queries to execute.
- Major todo items for the 'db' 'put' engine: alternate key handling
(alternate keys are currently ignored entirely); system for setting the
'insert mode' for each entity (i.e. 'ignore if key already exists' or
'regenerate if key already exists'); put map handling (to go with the
'insert mode' handling, and to handle regenerated keys); dependency
system for entities (i.e. 'user' depends on 'role', 'profile_field', etc
- so dependent entities will be handled first by the 'put' engine).
Links:
http://cvs.drupal.org/diff.php?path=contributions/modules/importexportapi/definitions/importexportapi_profile.inc&old=1.4&new=1.5&root=contrib
http://cvs.drupal.org/diff.php?path=contributions/modules/importexportapi/engines/importexportapi_db_get.inc&old=1.3&new=1.4&root=contrib
http://cvs.drupal.org/diff.php?path=contributions/modules/importexportapi/engines/importexportapi_db_put.inc&old=1.2&new=1.3&root=contrib
http://cvs.drupal.org/diff.php?path=contributions/modules/importexportapi/engines/importexportapi_xml_get.inc&old=1.3&new=1.4&root=contrib
http://cvs.drupal.org/diff.php?path=contributions/modules/importexportapi/importexportapi.module&old=1.13&new=1.14&root=contrib
More information about the drupal-cvs
mailing list