Commerce Order Weight Token

Component type

module

Maintenance status

Development status

Downloads

1171

Component created

Component changed

Adds the total physical weight of a commerce order as a token to the commerce-order token type.

I needed to be able to put a order's weight in the customer's email message and noticed there wasn't an easy way to do this so. I figured others could benefit from this simple set of functionality and figured I'd extract it into standalone module.

This is a very simple module that alters the commerce-order token type to include our custom order-weight token.

Tickspot

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal 8 integration of the Tickspot API.
The first goal of this module is to expose the task entries from Tickspot to clients, so they can follow the time spent on the project itself or the maintenance only (tasks to be exposed could be selected, per project).
This goal can be achieved by mapping the Drupal user ID (uid) with the Tickspot client ID via a field defined at the user entity level.
The PHP port of Tickspot API is maintained here https://github.com/r-daneelolivaw/tickspot.

Search API Solr Dynamic Ranges

Component type

module

Maintenance status

Development status

Downloads

2601

Component created

Component changed

This module aims at calculating dynamic ranges from stats delivered by a Solr search database.

The stats would be used to calculate the ranges as follows:
The stats will have a Min, Max, Average and StDev.
The Average tells us something on where most of the results are located. Close to Min, close to Max or close to the middle.
The StDev tells us something about the distribution of the results. A high peak near the Average or a nice even distribution. When there are multiple peaks, we can't tell, but we can still assume a more or less even distribution.

Drupal Podcast

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a simple module intends to help people use drupal to easily create valid xml podcast feed(s)for iTunes.
As the only thing podcasters should worry about is making their podcast(s) and not messing with code.

Features:

site admin or permission given trusted users the ability to easily create podcast(s) with out having to touch a line of xml.

Import old iTunes feed items for ease of drupal podcast migration.
Create and manage new podcast items quickly reusing elements.