User: karens Branch: HEAD Date: Thu, 10 Jan 2008 20:15:52 +0000 Modified files: /modules/cck content.install content.module content_admin.inc content_crud.inc fieldgroup.module Log message: #198508 Working on fixes to problems created when some but not all field modules are enabled on an update. I've added an 'active' column to the field tables and altered all the queries so they filter for only active fields. That got rid of numerous errors on the update and also fixed a problem where inactive fields were still showing up on the Manage Fields and Display Fields screens. I set up the active field to default to zero, then update it when field modules are updated, so, hopefully, inactive fields will just disappear everywhere. We'll need to watch this to be sure it doesn't introduce other problems. 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...