Variable API

Component type

module

Categories

Maintenance status

Development status

Downloads

31337

Component created

Component changed

This module extends the Drupal core variable API that handles persistent variables. It implements a class that:

Just took over the module. Will be making stable releases for Drupal 7 and will support Drupal 6 for major issues.

  • allows finding the directory where a library has been installed (branch 2.x for Drupal 6 and 7),
  • forces Drupal to re-build the menus (branch 2.x for Drupal 6 and 7),
  • allows obtaining the value of a persistent variable without passing the default value to each function call,
  • deletes multiple persistent variables,
  • and implements functions to centralize static PHP variables. The functions are a back port of drupal_static(), and drupal_static_reset() implemented in Drupal 7.

Installation notes

Install the module only if you are instructed to do so, or you are a developer and want to use the module.

If you are installing Variable API because it is a dependency of another module, you need to first install (and enable) Variable API, and then install (and enable) the other module. If the modules are enabled at the same time, you will get the error message class Vars not found. The same problem is actually present if you install a module that depends from the Variable API using Drush; in the moment I am writing this note, Drush will not download the Variable API module, with the consequence that you will get the error message class Vars not found.

File logger

Component type

module

Categories

Maintenance status

Development status

Downloads

5052

Component created

Component changed

File logger is a lightweight module that allows developers to configure a log file from within Drupal and dump variables to it from within a running Drupal app. Its primary function is to support debugging, and it avoids the awkwardness of dumping variables either to the console or to the watchdog table. Instead, using the unix tail command, a developer can easily view debugging output. This is particularly useful when dumping large data structures such as nodes, views, menus, etc.

Spanish LOPD

Component type

module

Maintenance status

Development status

Downloads

3019

Component created

Component changed

This module implements some aspects that helps your site to be compliant to the Spanish LOPD Law about personal data management.

Its views integration help you to manage how do you use the registered data in reports and exports.

Features

  • Register login and logout events.
  • View report of registered events (requires views module)

Maintainers for 8.x: penyaskito, facine, jlbellido.
Maintainers for 7.x: penyaskito, facine, jlbellido.
Maintainers for 6.x: jlbellido.

NodeBolt

Component type

module

Categories

Development status

Downloads

476

Component created

Component changed

NodeBolt adds a simple layer of protection to remind admins / editors that for some reason, this node should be handled with a little more care when it comes to editing. For the node ids specified by the settings page, NodeBolt adds an extra step when editing.

Inline Form Errors

Component type

module

Maintenance status

Development status

Downloads

74396

Component created

Component changed

Drupal 8

There is currently a working group trying to figure out how to improve form errors in Drupal core. This includes inline form errors. If you are interested in the discussion and want to help out checkout the following threads:

http://drupal.org/node/1493324
http://groups.drupal.org/node/209513

Game Utilities: Quest

Component type

module

Development status

Downloads

565

Component created

Component changed

INTRODUCTION AND INITIAL DESIGN GOALS
=====================================

The Game Utilities: Quest module provides a structure and API for Game Quest
nodes on your site. You can set one or more node types to be Game Quest types
from the Game quests administration page, at admin/settings/game_quest. At that
point, any nodes of that type will be set as game quests.

Fast Permissions Administration

Component type

module

Maintenance status

Development status

Downloads

143944

Component created

Component changed

This module is here to alleviate frustration when trying to manage permissions in Drupal. By providing a better permissions interface hopefully a few innocent keyboards and mice can be saved.

For Drupal 8 (7.x-2.x)

Dynamic CSS

Component type

module

Categories

Maintenance status

Development status

Downloads

1096

Component created

Component changed

Enables a themer to generate a CSS file while using PHP.

This module will go through all CSS files and replaces any file ending in '.php'
with a generated static CSS file that is uniquely identified by its last change
date and the dcss_vars() values. This allows the dynamic CSS file to be
aggregated as normal.

Default submit

Component type

module

Categories

Maintenance status

Development status

Downloads

1065

Component created

Component changed

Simple form API helper that provide the ability to specify the default submit button to use when the final user press the enter key in his browser.

This is useful when building or using forms with multiple submit buttons.

Note at May 14th, 2011: This module is almost near useless, therefore it goes to abandonned. If anyone wants to maintain it, please ask me.