add a UI to filter the views of commit messages

dww - March 31, 2007 - 09:36
Project:CVS integration
Version:HEAD
Component:User interface
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

while looking at the code just now to figure out what's going on with http://drupal.org/node/103806 i noticed an amazing amount of power for querying CVS logs if you create the right URLs:

all core commits from Dries on the DRUPAL-5 branch:
http://drupal.org/cvs?nid=3060&uid=1&branch=DRUPAL-5

all of my commits to the DRUPAL-4-7--2 branch for any project:
http://drupal.org/cvs?uid=46549&branch=DRUPAL-4-7--2

all of my commits that touched the cvs.module file:
http://drupal.org/cvs?uid=46549&file=/modules/cvslog/cvs.module

all of my commits that mention the word "email" in the commit log:
http://drupal.org/cvs?uid=46549&message=email

all commit messages that reference issue "66936" (my long-wished-for "show me all the commits for this issue" listing):
http://drupal.org/cvs?message=66936

wow. this could be *so* handy!

we just need to make it easier to construct and use these links...

#1

moshe weitzman - March 31, 2007 - 12:21

i'll add that you have rss feeds for each of these if you append &rss=true. see the rss link at bottom for an example.

#2

kkaefer - April 1, 2007 - 12:31

# becomes %23 in URLs.

 
 

Drupal is a registered trademark of Dries Buytaert.