From versioncontrol.views.inc:
$data['versioncontrol_item_revisions']['action'] = array(
'title' => t('Action'),
'help' => t('The action performed on this item'),
'field' => array(
//TODO: Action field
'handler' => 'views_handler_field_generic',
),
);
We have no handler for the {versioncontrol_item_revisions}.action, but it's gonna be important for making the final version of our pretty commit logs.
Comments
Comment #1
sdboyer commentedEh. Why not just do it now? :) http://drupal.org/cvs?commit=465150