Snapshot

Component type

module

Downloads

3412

Component created

Component changed

A backup solution for drupal

Snapshot is a drupal module for making clean snapshot of drupal website. Website, media and database are snapshot. For now, just Mysql with MyIsam engine is supported. Different snapshot method can be used, total or incremental.

Spamicide

Component type

module

Maintenance status

Development status

Downloads

46442

Component created

Component changed

The purpose of Spamicide is to prevent spam submission to any form on your Drupal web site. Spamicide adds an input field to each form then hides it with css, when spam bots fill in the field the form is discarded. The field, and matching .css file, are named in such a way as to not let on that it is a spam defeating device, and can be set by admins to almost anything they like(machine readable please). If logging is set, the log will show if and when a particular form has been compromised, and the admin can change the form's field name (and corresponding .css file) to something else.

Previous/Next API

Component type

module

Maintenance status

Development status

Downloads

24888

Component created

Component changed

An API for browsing next/previous nodes without overloading your database server.

Description

This module allows you to know the previous or next nodes for any given node. This is very useful for providing navigational links to the user without the expensive queries required to dynamically deduce such information on the fly.

The use case is two fold:

Menu Node API

Component type

module

Categories

Maintenance status

Development status

Downloads

45738

Component created

Component changed

Manages relationships between node ids and menu items.

The Menu Node API project fills in one of the "missing tables" in Drupal. This module does nothing on its own. Instead, it creates and maintains a {menu_node} table. This table maps the relationship between a node and its menu item (if any).

The module requires the optional core Menu module to be enabled. It also requires Drupal 6.10 or higher. (See this issue for why).

Shorten URLs

Component type

module

Maintenance status

Development status

Downloads

240247

Component created

Component changed

This module provides an API to shorten URLs via many services like bit.ly and TinyURL (over 15 services are available by default), as well as a block and a page that provide an interface for easily shortening URLs, and a block that displays a shortened URL for the current page for easy copying.

Input stream

Component type

module

Categories

Maintenance status

Development status

Downloads

18201

Component created

Component changed

#D7CX: I pledge that services will have a full Drupal 7 release on the day that Drupal 7 is released.

Provides a stream-wrapper for drupal://input that should be used instead of php://input. This module doesn't do anything in itself, but must be used when the php://input is accessed by two or more independent modules.

TimeCert

Component type

module

Maintenance status

Development status

Downloads

1238

Component created

Component changed

TimeCert is a web service for timestamping content. This provides evidence by a trusted third-party that something (e.g. a blog post, a document, or a file) existed at a given time. TimeCert records and gives you the timestamp for when someone first referenced a given digital fingerprint.

Show Required Label

Component type

module

Downloads

1584

Component created

Component changed

This module adds an explanation label to the bottom, top, or both, of forms that have required fields explaining the * next to the labels.

It defaults to *Required Fields but can be set in the settings to display what ever text you'd like. You can also set the position of the label to either the bottom, top or both spots on the form. And lastly you can insert form ID's to exclude from having the label show up on.

Form Tweak

Component type

module

Component created

Component changed

Form Tweak [formtweak] makes lots of useful little modifications to Drupal form pages easy, using a non-database configuration method. Currently features renaming submit buttons and adding a save-and-edit button.