Queryable Variables

Component type

module

Categories

Downloads

7808

Component created

Component changed

POSTGRESQL NOTE: If you need support for Postgresql, use Drupal 6 along with the Drupal 6 version of Queryable Variables. The drupal 5 version does NOT have support for PGSQL.

Cache browser

Component type

module

Downloads

6665

Component created

Component changed

The Cache browser module provides a page (protected by 'administer cache tables' permission) from where you can browse all Drupal cache tables, list their contents, dump cached entries. You can also reset the contents of any cache table or delete single entries.

Data dumps use tipical PHP var_dump format. Arrays and classes are collapsed by default. You can expand/collapse them one by one or all at once. The expand/collapse feature requires a javascript enabled browser and uses Drupal/jQuery compatible methods.

Taxidermy

Component type

module

Categories

Downloads

1026

Component created

Component changed

Taxidermy puts a modern face on Drupal's taxonomy.module.

The goals of Taxidermy are simply to implement the improvements suggested for Taxonomy.module in D7 so that modules which implement the proposed hook_taxonomy_term_load, hook_taxonomy_term_insert, hook_taxonomy_term_update, and hook_taxonomy_term_delete can work on Drupal 6 and earlier. See the core issue to add proper taxonomy term hooks for more information about the goals of this module.

Parsing API

Component type

module

Categories

Downloads

9157

Component created

Component changed

This API exposes the following functions to all drupal modules.
before($this, $inthis)
after($this, $inthis)
between($this, $andthis, $inthis)
multi_between($this, $andthis, $inthis)
starts_with($this, $inthis)
ends_with($this, $inthis)
surround($this, $withthis, $andthis)
(there are more as well, read the docs for a full listing)

DevInfo

Component type

module

Categories

Downloads

580

Component created

Component changed

A simple module that provides functions and information useful during module development.

Currently it uses the node_api and form_alter hooks to print node and form information at the top of a page.
90% of my debug statements where printing either node or form arrays, so this module negates the need for any of that.

I will be add features to this as the need arises.

On the drawing board is a global debug and the ability to choose the output format of the information ie var_export print_r (html entity encoded) etc.

Repoview

Component type

module

Downloads

2902

Component created

Component changed

A repository viewer for Drupal, building on the Version Control API. This builds on the unstable, unreleased 2.x branch of Version Control API, so it will break in horrible ways and eat your children. (Won't be backported to Version Control API 1.x because the API doesn't support this functionality there. In fact, I'm building up the required functionality in tandem with this module, don't even think about a backport.)

PDS

Component type

module

Categories

Downloads

534

Component created

Component changed

PDS is a developer API for storing and retrieving data based on Drupal paths. Built to solve a need with blocks the module is implicit of application.

Autoload

Component type

module

Categories

Maintenance status

Development status

Downloads

254411

Component created

Component changed

The autoload module - is utility. It allows other modules to leverage PHP5 class autoloading capabilities in a unified fashion.

Requirements:

You do not need this module unless you are developing a module that makes use of classes or you are installing a module that depends on this one.