The current maintainers are looking for new people to take ownership.

Amazon S3 Logs

as3l-sc1.png

This module reads and parses your Amazon S3 account's various log files, so you can easily track your most popular uri's, and how much bandwidth has been used per-file. It also makes sure to never download the same log file twice (saving you bandwidth), and can be configured to only check for new log files every few hours (saving you GET and LIST requests).

Requires: Amazon S3.

Ubercart Taxonomy Tax

Allows Ubercart tax rates to be assigned to taxonomy terms.

After installing this module, you will be able to select taxonomy terms from the tax rate edit screen to apply product tax to.

Safer Login

safer_login_sc1.jpg

This module encrypts the user's password when they type it in during login, so a 3rd party up to no good can't see the user's plain text password (as is currently the case with Drupal logins).

Encryption is accomplished by replacing what the user enters for their password with a uniquely-salted MD5 hash of the MD5 hash of what they typed (so it is 2-layers deep). If the user does not have JavaScript enabled, then the default Drupal behavior (no hashing) still works.

Of course, this is no substitute for an SSL certificate on your server, as that would protect all form submissions, as well as prevent other types of attacks. This module is intended for those who desire password security, but either cannot afford a certificate, or only need basic protection from hackers during login.

Hover Links for Flag Operations in Views

hlfov-1.png

About

Remove flags in views with a "remove" link that appears on hover only.

After enabling the module you will need to add the link as a field to the views display.

Context OG

Context OG provides the following context conditions and reaction for Context in order to set conditions and reactions relative to Organic Groups;

Conditions

  1. OG - group node context: This condition is triggered when viewing a node that is in the selected groups.
  2. OG - group type context: This condition is triggered when viewing a node that is in the selected group types.
  3. OG - member status: This condition triggers based on the user's group membership status.
  4. OG - member role (7.x-2.x only): This condition triggers based on the user's group role(s).

Reactions

  1. OG - set group context: This reaction sets the Organic Group Context from the og_context module to the specified organic group.

NOTE: Currently you must clear all caches (the button on the admin/settings/performance screen is one way to do it) in order to see the new conditions and reactions that are provided by this module. See #852268: Conditions and reactions aren't available to Context until cache is cleared for the status on this.

Drupal 7

  • Use the 1.1 release if you are using og 7.x-1.x.
  • Use the 2.x release if you are using og 7.x-2.x.

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer