Posted by catch on August 19, 2009 at 9:19am
3 followers
Jump to:
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | node system |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
| Issue tags: | Fields in Core |
Issue Summary
The only reason I can think of to keep $node->title in the {node} table is for alphabetical ordering of nodes, which is relatively unusual, and direct query listings of node titles in blocks/views - which is less necessary now that we have node_load_multiple(). So, we should look at converting title to a field. This would help with Field UI consistency, field translation and a lot of other big patches which otherwise have to special-case node titles.
I won't have time to work on this in the next two weeks, just opening the issue.
Comments
#1
For background: http://drupal.org/node/372743#comment-1350144 from Barry:
#2
#557292: TF #3: Convert node title to fields has the beginnings of a patch.