SimpleTest automator

Component type

module

Categories

Maintenance status

Development status

Downloads

3444

Component created

Component changed

This module automates the process of creating SimpleTests by recording manual testing to a SimpleTest. Features include:

  • lets you create a user with given permissions,
  • switches you over to be that user,
  • records the links you click (and other pages you visit),
  • saves form submissions into a file,
  • adds assertions made from the content of the result -- not the blocks, just the content itself.

This module was originally written by chx.

Table Alternate Rows

Component type

module

Maintenance status

Development status

Downloads

11630

Component created

Component changed

This input filter inserts even and odd classes into user submitted tables within nodes. This allows for proper table theming ("zebra stripes") to occur while allowing users to use regular table tags or a WYSIWYG editor to create tables.

To use this module, download, enable, and add to your input formats. Depending on the theme, CSS for the even and odd classes might need to be added. For more information, see the included README.

Reindex

Component type

module

Maintenance status

Development status

Downloads

4267

Component created

Component changed

Interactively rebuild the search index.

The search index normally is indexed using cron. This is the best way to build the search index because it provides the best use of system resources. However, if you need to rebuild the index, this module can interactively rebuild the index quicker than cron by using the batch API, or using a drush command.

You don't need this module to rebuild the index with drush - just use the native drush core search feature $ drush search-reindex --immediate --verbose

Login Security

Component type

module

Maintenance status

Development status

Downloads

118562

Component created

Component changed

Login Security module improves the security options in the login operation of a Drupal site. By default, Drupal introduces only basic access control denying IP access to the full content of the site.

With Login Security module, a site administrator may protect and restrict access by adding access control features to the login forms (default login form in /user and the block called "login form block"). Enabling this module, a site administrator may

jQuery Calendar

Component type

module

Maintenance status

Development status

Downloads

5508

Component created

Component changed

This is a Drupal module wrapper for the jQuery pop-up Calendar plug-in by Marc Grabanski and enhanced by Keith Wood. This plug-in allows end-users to display a pop-up calendar in forms, etc. This first version of the wrapper is primarily designed to plug right into a Drupal form.

Spoiler

Component type

module

Maintenance status

Development status

Downloads

8192

Component created

Component changed

This module allows users to hide potential "spoiler" content by inserting them between [spoiler][/spoiler] tags. These tags will be converted to HTML by this filter. If JavaScript is available, then a button will be presented to the user which can be clicked to display the content. If JavaScript is unavailable, then the relevant CSS rules will set the foreground and background colours to the same value, thereby rendering the text invisible, until highlighted.

The Drupal 7 version also provides a wysiwyg editor button.

netFORUM Dynamic Facade Nodes

Component type

module

Maintenance status

Development status

Downloads

2236

Component created

Component changed

The netFORUM Dynamic Facade Nodes module relies on the netFORUM xWeb Interface module and allows Objects from a netFORUM database to become Nodes on a Drupal website. For simplicity it uses the same syntax as Correspondence Templates in the e-Marketing module of iWeb, including conditional statements.

Vardump

Component type

module

Maintenance status

Development status

Downloads

2901

Component created

Component changed

Vardump module enables users with appropriate permissions to dump the Drupal variables table in a variety of formats, including a simple XML representation, key-value pairs, and PHP code.

This may be of use for projects which need to understand and migrate configuration of complex sites.

Update: Have a look at the Variable Dump module for D6 and later, which seems to do everything that this module does and more.