Yet another migration module

Component type

module

Maintenance status

Development status

Downloads

4079

Component created

Component changed

Yamm project is a module suite that allow you a client/server mass content synchronization.

This module was inspired by the Deploy module. It is able to synchronize any type of data as long as the implementation exists. It does only Drupal to Drupal data synchronization.

UI allows to create a series of clients and synchronization profiles. A synchronization profile is defined by a list of views. Each view must return a list of object identifiers.
Each client can be activated or suspended state. This state will be used for scheduled push orders.

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.

Variable Dump

Component type

module

Maintenance status

Development status

Downloads

2523

Component created

Component changed

This module makes it easy to dump variables from a working site to add them to install profiles or .install files. Search for variables by pattern, like the module name, and get an export you can copy and paste elsewhere. The module also includes an import tab where you can paste the export to easily set the variables on a new site to match a dump from another site.

You can export the variables as variable_set() commands, as arrays, as functions, or in the Patterns XML format.

This module has been sponsored by Buzzr.

FeedAPI Filter

Component type

module

Maintenance status

Development status

Downloads

940

Component created

Component changed

FeedAPI and related modules provide lots of ways to get feed data into Drupal, especially into nodes. This module provides a way to set default values in node fields on a per feed basis (instead of per content type -- but this is also broken, see issue #XXXXX), as well as filter values from a PHP snippet on a per feed basis.

This project is sponsored by OpenBand on behalf of its clients.

Dumper

Component type

module

Maintenance status

Development status

Downloads

5762

Component created

Component changed

This module now works on windows servers too (get the dev version). Open admin/settings/dumper and fill in the override path of your mysqldump.exe (If using a wamp, it should be on the same directory of the mysql binaries). Also make sure the GZip compression option is turned off (I'll work on this soon).

This module aims for a quick and easy-to-use database dumper. Very useful on situations where you don't have access to command-line tools.

DirectAdmin API

Component type

module

Component created

Component changed

DirectAdmin API is an interface for other modules to easily communicate with a DirectAdmin server. Possibilities include:
- Checking and creating of accounts
- Adding domains to users
- List available packages

DirectAdmin's own API overview here and more here.

RSS 2.0 Content Importer

Component type

module

Maintenance status

Development status

Downloads

1525

Component created

Component changed

This module will download all images in the description or content:encoded tag of an RSS feed and replace the images' src with the path to the local copy. This is necessary when the content body has relative image paths pointing to its own server, and a good idea if you don't want to depend on external servers for serving images.

It depends on feedapi_eparser's RSS 2.0 type plugin and feedapi_mapper