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

sdboyer’s picture

Assigned: Unassigned » sdboyer
Status: Active » Fixed
Issue tags: -git sprint 7 +git sprint 6

Eh. Why not just do it now? :) http://drupal.org/cvs?commit=465150

Status: Fixed » Closed (fixed)
Issue tags: -git phase 2, -git sprint 6

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 498eba2 on repository-families, drush-vc-sync-unlock by sdboyer:
    Issue #999564: Created a views handler for the item revision 'action'...

  • Commit 498eba2 on repository-families by sdboyer:
    Issue #999564: Created a views handler for the item revision 'action'...