The Drupal.org redesign of Mark Boulton exposes CVS statistics on a number of pages. Examples:

* On the new front page we should (i) display the number of CVS accounts and (ii) the number of CVS commits.
* On the "get involved" page, there is a block that shows things like: (i) number of people with CVS accounts, (ii) number of commits this months, (iii) and other statistics not related to CVS. ;-)

We need to implement clean APIs for this so they can be used on drupal.org. The parent issue for the block itself is #371970: Move Drupal.org activity block?.

CommentFileSizeAuthor
#1 cvs-activity.patch1.02 KBmfb

Comments

mfb’s picture

Status: Active » Needs review
StatusFileSize
new1.02 KB
dww’s picture

Status: Needs review » Fixed

Made a few minor cosmetic changes, renamed these to cvs_get_total_accounts() and cvs_get_total_commits(), fixed up the PHPdoc a bit, tested, and committed to HEAD. Thanks.

Status: Fixed » Closed (fixed)
Issue tags: -drupal.org redesign

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