DO Feeds
Component ID
1572026
Component name
DO Feeds
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
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.
