PA Test

Component type

module

Maintenance status

Development status

Component created

Component changed

Module to facilitate testing of Drupal Project Applications. It does the following for now:

  • Check coding standards using coder
  • Check if the right branch is used.
  • Check if the README.txt file is present.
  • Check if LICENSE.txt isn't present.

Facet API Forms

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project provides Facet API facets as form elements and ability to build forms from these elements. It is an implementation of the Facet API, so display widgets and custom code can be reused by other modules that also integrate with Facet API.

Mailjet

Component type

module

Maintenance status

Development status

Downloads

17545

Component created

Component changed

Description

Give your Drupal email a boost with the Mailjet Drupal 7.x. module allowing you to create, send, track and deliver newsletters and transactional emails directly within your Drupal admin. In the case of Drupal Commerce, you will also have the ability to send triggered marketing emails (abandoned cart, purchase anniversary, etc.) and track revenue and sales generated by each newsletter.

ecardplus

Component type

module

Maintenance status

Development status

Component created

Component changed

Using the ecard module as a base for this module I add a few custom functions that will be used for an Intranet application and take a shot at adding a cron hook and some other proposed features.

Mollom Refresh

Component type

module

Maintenance status

Development status

Component created

Component changed

Via javascript, this module adds a very clear link above the image which reads, "Can't Read Image". When user's click this link, it refreshes the form, thereby generating a new image.

PAReview.sh

Component type

module

Maintenance status

Development status

Downloads

5092

Component created

Component changed

Simple Bash script to automatically review Drupal.org project applications. It takes a Git repository URL as argument, clones the code in a "pareview_temp" folder and runs some checks. Alternatively it takes a path to a module/theme project and checks that. The output is suitable for an attachment in the Project Applications issue queue.

Online version

There is an online version of pareview.sh.

Select More

Component type

module

Maintenance status

Development status

Component created

Component changed

Select More defines a new field (drupal 7) or CCK field (drupal 6) that combines a set of checkboxes with a hidden textarea for each choice. When a checkbox is selected, the corresponding textarea is exposed for the user to add in additional information. If an item is not checked, the textarea is never shown.

The module allows for the creation of fields via the forms API, or thru the fields API with a custom widget.