CiviCRM Shared Groups

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides some tweaks to how CiviCRM groups are listed in forms to make managing large number of groups a bit easier.

This module does not do anything to actually alter user access to groups. Every user with permissions to access a CiviCRM group because of either Drupal permissions or CiviCRM ACLs will still be able to with this module. All that this module does is change which groups are available when the user is asked to select a group from a form element (e.g. while searching for contacts or adding contacts to groups).

Gitolite Block

Component type

module

Maintenance status

Development status

Downloads

378

Component created

Component changed

This module adds a block that allows you to display the git clone url (as text) and a link to an online git viewer.

I also provides a drush command that can parse git logs and add them to the relevant issues, it uses "@refs nid" to make the connection.

Warning: This is only tested with open atrium, no idea if this will work stand-alone.

Requires: http://drupal.org/project/gitolite

Entity Access

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a unified node_access like api for all kind of entities.

If you know similar projects, please post them

Entity Registration

Component type

module

Categories

Maintenance status

Development status

Downloads

329386

Component created

Component changed

Entity Registration is a simple, flexible module for allowing and tracking user registrations for events, or just about anything you want people to sign up for. Entity Registration can be integrated with Drupal Commerce to allow fee-based registrations: sell tickets to your stuff! This module is also handy if you want to collect information along with registrations: like shoe-size for a bowling event.

GetPost

Component type

module

Categories

Maintenance status

Development status

Downloads

642

Component created

Component changed

Get Post is a utility for detecting excessively long GET urls when forms are submitted (ones which would exceed limits in MSIE), POSTing the data and retrieving it on the subsequent page.

Fences

Component type

module

Maintenance status

Development status

Downloads

206740

Component created

Component changed

Fences is a an easy-to-use tool to specify an HTML element for each field. This element choice will propagate everywhere the field is used, such as teasers, RSS feeds and Views. You don't have to keep re-configuring the same HTML element over and over again every time you display the field.

Best of all, Fences provides leaner markup than Drupal 7 core! And can get rid of the extraneous classes too!

This kind of tool is needed in order to create semantic HTML5 output from Drupal. Without such a tool, you have to create custom field templates in your theme for every field. :(

Similar projects include Semantic fields, Field Wrappers and a tool inside the Display Suite extras. But we think this approach is Morefasterbetterâ„¢.