Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Click2Bookmark

The click2bookmark module offers a bookmark feature ('Add to bookmark') for the nodes of a selected content type.

Install Profile API (obsolete)

A set of helper functions (aka CRUD) that make it easier to work with Drupal data structures by providing some wrapper functions. Include crud.inc in your install profile to use them. crud.inc was originally developed and maintained by Boris Mann of Bryght. There is now a rag tag band of developers including moshe, quicksketch, webchick, and dww who add a little more each time we build an install profile.

Please help by getting similar functions into core for Drupal 7. Please ask for co-maintainer status if you are also developing install profiles and would like to contribute.

NOTE: this is not really an "end user" module. You will need to be somewhat familiar with PHP at least to the level of cut and pasting functions to create install profiles. See the handbook for an overview of How to write an install profile.

As of July 2008, we've turned install profile API into an actual module, so you can depend on it in your install profiles. See In progress changes to Install Profile API for D6 for further discussion.

As of November 2008, dww backported many of these changes to a 5--2 branch which has a similar layout / functionality.

Subdomain Manager

Security: This module is considered insecure by Drupal security team and all of it's releases have been unpublished.

icontheme

define "iconthemes" and provide an api to get an item by it's name.

In many places the use of icons makes for a nicer gui. In order to get a more unified look, it doesn't make sense if every module brings along it's own icons, but it should be able to ask the system for an icon by a functional name.
I think we need such an API in drupal core, but for prototyping and discussing a module in contrib should be fine.

We are not the first to talk about icon themes, so I have taken a look at the freedesktop project where some material can be found.
A good starting point is http://tango.freedesktop.org/Standard_Icon_Naming_Specification, of special interest may be the icon naming specification and the icon theme specification.

Why do I want to reuse their icon-theme work?
Because it would enable us to reuse existing icons themes (there are lots for gnome and kde) to provide icons for drupal installations.

Subform Element

This module just provides a new form element, that can be used by other modules.

Only install it, if another module is instructing you to do so or if you are an interested developer.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools