Past Log

Component type

module

Categories

Maintenance status

Development status

Downloads

11858

Component created

Component changed

Overview

Past is an extended logging framework, designed to log and later analyze complex data structures to a pluggable backend.

It can record watchdog events (and be a watchdog module replacement). Also it can capture uncaught exceptions with backtraces and circumvent PHP limitations in error handling with a shutdown handler to capture all possible application errors. It can even scan PHP error.log files for missing pieces.

Development Meta module

Component type

module

Maintenance status

Development status

Downloads

8669

Component created

Component changed

This is a simple meta module. It installs the key tools for building Drupal
sites. When you disable or uninstall the module it removes the dependencies
for you too.

To start using meta_dev you can use one of the following methods:

Drush Make

Include the following entry in your drush make file

; Include dev tools
projects[meta_dev][subdir] = "dev"

Download and Enable with Drush

Run the following command to download and enable meta_dev and all the
dependencies:

Valkyrie DevTools

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Some DevShop features require that some modules be installed on development sites. This simple module (Features package, really) simply depends on these modules so that they can all be enabled at once. In addition, it provides a makefile that will download the modules directly. As a result, you only need to add project[] = 'valkyrie_dev_tools' to your platform makefile to ensure you have everything you need to use Valkyrie and DevShop to their fullest.

Menu XML dump

Component type

module

Maintenance status

Development status

Component created

Component changed

This module dumps all the menu links in a menu to a single XML file with the hierarchy structure preserved. The functionality can be accessed through a new tab on the menu administration page.

The XML file also shows the number of children (immediate children) and offspring (children and their children and so on) for each link.

This module is not meant for importing/exporting data. Only the link titles are shown in the export, and only ascii letters and numbers are shown in the names. The module is mainly a development aid for working with large menus.