Drush Hooks for Git

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drush Hooks for Git is a fork from GitHook. This fork exists because:

  • GitHook uses a "plugins" system when it should really use the Drush hooks system.
  • GitHook is designed to be self contained and fast which makes it hard to extend and not capable of bootstrapping Drupal
  • To prevent breaking existing functionality for the GitHook extension

Maybe some day the two could be merged back together?

jquery_update_d6_17

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A port of jquery_update for d6 to support 1.7

Important

It should be noted that this is not compatible with Drupal 6 core. This will only work on pressflow which is using json_encode a php5 function. If you want to try doing that, please download this patch http://drupal.org/files/issues/drupal_to_js_proper_json-D6_0.patch and apply it to your common.inc file.

webform multifile upload

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

It is a module that implements a multifile upload component for webform module, using the jquery multi-file upload plugin to do the trick. Actually there is an existing module in sandbox for that, but the owner will not maintain it and allow me to take as own and improve it. In my own version, I fixed one bug that when the multifile upload component is under a fieldset, only one file will be uploaded at last and a warning will get displayed.

Action Email all author

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Because i didn't find a way with workflow, action and trigger to send a mail to all the person involved in a node creation when the node is publish, i decide to make this small module.

This module create a new Drupal action name "Action Email all author" that can be use on the trigger page.
It will send a mail to all the people involved in the node creation :
- author of the node
- user that create revision of the node
- user that made change on the workflow of the node

swf_plugins

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Integration of advanced plugins for several SWFTools supported flash players.
The current version only supports the jw5 player. We are currently working on other players' plugins.

This repository is composed of three modules :

  • The jw5_plugins api module : soon to become swftools_plugins as the API is tested and improved.
  • jw5_slidesync : integration of the slidesync and slidescroller jw5 plugins with Drupal.
  • jw5_caption : integration of the captions jw5 plugin (still in development status).

Draggableviews Menu

Component type

module

Maintenance status

Development status

Component created

Component changed

This module extends draggableviews module (http://drupal.org/project/draggableviews). It creates a menu handler, and allows you to create node views to rearrange the nodes' menus.

I've posted it as a feature request some time ago (http://drupal.org/node/689848), I spend a few hours to finish it and now this is the first version :D.