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

VT Commerce Product Reference Widget

Component type

module

Maintenance status

Development status

Component created

Component changed

PART OF VTCART Commerce Distribution

Better Widget for commerce product reference field.

The new widget is a double table widget with one table for selecting the product reference and the other table is for keeping the selected product reference.

The widget has :
1. Ajax features
2. simple pagination
3. SKU / Title filtering
4. Button to open + add new product entity wrapper in ctools modal wizard form

Future Features :
1. search by title / sku
2. ability to view attached image field view
3. configuration gui

Mail Headers

Component type

module

Categories

Maintenance status

Development status

Downloads

4486

Component created

Component changed

Control and modify any (almost any) mail header. Mail Headers allows you to:

  • Limit the allowed domains for the sender e-mail address used on any e-mail sent through Drupal.
  • Customise almost any mail header with the use of tokens (Version 2.x).
  • Allow HTML to be sent from any module using drupal_mail.

Default FROM address

This module checks every mail being sent and compares the "From" header to a list of allowed domains. If it doesn't match any, the default site mails is used instead.

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.

Changelog

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is meant to help document system changes throughout the site's lifetime. Currently, the module will only document changes under the "admin" path, excluding views and contexts.

Launch soon

Component type

module

Maintenance status

Development status

Component created

Component changed

This module gives a launch soon page. All unauthenticated traffic will be redirected to the launch soon page.

On the launch soon page they will be presented a form to fill in their e-mail address to be notified when the site is ready to launch. The addresses will be saved and can optionally be made Drupal users or exported to send them the welcome mail.

This module is work in progress and is not feature complete yet or ready to use.

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