Blind Carbon Copy

Component type

module

Categories

Maintenance status

Development status

Downloads

7096

Component created

Component changed

The BCC module injects a BCC header in all e-mails sent by Drupal, which allows you to receive copies of all e-mails sent by your website.

Note: This means that if you use views_send to send an email to 1,200 site users, you will get 1,200 BCC'd emails too.

The 2.x-dev branches of both the D6 and D7 versions allow you to specify (wildcard) mail IDs to either specifically include or exclude from this process.

Nodetype Info Tab

Component type

module

Maintenance status

Development status

Downloads

240

Component created

Component changed

Description:

This (mini) module adds the nodetype to the "Edit" tabs title in brackets.

Example: "Edit (Page)" or "Edit (Story)" or "Edit (Panel)", ... instead of just "Edit"

Do you know the problem that you can't remember which node type the current node belongs to?
Especially if you are using several not very different node types on your site, you may (have) run into this.

FE Block2

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a sandbox some fe_block rewrite, which is part of the features_extra-Package

  • Reformatted $export array (so already exported block settings are hidden from feature create form)
  • readable theme specific settings
  • added block roles settings
  • added menu_block support

Dependency: fe_block.module from features_extra-Package

Klout

Component type

module

Maintenance status

Development status

Downloads

1708

Component created

Component changed

About Klout

Klout measures influence online.

Our friendships and professional connections have moved online, making influence measurable for the first time in history. When you recommend, share, and create content, you impact others. Your Klout Score measures that influence on a scale of 1 to 100.

CSS Options

Component type

module

Maintenance status

Development status

Downloads

2074

Component created

Component changed

The CSS options module enables theme developers to easily expose some options around the included CSS within the site via the theme settings form.

This module does the housekeeping for managing the inclusion of conditional CSS within the site so the theme developer can focus on design.

Synchro

Component type

module

Maintenance status

Development status

Component created

Component changed

SUMMARY

Synchro module (for Drupal 7) allow make deploy database changes to Production server on automatic way through Apache Ant.

  1. Deployment process splits to 3 steps:
  2. Move all data changes of Production site DB to Development site DB and put Production to maintenance mode.
  3. Final testing of Development site with actual data.
  4. Deploy tested database to production.

NOTE: Now supported only MySQL DB