Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

TestData

TestData is a developer module intended for large Drupal sites that require a consistent, fast method of providing sample data to automated acceptance and performance testing tools.

The Grinder, jMeter and Selenium are examples of tools that test your site by creating real traffic that mimics user actions. Writing these tests often requires easy access to your site's data, for usage in the tests.

User Import Framework

The User Import Framework (uif) module provides simple, extensible user import via CSV (comma-separated value) files. The guiding philosophy is to make the import process as simple as possible for the end-user (the user doing the import). Hooks allow the developer (you) to add the bells and whistles you need, e.g. content_profile (D6), core user fields or profile2 (D7) support, while providing a framework which takes care of the tedious aspects of the job (forms, input parsing).

User import is a two-step process. 1) The user chooses a csv file, along with specifying the number of records they'd like to preview. The user can also choose whether new users get a welcome email. 2) If happy with the preview, user submits the form again and users are created (or updated, if a user already exists).

User Import Framework uses the Batch API to avoid timeout and out-of-memory errors during import.

Alternatives

Migrate module (http://drupal.org/project/migrate) is a robust and thorough implementation of data migration that handles users, nodes, and any other type of content from a variety of sources. It is flexible and well-maintained. If your requirements are involved or the user (perhaps you) is technically proficient, this is a powerful user import solution.

sign here

Small module to provide a based jquery signature box for cck

SimilarTitle

Screenshot-1.png

SimilarTitle helps to prevent creating duplicate content by showing a list of nodes with similar titles when a node is created or edited.

Context Useragent

Main functionality

Adds a new condition to the context module that allows performing regular expression tests on the useragent string ($_SERVER['HTTP_USER_AGENT']). This allows adding different reactions based on the user's browser, operating system, or other needed contexts that may be found in the useragent string.

BundleCache

BundleCache is a module that allows more intelligent bundling of CSS and JavaScript files by grouping only files that belong together.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools