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.

Coder Tender Love

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Written as a demonstration on how to extend Coder 6.x-2.x-dev with additional tests. Currently has only one test:

  • If an @author docblock line exists, check to see if the author's name was omitted from the comment.

Devel SQL mode

Component type

module

Maintenance status

Development status

Component created

Component changed

Switches the SQL mode for MySQL servers early in Drupal's boostrap process. Created as a quick way to check compatibility with PostgreSQL queries without having to actually connect to a different database server.

This uses MySQL's SET SESSION, but it really needs SET GLOBAL to keep the variable through the entire pageload. The GLOBAL option requires the web user to have SUPER permission, which isn't a good idea to give to a production server account.