Ubercart EDI

Component type

module

Maintenance status

Development status

Downloads

4449

Component created

Component changed

The Ubercart EDI module provides some simple EDI order import and export functionality for Ubercart orders. This is useful for stores working with fulfillment houses where orders are passed back and forth in some predetermined format.

Features

5.x-1.x

Import

  • Import orders (update only).
  • Recieve import files via FTP upload.
  • Specify multiple import (update) rules.
  • Archive files after import (auto).

Export

  • Export orders.
  • Export at a specified interval or manually.
  • Specify order and product patterns.
  • Deliver export files via e-mail (auto), HTTP download (manual) and/or FTP download (manual).
  • Archive files (manual) after successful import with fulfillment houses.

6.x-1.0

Includes all features from the 5.x branch plus the following additional features.

Export

  • Export orders on checkout completion.

Ubercart Importer

Component type

module

Downloads

819

Component created

Component changed

The Ubercart Importer uses an XML format to import and export Ubercart's product catalog into the Drupal site. The current version supports the following:

  • the catalog vocabulary
  • the catalog terms, including its hierarchy
  • manufacturers
  • attributes and options
  • products, including CCK data

The following data is not supported currently:

Joomla to Drupal

Component type

module

Maintenance status

Development status

Downloads

24419

Component created

Component changed

This module enables the import of the following content from a Joomla website into Drupal.

  • Users
  • Sections & Categories into Taxonomy Vocabularies and Terms
  • Content items to nodes

Only available in 7.x-2.x (currently under development):

  • JComments import

The module was developed against Joomla 1.0.x, however initial reports from the community indicate that the module also works with Joomla 1.5.x.

Book Import/Export

Component type

module

Categories

Maintenance status

Development status

Downloads

1532

Component created

Component changed

Book Import/Export module subsumes and replaces Book Import, Export DXML, Export OPML, Export DocBook. This module provides submodules to support import and export for each of DXML, OPML, DocBook, making for easier installation, upgrading, and maintenance.

Earlier versions of the individual stand-alone modules will be deprecated.

Views Node Feed

Component type

module

Maintenance status

Development status

Downloads

5303

Component created

Component changed

Allows you to create a feed for a view, much like Views RSS, except you can specify any custom markup you want (XML, JSON, whatever) instead of just RSS. The module works by providing a view argument and was largely copied from views_rss and modified.

WARNING: This module is intended to allow the quick creation of simple custom feeds backed by views. There are 2 main problems with this module:

Config to Code

Component type

module

Maintenance status

Development status

Downloads

2149

Component created

Component changed

About

Config to Code module for Drupal 5 makes it easy to deploy new views and panels and to version-control changes to existing ones with a source code repository like subversion. It makes it quick and easy to move configured views and panels in the database to code, then safely delete the configured views from the database and finally, expose the views and panels in code back to their respective modules. It is extensible for other types of configurations that can be stored both in database and code.

Innovation News

Component type

module

Downloads

8764

Component created

Component changed

Innovation News provides tools which allow you to place Drupal nodes into editions and display those nodes by edition. Editions are similar in purpose to editions of newspapers or editions of magazines.

Specifically, Innovation News contains the following modules:

Image Import Zip

Component type

module

Development status

Downloads

2505

Component created

Component changed

This module extends image_import (part of Image module) so a user can upload a zip file containing images instead of uploading them by FTP.

This module depends on the image module and on the image_import module.

Idea based on http://drupal.org/node/251096 and thanks to Dimm for the excellent code :p

Warning: this module uses php_zip, so your host has to support/enable this.

DataSync

Component type

module

Maintenance status

Development status

Downloads

6606

Component created

Component changed

The DataSync module was written to schedule and execute jobs and import data in a much more scalable and reliable way than with cron.php and hook_cron. It allows you to schedule and run module-definable types of jobs on multiple servers in a centralized way. It uses database transactions in order to ensure that no data is corrupted while running multiple jobs at the same time. DataSync keeps track of the status of jobs and what phase they are in, so that if a job fails it can intelligently decide how to proceed.