Form Updater

Component type

module

Categories

Downloads

2852

Component created

Component changed

Let's face it, upgrading old modules to the new form API in Drupal 4.7 can be quite a challenge. Form Updater can help developers with the upgrade by automatically searching through old Drupal code to find calls to old form functions (such as form_textfield, form_radios, etc). It will then reformat these functions as arrays for use with the new Drupal 4.7 form API. It's far from a complete solution, but it provides a big kick-start for the upgrade.

This module uses the new form api itself, so it requires the CVS (4.7) version of Drupal in order to run.

Last.fm library

Component type

module

Maintenance status

Downloads

2187

Component created

Component changed

Last.fm 2.x is a Views 3 backend for last.fm, allowing site builders to query the api through Views. This is going to be a hobby/side project for the most part, but I do plan to release early and often. Development is now going on in the 7.x-2.x, and currently support for Event querying is mostly supported. If you are interested in being involved please let me know!

Are you interested in remote API / non-SQL support in Views? Check out these other projects!

Masquerade

Component type

module

Maintenance status

Development status

Downloads

600775

Component created

Component changed

The Masquerade module allows site administrators (or anyone with enough permissions) to switch users and surf the site as that user (no password required). That person can switch back to their own user account at any time.

This is helpful for site developers when trying to determine what a client, logged in as themselves, might see when logged into the site.

Module Builder

Component type

module

Categories

Maintenance status

Development status

Downloads

47720

Component created

Component changed

A module which auto-generates a skeleton or "scaffolding" for a module, along with hints on how to fill them in. Useful for newbie developers to learn how hooks work, and seasoned developers who are too lazy to look up what arguments a function has to take. But more than this, module builder can generate:

Helpers

Component type

module

Maintenance status

Development status

Downloads

12743

Component created

Component changed

Helpers is a library, or toolbox, with lots of very useful functions that help you build your modules and sites with joy. It is actually six modules in a single package; you may enable only the parts you need.

A helper would, for example be: number_to_currency(), or distance_of_time_in_words(). Or of course something like select_year(), or even select_country().

Cpanel Integration

Component type

module

Maintenance status

Development status

Downloads

8967

Component created

Component changed

Integration with cPanel (http://www.cpanel.net)

cPanel is the only commercially available hosting control panel trusted by America's leading hosting providers. It is a Unix based web hosting control panel that provides a graphical interface and automation tools designed to simplify the process of hosting a web site.

This module provides the facility to automatically create email and/or FTP accounts for each Drupal user, without using the cPanel administrative interface.

Drupal Manager

Component type

module

Downloads

295

Component created

Component changed

Drupal Manager is an implementation of a remote administration client for Drupal.
It consists two parts :

  • A set of drupal modules providing remote configuration service
  • A XUL client that can be run by XULRunner or inside Firefox

Features :

Simpletest automation

Component type

module

Categories

Downloads

1956

Component created

Component changed

Automation of tests. Every commited patch is run through a series of tests and the contributor is notified whether the patch passes them or not.

Subversion

Component type

module

Categories

Maintenance status

Development status

Downloads

1410

Component created

Component changed

The subversion module is a SVN client for your drupal website. It will allow you to update, diff, and check the status of your working copies.