DB Export, Edit MYSQL Row as Text and Import

Component type

module

Maintenance status

Development status

Component created

Component changed

A good name for this script is:
Poorman's PhpMyAdmin ;)

Intro

This is a tiny php command line script that :
- exports a mysql row into a text file via php's var_export. We have 1. mysql row that becomes 2. a PHP array , that becomes 3. string dump of the array (some array elements are unserialized prior to the string export)

- allows for editing via a text editor

- can import back to the database the edited string dump

Currently we support only the editing of context's module mysql table rows - the "context" table.

WordPress Migrate

Component type

module

Maintenance status

Development status

Downloads

63770

Component created

Component changed

wordpress_migrate supports migrating WordPress blog exports (WXR format) into Drupal using the Migrate module, which is now in Drupal 8 core. Import of posts, pages, comments, attachments, tags and categories is supported. Imports can be rolled back completely.

site_update

Component type

module

Maintenance status

Development status

Downloads

1251

Component created

Component changed

This module is for fairly advanced Drupal users. It helps manage database settings as they are shared between multiple developers, and also between dev, staging and live versions of a website.

Read the (verbose) introduction.

Be sure to read the README.txt before you enable and use the module! Once enabled:

CVS Migration Prefs

Component type

module

Maintenance status

Development status

Downloads

1007

Component created

Component changed

This module allows developers tracked by the CVS integration module to be associated with an e-mail address, to assist with the migration of CVS repositories to Git repositories. CVS Users will be associated with an anonymous "no-reply" by default. Additionally they will be able to select an e-mail from a list of addresses Drupal associates with the user.

WordPress XML for Feeds

Component type

module

Maintenance status

Development status

Downloads

1322

Component created

Component changed

About

The WordPress XML for Feeds module exposes WordPress-specific data in WXR files (that's "WordPress eXtended RSS") to the Feeds module. It also includes the WordPress Importer module (a features-package), which imports WXR files using Feeds and the WordPress XML parser.

Channels

Component type

module

Maintenance status

Development status

Downloads

984

Component created

Component changed

The Channels module provides a way to publish content on some other third-party applications as Drupal instances.

The publication of nodes is organized in "channels" which define the type of content wich can be published and where (platform, protocole...).

After the configuration, this module will add publication options on the node 's formulary where the author can select the channels on which the content will be published.