Flag Node Revision

Component type

module

Maintenance status

Development status

Component created

Component changed

Module to use flag-6.x-2.x to flag specific revisions of a node. We are building a reporting system that consists of updates to content over time, and revisions seems like the right place to put updated content. Combining this with a new flag to indicate the "official" version for a reporting period would allow users to keep a living document frequently updated, while having specific flagged versions that are used for a specific version.

Registry Rebuild

Component type

module

Categories

Maintenance status

Development status

Downloads

689656

Component created

Component changed

THIS IS NOT A MODULE. YOU CAN'T ENABLE IT. FOLLOW THE INSTRUCTIONS.

Make a backup of your database before running this. It won't break your database, but we can't improve this unless we have broken databases that it doesn't quite do the job for.

There are times in Drupal 7 when the registry gets hopelessly hosed and you need to rebuild the registry (a list of PHP classes and the files they go with). Sometimes, though, you can't do this regular cache-clear activity because some class is required when the system is trying to bootstrap.

Mapblock

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Simplest Google map module ever for drupal 6. Just enable module and block, add address and some conditional values and you're done :) Custom marker, tooltip, tooltip h2 title picture support are enabled.

Role Table

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Role Table provides a formatting option to organize author/moderator lists into a checklist-like spreadsheet. The users' roles are compared to the list of roles (provided by the DB) and makes a check mark (or user-defined character/string) in the cells depending on whether they matched ('X') or didn't match (''). The result is an expandable (via jquery plugin) table of users as rows, roles as columns, and marks fill the cells where the user's roles match up with the list.

Modes: A Super-Features Module

Component type

module

Maintenance status

Development status

Downloads

701

Component created

Component changed

Modes allows creating mutually exclusive Features. The goal is to create site "modes" -- typically collections of features that together compose a certain type of site. Because only one Mode can be enabled at a time, this allows administrators to switch between different site Modes, changing the type of site they're on. For example, this module could allow switching from a blogging site to a microblogging site by just clicking a radio button.