Bulk Media Upload

Component type

module

Maintenance status

Development status

Downloads

20482

Component created

Component changed

What this module does:

With Bulk Media Upload you can upload a bunch of files and a new node, taxonomy term, or other entity will be created for every file. The files are selected via a browser file upload dialog and can be stored in a file or image field.
Also default values can be chosen for the other fields assigned to the new node.

This module is looking for a new maintainer.

spip_importer

Component type

module

Maintenance status

Development status

Component created

Component changed

A simple module to import articles from SPIP 1.9 to Drupal 7.

After enabling it you'll be able to configure it in admin/configure/spip_importer
Then you will be able to process an import by specifying the "articles" you want (by ids) or all articles from a "rubrique".
For each import you can specify a taxonomy.

Entity Dependency API

Component type

module

Maintenance status

Development status

Downloads

41892

Component created

Component changed

This module provides an API to define dependencies between entities, and also a useful iterator class.

Background

This project originated from the Deploy module, where it's used heavily, but were later separated out for better code separation and reusability between modules.

The iterator

You construct the iterator with an array of entity IDs. Then, when iterating over the iterator you will get all entities AND their dependencies out in a sane order (i.e. dependencies first).

Feeds User Picture Mapper

Component type

module

Maintenance status

Development status

Downloads

2073

Component created

Component changed

This is a very, very tiny module that simply adds User Picture as an available map for Feeds.module.

It can be used to import lists of users with a URL for a picture field, or with an absolute path on the same server. It downloads the image and creates a new file object, then assigns that file object as the picture for the new user.