Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
node system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Aug 2009 at 09:19 UTC
Updated:
7 May 2010 at 13:35 UTC
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
Comment #1
kika commentedFor background: http://drupal.org/node/372743#comment-1350144 from Barry:
Comment #2
yched commented#557292: TF #3: Convert node title to fields has the beginnings of a patch.