User: karens Branch: HEAD Date: Sat, 10 Nov 2007 00:34:09 +0000 Modified files: /modules/cck content.install content.module content_admin.inc content_crud.inc fieldgroup.module nodereference.module Log message: Two big D6 port changes: #97861 change schema to store field column and module info in the field settings table so we have a way to clean fields up after a field module is uninstalled and rework all code to retrieve that info from the database instead of using module_invoke('database columns'). #157176 major restructuring to move most existing field crud processing to content_crud.inc. This still needs more testing and is not the final API, but it is a beginning. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/cck/content.instal... http://cvs.drupal.org/diff.php?path=contributions/modules/cck/content.module... http://cvs.drupal.org/diff.php?path=contributions/modules/cck/content_admin.... http://cvs.drupal.org/diff.php?path=contributions/modules/cck/content_crud.i... http://cvs.drupal.org/diff.php?path=contributions/modules/cck/fieldgroup.mod... http://cvs.drupal.org/diff.php?path=contributions/modules/cck/nodereference....