Devel

Component type

module

Maintenance status

Development status

Downloads

4283244

Component created

Component changed

For Drupal 8, the query log has been moved to the webprofiler module which is now its own module within this project.

A suite of modules containing fun for module developers and themers ...

Cloud

Component type

module

Maintenance status

Development status

Downloads

10351

Component created

Component changed

OVERVIEW

Cloud (Clanavi) is a set of modules to realize cloud management: Drupal-based Cloud Dashboard like Amazon Management Console, RightScale, ElasticFox, and etc. The module supports not only public cloud like Amazon EC2, Cloudn but also private cloud like OpenStack since the system is highly modularized by Drupal architecture.

The cloud management functionalities include in such as server templates, clusters, monitoring, billing, resource allocation, reliability, scalability and etc.

API

Component type

module

Categories

Maintenance status

Development status

Downloads

106172

Component created

Component changed

The API module was designed to produce the Drupal developer documentation available at api.drupal.org. You can set up your own API documentation site by following these instructions.

The API module implements a subset of the Doxygen documentation generator specification, with some Drupal-specific additions. Standards for how to write Drupal documentation that this module can parse (and that conforms to Drupal coding standards) are on http://drupal.org/node/1354.

Database Administration

Component type

module

Maintenance status

Development status

Downloads

24644

Component created

Component changed

The dba module provides Drupal administrators with direct access to their Drupal database tables from within the standard Drupal user interface. It is possible to execute scripts to create and alter tables, to backup one or more tables, to view/edit/delete data within tables, and to emtpy or drop tables. If using MySQL, it is also possible to check and repair tables.

Code Filter

Component type

module

Maintenance status

Development status

Downloads

93893

Component created

Component changed

This module provides a simple text format (input filter) that handles <?php ?> and <code></code> tags so that users can post code without having to worry about manually escaping < and > characters with &lt; and &gt;

For PHP code, this module also adds syntax highlighting. For example:

print "Hello, world!";

This module is used on drupal.org.

This module has a handbook page; you can refer to it for more detailed documentation.

SimpleTest

Component type

module

Categories

Maintenance status

Development status

Downloads

127127

Component created

Component changed

Automated testing within Drupal should be done with SimpleTest, and this module has been designed to make testing of Drupal easier for all. Its features are powerful, and create a Drupal-specific testing API which is modeled after the SimpleTest PHP library. It should be noted that as of the 6.x-2.x release of this module, and Drupal 7 core, the aforementioned third-party library is no longer a dependency.

Which version should I use?
If you are just starting to write tests for Drupal 6, you should use the 2.x branch of this module. If you have written tests previously please read the documentation, as some things have changed between versions 1.x and 2.x.

Looking forward
SimpleTest 7.x development has been moved to a new location in core! Any issues related to Drupal HEAD should be filed in the core issue queue, any issues related to tests for 7.x should be filed in their parent module's component.

SimpleTest 7.x-2.x
The branch will contain an up-to-date fork of the Drupal 7 SimpleTest module that will allow for work to continue during the Drupal 7 cylce. An external git repository is being used in order to facility easy merges with Drupal 7 core. Drupal.org CVS will always have the lastest development copy for use. Please see the CHANGELOG for a listing or changes made.

Take a look at Switcheroo so you can switch back and forth between core SimpleTest and SimpleTest 2.x.

Requirements
The php-curl library is required for SimpleTest to function.

Further reading

Freelinking

Component type

module

Maintenance status

Development status

Downloads

59936

Component created

Component changed

This project implements a filter framework for easier creation of HTML links to other pages on the site or to external sites.

The framework uses a wiki style format such as [[indicator:target]] as markup to identify links. For example: [[nodetitle:Page One]] becomes:

CronPlus

Component type

module

Maintenance status

Development status

Downloads

9257

Component created

Component changed

CronPlus adds more "cron" hooks to Drupal beyond the basic one, with each of the new hooks being called at or near specified time intervals (hourly, daily, weekly, monthly, and yearly).

Links Package

Component type

module

Categories

Downloads

26683

Component created

Component changed

The Links Package is a multi-module set for managing URL links in a master directory, and attaching them in various ways to your content pages. It includes both an API for developers and user-visible content modules. This package is released for Drupal 4.7, Drupal 5.x, and Drupal 6.x. Drupal 7 support is in the works.

Browscap

Component type

module

Maintenance status

Development status

Downloads

160842

Component created

Component changed

Browscap provides an improved version of PHP's get_browser() function.

The get_browser() function can be used to tell what a visitor's browser is capable of. Unfortunately, the version provided by PHP has a number of limitations, namely:

  • It can be difficult or impossible to configure for shared hosting environments.
  • The data used to identify browsers and determine their capabilities requires consistent maintenance to keep up-to-date.

Browscap automates maintenance by storing browser data in a database and automatically retrieving the latest data on a configurable schedule.