Drippy - the drupal assistant.

Component type

module

Maintenance status

Development status

Component created

Component changed

This offers another path for messages to go through (instead of drupal_set_message) so they are rendered as cartoon speech bubbles by a mysterious avatar.

Commerce Credit Voucher

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Commerce Credit Voucher provides a credit voucher payment method for Drupal Commerce. It works in a very similar way as the Commerce Coupon module, except it is a real payment method and the users can make transactions using their credit vouchers.

With Commerce Credit Voucher you can:

AJAX Bug Demos

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a developer bug-demo module only. It's intended to illustrate various problems found in the Drupal AJAX world.

You don't *want* this unless you've been referred here by the issue queue.

Commerce checkout button text

Component type

module

Maintenance status

Development status

Component created

Component changed

Change the displayed text of the button which takes the user to the payment process.

In some cases the standard text needs to be customised e.g. to comply with legal regulations. This module allows you to change the text to whatever you need. For Germany, this is needed to comply with the "Button Lösung" regulation.

The module has no UI. After the usual install, go to commerce_checkout_button_text.module and type in your button text. In this example below the button shows "Buy & submit payment" and is translated to "Kaufen" (see screenshot).

Big Dipper

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Just a sandbox project to help me understand some PHP commands related to XML processing. Just me copying other interesting stuff to hack it and see how things work or break.

Aussiegeo

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Geolocation modules for Australia.
included modules:
- aussie geofield proximity (actually just geofield proximity with bugs fixed)
- aussie postcodes: provides a form type called 'aussie_postcodes' which is an autocomplete textfield for aussie postcodes and suburbs.

If your looking for an Australian postcode module, I have created a full module at: https://www.drupal.org/project/oz_postcodes

Drush Usersets

Component type

module

Maintenance status

Development status

Downloads

653

Component created

Component changed

Provides Drush commands for adding, updating, and deleting users from a CSV or JSON file. This allows you to quickly and easily create users, update their information, block users, and delete users, all by selecting a JSON or CSV data file.

Async script shim

Component type

module

Maintenance status

Development status

Downloads

654

Component created

Component changed

Rewrite asynchronous script tags to inline, old-browser-compatible scripts.

Rewrites all scripts in the page with an "async" attribute to an inline JavaScript loading the script asynchronously in an old browser compatible way.

This module is mostly a proof of concept and is Drupal 8 only (and probably only Drupal 8 as of September 2012 and not Drupal 8 in its current state).

For Drupal 7 there exists some other (better maintained) alternatives:

Currently I am out of spare time to maintain and develop this further.