Drupal Log To File

Component type

module

Categories

Maintenance status

Development status

Downloads

1421

Component created

Component changed

The Drupal Log To File is built as an alternative to the watchdog interface, aimed at alleviating database load when logging events/actions of the system. With this module, the developer can send logs directly to a flat file in the format:

HH:MM:SS [MODULE_NAME::FUNCTION_NAME][LOG_LEVEL]: Log Message

and can be called from your code-base like:

drupal_log_to_file("MODULE_NAME::FUNCTION_NAME", "LOG_TYPE", "LOG_LEVEL", "MESSAGE");

Virtual Sites

Component type

module

Maintenance status

Development status

Downloads

12682

Component created

Component changed

Virtual Sites offers almost the same (and more) functionality as the Drupal multi-site feature without the need for the complicated setup of that feature. Depending on conditions (e.g. requested url or user role) handled by the Condition(s) module (bundled with Virtual Sites starting with the 7.x version), you can override theme, site information, menus and more to virtually present the visitor with a different website.

Super Nav

Component type

module

Downloads

7216

Component created

Component changed

Important! I have released a new module called Navigate based off of the ideas behind Super Nav, with some marked improvements and structural changes which should eliminate some of the compatibility issues several people have been having with Super Nav. Some of the changes include:

Project Maintainers

Component type

module

Categories

Downloads

1194

Component created

Component changed

Project Maintainers adds a subtab when editing a project called 'Maintainers', which allows anyone with permission to edit a project node to specify any number of users as "Maintainers" for a project. Then, any user specified as a maintainer will then appear in the assign to dropdown when creating/editing an issue node or commenting on an issue node.

Form Table

Component type

module

Categories

Downloads

1397

Component created

Component changed

The Form Table module provides two new Form API elements and theme functions
which make it easier to format Form elements within HTML tables.

The new element types are:

Patterns

Component type

module

Maintenance status

Development status

Downloads

27340

Component created

Component changed

Patterns Ready Logo
Complex websites and web applications can be created by combining configurations of Modules, Content Types (CCK,) Views, Panels, Menus, Blocks, Categories, Roles / Permissions, etc. This site setup and configuration process is a very time consuming and repetitive bottleneck.

Patterns module is built to bypass this bottleneck by managing and automating site configuration. Site configuration is stored in XML or YAML (requires SPYC YAML parser, which needs to be downloaded separately from http://code.google.com/p/spyc/) called Patterns which are easy to read, modify, manage, & share and can be executed manually or as a part of an automated web site deployment.

Deploy - Content Staging

Component type

module

Maintenance status

Development status

Downloads

123067

Component created

Component changed

The Deploy module is designed to allow users to easily stage and preview content for a Drupal site. Deploy automatically manages dependencies between entities (like node references). It is designed to have a rich API which can be easily extended to be used in a variety of content staging situations.

Database Scripts

Component type

module

Categories

Maintenance status

Development status

Downloads

6014

Component created

Component changed

The Database Scripts project is a series of command line scripts which will dump, erase, restore and merge databases. They are specifically set up to work the best when developing within a version control environment. The primary goals are to:

  • keep the database in sync with code
  • preserve ability to use the web GUI
  • enable a rapid development workflow
  • Merge development and production databases

Guess what? There is documentation!