Hudson - status report

Component type

module

Maintenance status

Development status

Component created

Component changed

This module was put together in order to provide access to the status of current Hudson builds without ssh tunneling. Since administrators are usually logged on to the site, they might as well be able to access that data here. Hope it's useful for somebody.

Restore

Component type

module

Maintenance status

Development status

Downloads

1330

Component created

Component changed

Details

This module provides simple export/import functionality, rather than relying on modules restore scripts can be flat JSON files or provided via hooks.

The advantage of this method is that it is only run when you want it, rather than during cache clearing, cron runs or even page loads.

More information can be seen in the documentation pages: http://drupal.org/node/1923236.

Flipcard - nodes made into flashcards

Component type

module

Maintenance status

Development status

Downloads

838

Component created

Component changed

This project allows users to create flashcards based on complete nodes. It automatically makes flashcards shown less-and-less often as you get them right, by implemeting spaced-repetition with the Leitner box algorithm.

Example

The administrator creates two nodes:

Ubercart Order Complete

Component type

module

Maintenance status

Development status

Downloads

644

Component created

Component changed

This module provides the ability to perform actions when an order is marked 'completed'.

Out of the box, it provides two simple features:

1. It records the timestamp when an order's status is changed to 'completed'.
2. It provides two hooks allowing other modules to do stuff when an order's completion date is set/unset.

Completed timestamp

When an order's status is changed to 'completed', this module will store the current timestamp in the {uc_order_complete} table.

This timestamp is available on the $order object in $order->completed.

Node Vertical Tab Elements

Component type

module

Categories

Maintenance status

Development status

Downloads

2842

Component created

Component changed

This is a small module that provides the vertical tab contents of a node add/edit form as panels content type. In a panel or a mini panel though the individual contents of the vertical tab are available to be added, but once they are added separately they loose the vertical tabs structure.