Colophon

Component type

module

Maintenance status

Development status

Downloads

4872

Component created

Component changed

The colophon module shows a list of links for all enabled modules as well as themes used in your Drupal installation to a site visitor when they click on an icon on your page.

This enables you to give credit for Drupal and all the supporting modules and themes.

view_unpublished

Component type

module

Maintenance status

Development status

Downloads

267437

Component created

Component changed

Description:
This module allows you to grant access for specific user roles to view unpublished nodes of a specific type. Access control is quite granular in this regard.

Additionally, using this module does not require any modifications to your existing URL structure.

SQL Cron

Component type

module

Categories

Downloads

1530

Component created

Component changed

SQL Cron is a Drupal module that allows you to create and manage a set of SQL statements that are executed during cron runs. The last execution time and execution result is displayed for each SQL statement. Any SQL statement that is valid for the Drupal db_query function can be used. This includes INSERT, TRUNCATE, UPDATE, DELETE, etc. This module is similar to the DB Cron module which hasn't been maintained since Drupal 4.7.

Upside down

Component type

module

Downloads

979

Component created

Component changed

Flips text upside down through an input filter. Works reasonably well, although only for roman characters and basic punctuation.

Note: Make sure to put the HTML filter after this filter, as this filter will swap < for > and vice-versa.

Incoming

Component type

module

Downloads

1094

Component created

Component changed

Incoming allows you to be alerted when there is a significant change in the amount of traffic coming to your site from an outside source. It's main purpose is to give you a heads up if your site is about to be featured on Digg, Slashdot, or any other high traffic site so you're not caught unprepared.

I've attempted to make this module as lightweight as possible, so it doesn't create any of it's own tables, but instead monitors the sessions table to detect changes in visitor load.

Transaction

Component type

module

Categories

Downloads

2605

Component created

Component changed

This module uses functionality available only in PHP 5 or later. It also requires the InnoDB engine as MyISAM tables do not support transactions. There is now a release for Drupal 6, but it has been only minimally tested.

This module supersedes and replaces the original pressflow_transaction module which is now deprecated. This implementation provides a legacy API for drop-in compatibility with code that relied on the previous module.

Transaction provides a nested transaction API modeled after Java's synchronized functions. This makes using transactions easy because there is no need to worry about transaction "garbage collection" like running COMMIT or ROLLBACK just before the function returns. This module also protects against the hazards of nested transactions and partial ROLLBACKs.

Vertical Tabs

Component type

module

Downloads

166534

Component created

Component changed

#D7CX This module got into core and will only be available as a back-port version for Drupal 6.

Provides vertical tabs like http://drupal.geek.nz/static/node-form/default/summaries2.html on the node add form.

This module provides the following features:

  • Vertical tabifying all node forms.
  • Vertical tabifying the content type forms.
  • Vertical tabifying the block forms.
  • Specialized CSS for Garland, as well as generic CSS for other themes
  • Color module support when both Garland and color.module are used
  • Vertical tabbed forms and fieldsets are over-ridable by using your site's settings.php and $conf. For more information see #644790-7: Simplify the module and integrate with form_controller to allow customizations.
  • When used in combination with Form module allows you to configure vertical tabs on all possible forms.

Generate Password

Component type

module

Maintenance status

Development status

Downloads

47600

Component created

Component changed

Great utility module which makes the password field optional (or hidden) on the add new user page (admin & registration). If the password field is not set during registration, the system will generate a password. You can optionally display this password at the time it's created.

Configuration

Visit the user/account settings page to change the behavior of the password-generation.

D7: admin/config/people/accounts
D6: admin/user/settings