Drupal Documentation Web
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Automatically adds tutorials from your blog to a repository of Drupal documentation.
Automatically adds tutorials from your blog to a repository of Drupal documentation.
Views XML Backend is a Views 3 plugin that adds native XPath 1.0 query generation. It allows you to parse XML/(X)HTML with XPath selectors using Views' graphical query builder.
This sandbox was incorporated into the 2.x branch of the Features Override
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.
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'),
)
The module provides a Feeds field mapper (file, image) to grab files from a specified source and copy/download them to the field's directory.
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:
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.
Twitter parser for the Feeds module.
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