Removing content types from content.module

Events happening in the community are now at Drupal community events on www.drupal.org.
drumm's picture

Drupal core has had configurable content types for awhile now. What is the plan for removing those from CCK and having the field system added via nodeapi or formapi? This really should work well on the next release of Drupal and would provide something better to look at and evaluate for moving fields towards core.

Comments

Patch needs review

yched's picture

dopry has taken a shot at it there

not just formapi

moshe weitzman's picture

i am not so sure about the nodeapi/formapi approach. it sounds super useful. but cck does a lot of caching which i think will be nullified if it doesn't own the content type ... maybe someone can talk to the performance implications of this.

Well, then the performance

drumm's picture

Well, then the performance things need to be in core. The point of putting configurable content types in core is to get the implementations (flexinode and cck) out of contrib so we can concentrate on one place and get things cleaned up for the next feature.