The current maintainers are looking for new people to take ownership.

Exportables

Looking for a new maintainer -- http://drupal.org/user/47566/contact

Exportables 1.x

Exportables module provides easy exportables for objects that normally can't be exported. Currently, taxonomy vocabularies are supported. It does this by the following:

  • The most important thing is the fact that it keeps track of machine-readable names for things that normally don't have machine names. It has API functions to create machine names and associate them with a type, ID pair.
  • On top of that, it provides a function to sync exportables in code to the DB - using hook_exportables, which defines the hook name, save functions, and other pieces of data about the type of item being saved.
  • Lastly, it provides a function to export an item given type and ID or type and machine name.

Exportables 2.x

I, dagmar, am the new co-maintainer of Exportables module, here are some news:

Some modules like, Wysiwyg or Better Formats, storages their settings based in a numeric id provided by drupal core (like input formats). Due we cannot hack the drupal core, I was thinking in use Exportables to solve this issues.

Auriga e-Payment for Ubercart

This module provides a Auriga e-Payment (Posten Betalväxel) payment method for Ubercart.

DataSync FeedAPI

DataSync FeedAPI imports FeedAPI feeds using DataSync instead of with hook_cron.

There are several benefits to doing this:

FeedAPI ImageGrabber

FeedAPI ImageGrabber

Note: This project is copyrighted to and maintained by Srijan Technologies Pvt. Ltd.

FeedAPI ImageGrabber which is an addition to FeedAPI, mimics the thumbnail display of Google Reader for the feeds aggregated (using FeedAPI) on a Drupal website.

RSS feeds usually do not contain the images associated with the feed-items, and therefore ImageGrabber visits the feed-item's webpage to download the image. The downloaded image is stored in an imagefield created by the imagefield module.

Features

  • Images are downloaded along with the feed refresh automatically.
  • ImageGrabber is paused before the maximum execution time is reached, and can be resumed again anytime
  • Alternatively unprocessed feed-items are automatically processed at next cron run.
  • Option to provide the customized DOM path (using id or class), to be more precise about the image location.
  • Every user can grab images using ImageGrabber depending on permission (Not only restricted to administrator)

Requirements

  • Drupal 6 or higher. I won't support D5. (If anyone is interested in extending it to D5, contact me)
  • cURL is required to download the images, so install it properly before enabling the module. Look at www.php.net/curl on how to install curl on php.

Fieldset helper

Saves the collapsed state of a Drupal collapsible fieldset.

The fieldset_helper module also improves the usability of the main module page (admin/build/modules) by adding expand and collapse all fieldsets links to top of the page.

Pages

Subscribe with RSS Subscribe to RSS - Seeking new maintainer