Encrypt

Component type

module

Categories

Maintenance status

Development status

Downloads

103942

Component created

Component changed

Encrypt is a Drupal module that provides an application programming interface (API) for performing two-way data encryption. It allows modules to encrypt data such that it can be decrypted using the same key that was used to encrypt the data. This is useful for storing sensitive information.

OOTools

Component type

module

Categories

Component created

Component changed

Some utility code to make using Object-Oriented Programming easier in Drupal, for those who want to.

Backup and Migrate Files

Component type

module

Maintenance status

Development status

Downloads

68328

Component created

Component changed

NOTE: This module has now been rolled into the 3.x branch of Backup and Migrate and is no longer supported independently.

This module is a plugin for Backup and Migrate and does nothing on its own. You must download and install Backup and Migrate 2.x (Aug 24 dev or later) to use this module. This module is not compatible with version 1 of Backup and Migrate.

shortlink

Component type

module

Maintenance status

Development status

Downloads

1466

Component created

Component changed

Which module to pick?

No new URL shortening features will be accepted into this module: consider this a backport of the Drupal 7 shortlink functionality. For a module with more flexibility, please look at the Short URL module.
ShortURL is the module with all the features and this one the one without any configuration!

simplehtmldom API

Component type

module

Maintenance status

Development status

Downloads

278817

Component created

Component changed

What this module is and what it does

This is a bridge between the latest version of the PHP Simple HTML DOM Parser (simplehtmldom) library - so that Drupal developers can easily write their modules using its API.

What the library does is that it gives you the simplest way to parse the html DOM tree whenever you need to parse html:

Drupal Code Generation

Component type

module

Categories

Downloads

1049

Component created

Component changed

This is a collection of developer tools that will autogenerate code for faster module development.

The module was borne out of having to write hundreds of lines of code to enable table definitions
for views 2. So the first tool was for generating modules with views definitions.
To avoid confusion - this is not about making views - it is about generating the code that will expose
tables to the views 2 api, so you can use them in your views.

Current modules types supported:

QUnit

Component type

module

Maintenance status

Development status

Downloads

3406

Component created

Component changed

QUnit is a powerful, easy-to-use, JavaScript test suite. It's used by the jQuery project to test its code and plugins but is capable of testing any generic JavaScript code. This project is for collaboration towards making a working testing framework for Drupal around the QUnit testing framework.