Experimental project

This is a sandbox project, which contains experimental code for developer use only.

The purpose of the module is to show a list of all commits on drupal.org of the users of a site(organization) in a block.
On enabling the module, a new content type "User Commit History" is created and a field "drupal.org Link" is added to the user profile where the user can give their drupal.org profile link. A block generated from views called "User commit log" lists the latest commits. At cron run, the module will fetch the users' commit pages, parse them, get the commit data, and create nodes of type "User Commit History" for each commit. The views block then lists the commits, sorted by the commit date. Admin can now place the block in any region.

Project information

  • Created by SGhosh on , updated