For Drupal 6, this module has been incorporated into OG itself.
The og_actions module is a collection of 5 actions for use with the actions module and workflow module. These actions facilitate the use of organic groups with the actions and workflow modules, allowing administrators to create rules to modify the organic group information for specific nodes.
This module is intended to supply Drupal sites with an easy, non-intrusive mechanism for allowing visitors or registered users to suggest links to other sites.
We thank walkah for letting us have this project name.
INTRODUCTION
This module allows privileged users to commit changes in code to an SVN repository. It relies heavily on the existing SVN settings so a working copy is required for this module to work.
This module is only meant to be installed on development environments where users with little to no knowledge of the SVN CVS need to be able to commit changes.
INSTALLATION
Simple one click installation: At admin/build/modules enable the subversion module.
CONFIGURATION
1. Enable the permission "administer subversion" at admin/user/permissions.
USAGE
Commiting to SVN
Go to /admin/svn
If there are changes waiting to be committed, a text area and a button labeled Commit Changes will show up on the page. Otherwise you will see a message stating that there are no changes pending.
Write a commit message that explains what you changed and hit the Commit Changes button
Tagging a release
Go to /admin/svn/tag
From the drop-down select one of the available tags.
Drupal assigns each module a weight. For most operations involving any module that defines a particular hook, the modules are invoked in order first by weight, then by name.