Standalone coder review

Component type

module

Maintenance status

Development status

Downloads

802

Component created

Component changed

This project provides a Drush command that allows you to run Coder reviews on specified files. You can run this command on any files on your system and they do not need to be part of a Drupal site.

Installation

Download and install drush command, you can install it for yourself like this:

Face.com API

Component type

module

Maintenance status

Development status

Component created

Component changed

This module/sandbox was created as a proof-of-concept for using the Face.com API for smart image cropping. The idea originates in #910142: Implement face-detection and the SmartCrop module.

This project includes 2 modules:

  • FaceAPI is a wrapper for the Face.com PHP Client (which itself is a wrapper for the REST webservice)
  • FaceCrop provides an image cache action "Face Crop", which tries to detect faces in a picture and then uses the first detected face as the center for the crop.

webform multifile upload

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

It is a module that implements a multifile upload component for webform module, using the jquery multi-file upload plugin to do the trick. Actually there is an existing module in sandbox for that, but the owner will not maintain it and allow me to take as own and improve it. In my own version, I fixed one bug that when the multifile upload component is under a fieldset, only one file will be uploaded at last and a warning will get displayed.

Drush Queue

Component type

module

Categories

Maintenance status

Development status

Downloads

892

Component created

Component changed

A set of drush commands to get information about and run queues.

These commands are all backend agnostic and will work with the database queue, beanstalkd, redis, etc.

Queues defined with either hook_cron_queue_info or Queue UI's hook_queue_info are supported.

Tripal

Component type

module

Maintenance status

Development status

Downloads

5502

Component created

Component changed

Visit the the Tripal website for official documentation, tutorials, and for support.
Submit issues or feature requests to our GitHub code repository.

Tripal is a toolkit for construction of online biological (genetics, genomics, breeding, etc), community database, and is a member of the GMOD family of tools. Tripal provides by default integration with the GMOD Chado database schema and Drupal, a popular Content Management Systems (CMS). Tripal is licensed under the GNU General Public License version 2.

Amazon SNS

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides integration into Amazon SNS. It provides administrative interfaces for managing topics and publishing messages. It also incorporates some API functionality to publish messages for channels. This module is most useful for developers who maintain a network of independent Drupal sites and need a push mechanism to communicate system events.