Big Autocomplete TAXonomy

Component type

module

Categories

Maintenance status

Development status

Downloads

9830

Component created

Component changed

Provides an autocomplete form field instead of a drop down/select box if a taxonomy is bigger than a predefined number of terms.

Development of this module was carried out by Simon Rycroft and funded in part by the EDIT project

6.x/5.x

The Drupal 5 and 6 versions of this module are no longer supported or being developed. They can however, still be downloaded.

Session API

Component type

module

Maintenance status

Development status

Downloads

104990

Component created

Component changed

The Session API is a very simple set of functions that extend the core sessions workings, allowing data to be stored and associated with a user's session.

There is no need to install this module unless you are instructed to do so by another module.

Currently this module is used by

Image FUpload

Component type

module

Maintenance status

Development status

Downloads

91433

Component created

Component changed

Image FUpload (Multiupload) which is an addition to image and CCK's imagefield module, gives the ability to every user who is allowed to upload images by using image module or imagefield module, to upload multiple images with one simple click. All selected images are uploaded via a flash module (swfupload) and are automatically processed.
So, there’s no need any more to upload image by image.

Features

  • Upload multiple images with one click
  • Fully integrates in image and imagefield module (thumbs creation [also using imagecache module] / file size limit) + using Drupals AJAX
  • Every user can upload images depending on permission (Not only restricted to administrator)
  • Preview list of all uploaded images in which title, body, taxonomy and imagefield specific fields can be edited all at once (customisable [decide which fields should be provided] / themeable / preview image handling customisable / additional permission restrictions)
  • Taxonomy and all other modules (for example CCK fields like node reference) are supported
  • Automatic node title creation and predefining of imagefield fields (customisable / themeable / editable by user / token support [imagefield])

Python Services API

Component type

module

Maintenance status

Development status

Component created

Component changed

This project is out of date, and hasn't kept up with progress in the Services module. Seeking co-maintainers or other contributions.

A set of classes and and tests that Python developers can use as a basis for integration with the Services module.

Currently, features are fairly slim, but more will be added over the coming weeks. Contributions more than welcome!

DataSync

Component type

module

Maintenance status

Development status

Downloads

6606

Component created

Component changed

The DataSync module was written to schedule and execute jobs and import data in a much more scalable and reliable way than with cron.php and hook_cron. It allows you to schedule and run module-definable types of jobs on multiple servers in a centralized way. It uses database transactions in order to ensure that no data is corrupted while running multiple jobs at the same time. DataSync keeps track of the status of jobs and what phase they are in, so that if a job fails it can intelligently decide how to proceed.

File (Field) Paths

Component type

module

Maintenance status

Development status

Downloads

345587

Component created

Component changed

The File (Field) Paths module extends the default functionality of Drupal's core File module, Image module and many other File upload modules, by adding the ability to use entity based tokens in destination paths and file names.

In simple terms, File (Field) Paths allows you to automatically sort and rename your uploaded files using token based replacement patterns to maintain a nice clean filesystem.

 

Features:

  • Configurable file paths now use entity tokens in addition to user tokens.
  • Configurable file names.
  • Support for file based fields, including but not limited to:
    • Drupal core File module
    • Drupal core Image module
    • Video module.
  • File path and filename cleanup options:
    • Remove slashes from tokens.
    • Filter out words and punctuation by taking advantage of the Pathauto module.
    • Convert unicode characters into US-ASCII with the Transliteration module.
  • [D7] Automatically updates unprocessed file paths in any Text fields on the entity.
  • Retroactive updates - rename and/or move previously uploaded files.
  • Active updating - actively rename and/or move previously uploaded files.
  • Automatically create an redirect when moving uploaded files using the Redirect module.

OpenX Manager

Component type

module

Maintenance status

Development status

Downloads

8159

Component created

Component changed

Control a OpenX (formerly OpenAds) server from a Drupal site.
For displaying the ads, use the OpenX module.
Requires OpenX 2.6 or higher.
Note that the OpenX API itself is still in the early stages of development and not all options are available.

Features

  • Advertisers, Campaigns, Banners, Managers, Publisher, User and Zone
  • Granular permissions for Create/Edit/Delete/View
  • Link Zones to Campaigns or individual Banners
  • Import data from existing OpenX server
  • Drupal users as OpenX advertisers, managers and publishers
  • Views integration
  • Lightweight: only load code when needed
  • XHTML, PHP, Drupal and JavaScript code standards compliant