OG User Roles allows group administrators of organic groups to grant additional user roles to individual members of a certain group.
Any additional permissions only apply within the context of this group and not globally. This means that the additional user roles to grant are determined and assigned by the requested page; e.g. node/123 belongs to group XYZ for which the user was granted additional roles. If the user goes to another page that does not belong to the same group, the additional user roles are no longer assigned.
Additional user roles can only be granted, not revoked.
Site administrators may also configure a default user role for new group members or a default user role for new group admins.
Version Control API is an engine for Drupal integration with a variety of version control systems. The focus is primarily on working with canonical, server-side repositories. It provides basic tools that allow for things like history listings, commit access controls, triggered actions when new code comes in, and direct on-disk repository management.
This module is a core engine and does nothing on its own without a "backend" module that provides integration with a specific VCS (e.g. git, bzr, svn). This module provides a consistent base interface (UI and API) for interacting with all the different backends.
Version Control API is the system that drives all of Drupal.org's Git integration.
This Drupal module offers a trouble ticketing system similar to the ancient PHPHelpDesk. It authenticates users from Drupal and classify them to user groups and department units.
A Drupal module that allows donations via Paypal to buy beer, coffee, tea, water or whatever. The module is heavily inspired by Ankesh Kothari's Buy Me a Beer Wordpress plugin.
Disclaimer: This module has not been reviewed by any religious organization. No guarantee of its suitability for any particular religious purpose is implied.
The time that the sabbath begins and ends changes throughout the year because, historically, a full day began at sunset. The Sabbath module provides the sabbath start and end times for any week and any latitude, longitude, and time zone.
This returns an object containing the sabbath start and end timestamps, the time zone offset for each, and the beginning of the next week. $future can be set to 'day' or 'time' and specifies whether to show the sabbath that ends after the given time or after the day in which the time occurs.
The D6 core filters system allows an admin to restrict the type of input format available to a user by user role. It does not, however, allow the admin to restrict the available input formats by node type. So if you e.g. want to allow for node bodies with embedded images and others without, you will be stranded with just core functions.
Features
This module fills that gap. It provides a simple checkbox-based interface where an administrator can restrict what input filters are available to what node types. These rules are applied after the role-based restrictions, so it can never offer more input formats than the default role-based input formats would.
As of 6x-1.5, this functionality is extended towards each node type's comments. You may chose to restrict them the same way as the corresponding node type (default), to a different scheme or not at all.
Quick reference
Install the module.
Note the additional options on each node type settings page (sections submission and comments (if comment module is active).
Optionally set the new bypass filter restrictions user permission for each role.