Drag and Drop Multi Upload

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Builds a Chrome-specific HTML5 multi-upload dropzone on a specified DOM object.

If a user is of a given role, files dropped into the specifed DOM object will be
added to the Drupal files table, then added to a CCK Filefield on a given node.

@todo Generlize reloading / selecting behaviour, it's not very robust right now and built only for views.
@todo Make role-checking legit, ie: actually add a permission in the Drupal permissions page.

Econt shipping method for Ubercart

Component type

module

Categories

Maintenance status

Development status

Downloads

727

Component created

Component changed

Module provides a method of delivery "Econt Delivery" and method of payment "Econt cash" for Ubercart2. When enabled and configured modules, upon completion of the contract for completing the delivery address, the customer has a choice of preferred options for delivery. Based on selected products, shipping address and preferred delivery options, calculate the cost of delivery of the order. In selected payment method "Econt COD" is automatically charged the fee for this.

AmazonS3

Component type

module

Maintenance status

Development status

Downloads

41099

Component created

Component changed

Also available on GitHub

The AmazonS3 module allows the local file system to be replaced with S3. Uploads are saved into the Drupal file table using D7's file/stream wrapper system.

You can also use it with other S3 compatible cloud storage services such as Google Cloud Storage.

js2watchdog

Component type

module

Maintenance status

Development status

Downloads

1771

Component created

Component changed

Simply utility which allows to log JS errors information (script, line, error message), or your custom messages to watchdog.
Will be usefull to running on both devep and production server to debug your scripts.


Tips:

  • it will be usefull to grant 'log js errors' permission to all roles, to collect more information about you errors;
  • you could call js2watchdog.woof(param) function from your script to push message from JS to watchdog (format of param is url-like string - "key=value&key2=value", no need of starting and ending amps);

Taxonomy autocomplete own terms

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Modifies D7 taxonomy term reference fields' autocomplete widgets to show only terms that the user has also used with other content by themselves with added complexity or architecture

As an alternative purpose, this sandbox shows how to expose core taxonomy module's 'autocomplete_path' widget setting from other modules.

Requirements

Drupal 7

Similar modules

Faster Variables

Component type

module

Maintenance status

Development status

Component created

Component changed

With a trick we are able to add a write-through cache to variable_get/variable_set by replacing $conf with an ArrayObject.

This means only necessary variables are prefetched from the variables table.

Please only use this module with memcache or APC as cache backend as everything else will severely degrade performance.

Currently the module utilizes the 'cache' cache_bin.

Have fun and enjoy less memory intensive and faster pages.

See also here for more information:

Default Value Previous

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Set the default value of a field to the last value inputed to that field by that user.

Right now only works by delibretly setting the default_value_function key to default_value_previous_default_value_function in the instance setting (when creating field via the api or exported field definition via features).
Currently only tested with fields attached to node, has a low likelyhood of working for others, but ya can try.

ImageSearchField

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The ImageSearchField module provides an image field that supports both user-uploaded images, image URLs, and images returned by image-search APIs (e.g. Google's Image Search API, the Amazon API, etc.). The image-search results are driven by plugins for the various APIs and thus can be extended by additional modules.