Posted by larowlan on September 20, 2012 at 8:22pm
Rewriting comment module to use fieldapi.
Advantages
- Will break comment dependency on node
- Will break node dependency on comment ({node}.comment in node_schema())
- Comments on any entity
- Multiple comment fields on an entity. Eg for and against comments. Comments by admin (hidden with field permissions) and comments by public (perfect for commerce orders etc).
Ping me on irc if you want commit access @larowlan.
Please use the comment-fieldapi4 branch.
For latest work see git repo.
See #731724: Decouple comment.module from node by turning comment settings into a field