File import

Component type

module

Categories

Downloads

5098

Component created

Component changed

This module can import multiple files and save them as node attachments.
It is very usefull when you are using such modules as slideshow and flashvideo,
and if you need to import dozens of files at once.

Deploy - Content Staging

Component type

module

Maintenance status

Development status

Downloads

123067

Component created

Component changed

The Deploy module is designed to allow users to easily stage and preview content for a Drupal site. Deploy automatically manages dependencies between entities (like node references). It is designed to have a rich API which can be easily extended to be used in a variety of content staging situations.

Mapdir

Component type

module

Maintenance status

Development status

Downloads

1147

Component created

Component changed

Mapdir is a small utility module that provides a very flexible and general functional programming (read: easy) mechanism for applying functions to all (or selected) files and subdirectories in a directory.

Sample applications include data import, extraction or transformation.

Any time you are tempted to use PHP's 'glob' function, you might think about using this instead.

Save-to-File

Component type

module

Downloads

1141

Component created

Component changed

Ever wish that Drupal had a front-end code editor? Frustrated with using the space bar to indent code in textareas? Wish you could back up your node code to a hard file? Then Save-to-File might be the solution for you!

Save-to-File adds a link under a textarea to "Save to file". When clicked, some handy javascript moves the entire content of the textarea to a file, and replaces the textarea content with a short function that will grab the content from a file the next time the content is loaded.

File Defer

Component type

module

Maintenance status

Development status

Downloads

2418

Component created

Component changed

This module is no longer supported. See Stage File Proxy for a newer, better supported module that does the same thing.

File Defer is a module which searches for missing files at a remote location.

The primary use is for stage or development versions of a website. If you have a development version and a live version of the same drupal site, you can set up the dev site to look for missing files on the live server, negating the need to hand transfer those files while testing.

Node export

Component type

module

Maintenance status

Development status

Downloads

613161

Component created

Component changed

This module allows users to export nodes and then import it into another Drupal installation, or on the same site.

Using this module you can save yourself a lot of time setting up new websites that have similar nodes to websites you've already made, migrating nodes to new Drupal versions, or between development/staging/production sites.

You will need the same content types for the imports to work (unless using Feeds to import), and ideally relevant compatibility with fields, and modules.

Document Import API

Component type

module

Downloads

5141

Component created

Component changed

The goal of this project is to create a plugin based import module for Drupal that allows the upload of office suite file formats which would be parsed into Drupal nodes. Allowing even novice CMS users to generate content using a familiar office productivity suite.

Remote Macro

Component type

module

Downloads

522

Component created

Component changed

Captures form submissions and then uses the services module to contact, and play back, on a remote server.

Currently works for most forms, but not the node forms, :-(