Redirect export

Component type

module

Maintenance status

Development status

Downloads

667

Component created

Component changed

This is a simple module to export redirects to Apache rules.

Apache rules will be faster than Drupal can be, and if put in version control perhaps more maintainable over the long term.

This functionality was requested at #791754: Export redirects to webserver rules but there doesn't seem to be anyone doing any work on anything like it.

Requests, thoughts, and help welcome.

Feeds PHP array parser

Component type

module

Categories

Maintenance status

Development status

Downloads

1299

Component created

Component changed

A simple parser for the Feeds module that handles serialized PHP arrays.

If your data is coming across from a backend as a serialized nested array of items like the below example, this module is for you:

array(
  array('first_name' => 'Joe', 'last_name' => 'Drupalista'),
  array('first_name' => 'Jane', 'last_name' => 'Drupalster'),
)

Filedepot files

Component type

module

Maintenance status

Development status

Downloads

1085

Component created

Component changed

Situation:

You have few GBs of data already uploaded on the server and now you want to use filedepot to manage those files. Since you did not use filedepot desktop client to upload files, those files will not be available with filedepot, even though they are on server.

Solution:

(custom) Feeds tamper term hierarchy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a Feeds tamper module plug in to process hierarchical terms.
In your CSV, separate your terms by ">>" to describe a nested term.
For instance :
product>>book>>novel will assign the product to
-product
--book
---novel

If the terms tree doesn't exist, it will be created on the fly.

You can also combine this tamper with the existing "explode" action in feeds tamper, if you have multiple taxonomy terms to assign.

Post issue in the queue if you have problems.

Features Separate Files

Component type

module

Maintenance status

Development status

Component created

Component changed

Features Separate Files places individual exportables into separate files. It currently works with CTools exportables like Page Manager definitions, Mini Panels, Views, etc.

This is essentially a port of this patch to a new module: http://drupal.org/node/747028#comment-5347384