Geckoboard Push Statistics

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module implements the Geckoboard Push module's hooks and provides datasets containing statistics for your drupal site which can be displayed on Geckoboard using the specified widgets.

Current datasets:

  • System load average (Geck-o-meter widget)
  • Number of watchdog notice/warning/error messages (RAG widget)

And could easily be extended to include more through feature requests.

Commerce Manual Line Item

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

In Ubercart, users could modify all aspects of line items including the product title (i.e. the line item label). In commerce, this ability was removed and the title for product line items is always equal to the referenced product's title.

This module adds a new line item type that allows for manual entry of all line item properties, namely the SKU, title and unit price. It does not associate itself with products and manually entered line items are not re-usable (for now).

i19n

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

i19n is a extension module that adds support for things like price and date format localisation.
This is not just one module but a suite of modules.

The package currently has these modules:

Language Restrictions

Adds extra permissions and extends the global $language variable. This module is needed for others to function.

CCK Localisation

An API module that allows Date Localisation and Price Localisation to modify CCK fields depending on their locale.

Commerce Split Checkout

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a framework for "splitting" the checkout into a new order. You can provide an option to the user to "Save cart for later" and proceed with a new order that has a checkout process flagged with a query string ("/checkout/[ORDER]/page?cmode=process_name").

I wouldn't recommend getting into this unless you're ready to read through code comments and are familiar with Drupal hooks.

Custom 403 Per Path

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

The Custom 403 Per Path module allows to set custom messages on the 403 Access Denied page according to the path.

For example, you can set path: '/node/add' and message: 'You need to be logged in!' in the settings (/admin/settings/custom_403_per_path). When a visitor goes to '/node/add' and gets Access Denied, the message 'You need to be logged in!' will be set with drupal_set_message() type 'warning'.

Device Cloud Message

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project will enable site authenticated user to send cloud message (via either Apple APN or Android GCM) to each other, kind of a replacement of short message to save cost. Two separate client (currently Apple and Android) will be provided for device registration and push receiving purpose.
The project is the placeholder for now. Cheers.