GitHub Commits

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This simple module uses GitHub API v3 to get the latest commit messages for a GitHub-repository, and displaying them in a block.
The repository, how many commits to display can be changed.

Functionality:

  • Chose a public repository
  • Chose how many commits to display in the block
  • Edit timestamp format
  • Display link to full list of commits (GitHub.com)

Coming:

Tasks and Timers

Component type

module

Maintenance status

Development status

Component created

Component changed

The purpose of this project is to provide a simple, generic Timer block, eventually growing into a robust, lightweight time tracking system before release. The block will inform the signed-in user about which node timer is currently active (as well as providing the amount of time currently invested in the task). It also provides information about how much time was spent on the task associated with the currently-viewed node, indicating how much time was spent today, as well as to-date.

Install Profile Maker

Component type

module

Maintenance status

Development status

Component created

Component changed

Based on minimal external modules, this project aims to build a profile from an existing site.

It's typically useful when you create a site on a local server and you want to deploy it in Staging or Production environment without dumping manually the database.

This project supports core features like :

  • menu
  • content-type
  • user / roles
  • taxonomy
  • block
  • views
  • panels

It also supports the live data :

  • nodes
  • files

Entity Diagram

Component type

module

Maintenance status

Development status

Component created

Component changed

This module will eventually allow for the creation of an Entity Relation diagram from an existing Drupal site.

Currently, it allows for the creation of a CSV file that matches the format of the Node Types sheet of the Planning document described by Palantir in their blog post "Developing Drupal Sites: Plan or Perish". This will be particularly useful when reevaluating existing sites where documentation is lost, missing or never existed.

Impala

Component type

module

Maintenance status

Development status

Component created

Component changed

The impala module is an attempt to provide a Git API for bare repositories. It provides access right management and allows browsing through objects contained by a repository.

Currently the impala_php_git module provides a native PHP implementation which in time will be transitioned to a PHP extension which uses the libgit2 library. The php-git extension was evaluated but lacks certain basic features and active development.

This module is being developed for Drupal 8.

Context Acquia

Component type

module

Maintenance status

Development status

Downloads

617

Component created

Component changed

Provides a Context condition for Acquia server environment variables.

This means you can react to whether the current instance of your site is local dev, or Acquia dev/stage/production.

This module works by wrapping the code provided by Acquia at https://docs.acquia.com/cloud/configure/env-variable in a Context condition in the simplest way possible, it's very lightweight.

Topograph

Component type

module

Maintenance status

Development status

Component created

Component changed

This has been replaced by 7.x-2.x of the Architecture module.. I'm leaving this page up for now because all the docs there are still for 7.x-1.x.

Generates customizeable and themeable Views to expose information about site architecture. Similar to the Architecture module but taking a Views-based approach that offers all the power of Views' UI.