Lyric sheet chords

Component type

module

Categories

Maintenance status

Development status

Downloads

2012

Component created

Component changed

Lyric sheet chords provides an input format that takes chord name input, in the context of lyrics, and converts them into nice looking chords that don't mess up your text, using only a regex and css. This is a complement to the guitar module that provides an input format for converting chord diagrams.

YouTube Video Upload

Component type

module

Maintenance status

Development status

Component created

Component changed

Not using this sandbox - goto http://drupal.org/sandbox/HongPong/1092950 instead

.....

Zend library-based Youtube uploader, a project for uploading video files to youtube via Zend library & oauth token magic!

It lets the client post videos into the site's youtube account without requiring the user to have their own youtube login. The upload page includes the correct token to get the video to post directly into youtube.

Drupal 5 to 7 Migrate Example

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

While migrating acquia.com from Drupal 5 to Drupal 7, we wrote more than 2500 lines of code using the incredible Migrate module that we used to move all data.

This module is a simple dump of all our code that we would like to share with the community. It's a perfect example of code that takes data from Drupal 5 and moves it to Drupal 7. During the development, we solved several issues including:

Git Repository Viewer

Component type

module

Maintenance status

Development status

Component created

Component changed

The Git Repository Viewer is a repository browser for Drupal that integrates with the versioncontrol suite of modules to provide an intuitive repository browser for Drupal.

It is currently under active development and is currently unstable. Feel free to download it and try it out.

Log4Drupal

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Log4Drupal To File is built as an alternative to the watchdog interface, aimed at alleviating database load when logging events/actions of the system. With this module, the developer can send logs directly to a flat file in the format:

HH:MM:SS [MODULE_NAME::FUNCTION_NAME][LOG_LEVEL]: Log Message

Aegir Rules

Component type

module

Categories

RDF

Maintenance status

Development status

Downloads

1365

Component created

Component changed

The Aegir Rules module provides integration with the Rules module to your Aegir site.

 

Features

  • Rules events:
    • Before and after any task is executed.
    • Before and after a Site task is executed.
    • Before and after a Platform task is executed.
    • Before and after a Server task is executed.
  • Rules conditions:
    • Tasks:
      • Task failed to complete.
      • Task is processing.
      • Task is queued.
      • Task completed successfully.
  • Rules actions:
    • Platforms:
      • TODO: Add a platform.
    • Sites:
      • TODO: Add a task to a site.

Quickpaylite

Component type

module

Maintenance status

Development status

Downloads

409

Component created

Component changed

Helps integrating payments for the quickpay payment provider into your Drupal site.

This module is intended to be used as a developer tool, and will require a custom module for it to work. It does a lot of the heavy lifting, simplifying the creation of a quickpay payment on your site.

The quickpaylite module, is an alternative to the fine quickpay module, which is a better choice if you want integration with a shopping system.

Features

Modal Node

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Modal Node module provides a simple solution to enable modal popups on a site for any node link. Simply add the class "modal-node" to any href whose target is a node. When the link is visited in any JS enabled browser then the node contents will be displayed in a modal window rather than as a new page.