Drush Git Interface

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Important!

The drush_git module is officially depreciated. No work will be done on this project in the future. Now that Drupal.org uses Git, Drush works with Git automatically. Even submodules are supported in a limited fashion. I expect any further integration to happen in Drush's package manager. In short, don't use this.

What is it?

The drush_git module currently provides a Git core API layer for Drush modules that use Git functionality and some Git deployment commands we are developing for our own organizational deployment needs, that utilize Git submodules. I am thinking that the Git deployment commands will probably get separated in the future into a drush_git_deploy? (not sure on the name) module. So basically there would be a Git API module with no Drush commands, and the Git deployment module that used the API module.

Views Two Column Table

Component type

module

Categories

Maintenance status

Development status

Downloads

2809

Component created

Component changed

This views style plugin lets you display views in a two column table layout. The field label is displayed in the first column, with the field data in the second column.

SunMailer Newsletter

Component type

module

Maintenance status

Development status

Downloads

8140

Component created

Component changed

SunMailer is an email newsletter module that aggregates content using views from the Views module. Once configured and scheduled, it can automatically send newsletters on a recurring basis without any user intervention. It originated as a project for The Cornell Daily Sun, hence the name SunMailer.

Inline Ajax Search

Component type

module

Maintenance status

Development status

Downloads

12007

Component created

Component changed

This module makes it possible to display search results via AJAX.

If installed the module can use the Search Lucene API so you can search with wildcards / part of strings. Apache Solr is planned to be added as well.

I'm also planning to convert this module for use with Drupal 7.

Author User Access Control (UAC)

Component type

module

Maintenance status

Development status

Downloads

617

Component created

Component changed

The idea for this module was hatched here: http://drupal.org/node/674002

This modules ties author user roles to content, so that the content tied to that role is only publicly accessible if the author of that content has the specified role.

Example use:
User subscribes, get's subscriber role. The subscriber role is tied to 'company listing' content. The subscriber posts company listings and later cancels his subscription which removes his subscriber role. This module makes that content no longer visible.

Node Activity Report

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Node activity report allows to track node related activities on the site - create, update and delete. For each of these activities the activity type, timestamp and user ID of the user are stored. Includes reports by user and time period.
One can achieve similar results by using combination of Views and watchdog entries but this solution will provide incorrect results as watchdog entries get flushed at a regular interval.

@todo Cleaning up node_activity records either manually and/or at scheduled internals.