Advanced Batch

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides an advanced batching API. It doesn't extends core capabilities, it creates a new one, complete, more predictable and static, fully object oriented.

This API is based on the fact that batches may be run in different environments (CLI custom script, Drush, Batch API) and abstract all concepts to the higher level possible.

Usergroups API

Component type

module

Categories

Maintenance status

Development status

Downloads

1408

Component created

Component changed

This module is purely an API for other modules to use. If you are looking for a way to create groups for users, see the Organic Groups module.

This project is currently being developed. It allows actions/requirements to be applied to a group of users rather than to a single role group or a specific user as these are typically the options used by modules.

Inline Form Errors Drupal 7 fixes

Component type

module

Maintenance status

Development status

Component created

Component changed

This is essentially a fork of Inline Form Errors (IFE) for Drupal 7, with the intention of developing a near-enough bug-free version ready for production sites running Drupal 7. Or something like that. This sandbox is intended for use by developers at ComputerMinds to work together on this, as a contribution to the real Inline Form Errors module - we don't really want to fork that module for own purposes! We'll probably build towards some patches that will be submitted to IFE's issue queue.

Instructions for getting IFE set up -

Webhooks

Component type

module

Maintenance status

Development status

Downloads

665

Component created

Component changed

Webhooks are "user-defined HTTP callbacks". They are usually triggered by some event, such as pushing code to a repository or a comment being posted to a blog. When that event occurs, the source site makes an HTTP request to the URI configured for the webhook.

– https://en.wikipedia.org/wiki/Webhook

This module acts as both a Webhook dispatcher and a Webhook receiver.

Entity Autocomplete

Component type

module

Categories

Maintenance status

Development status

Downloads

35208

Component created

Component changed

Entity Auto Complete provides:

  • autocompete_paths for all entity types that define a label
  • "entity_autocomplete" form element

Autocomplete paths

The path is:
entity-autocomplete/%entity_type

To restrict by bundle use:
entity-autocomplete/bundle/%entity_type/%bundles
where bundles is a '+' separated list of bundles.

Each item is returned as
VALUEOFLABELFIELD [id:ENTITYID]

Persistent Fieldsets

Component type

module

Maintenance status

Development status

Component created

Component changed

This module makes the state of collapsible fieldsets persistent (If you collapse it, it will remain collapsed). It's a small usability improvement that makes pages like the Modules page a lot better.

You can make any fieldset persistent by adding the #persistent attribute to it.

Example :

$form['block'] = array(
  '#type' => 'fieldset',
  '#title' => t('Block configuration'),
  '#weight' => 3,
  '#collapsible' => TRUE,
  '#collapsed' => FALSE,
  '#persistent' => TRUE,
  '#tree' => TRUE,
);

Google Analytics Ecommerce

Component type

module

Maintenance status

Development status

Downloads

787

Component created

Component changed

Configure Google Analytics Ecommerce tracking for any content type.

Every time a user creates a new node of a content type configured to be tracked, a new transaction is sent to Google Analytics. This module doesn't depend on ubercart. You can use google analytics ecommerce for leading tracking for example.

Metatags simple

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a simple project to improve D7 SEO capabilities. It can be used to set meta tags for specific page (using internal path or patha alias). This can be used with metatags_quick to add metatags in non node pages (views, contact, landing page, ..).

Can be also used to override metatags with a specific alias page; you can set metatags for page /my_views/5 and override it if alias is /fruit/orange