Profile Generator

Component type

module

Categories

Maintenance status

Development status

Downloads

5031

Component created

Component changed

Generates a drupal profile from a existing drupal site.

(optionally) includes:

  • Node types
  • Roles
  • Users
  • Menus
  • Blocks
  • Url Aliases

Originally developed by Martyn @ Catalyst IT.
Maintained by Brenda Wallace (Shiny)
Significant rewrite in Drupal6 by adaddinsane.

Project issue file test

Component type

module

Categories

Maintenance status

Development status

Downloads

5184

Component created

Component changed

For background and to file new issues, please use the DrupalCI queue. We'll move it to other modules as necessary.

This is the module that takes patches posted in the Drupal.org issue queue and sends them off to dispatcher.drupalci for dispatch to aws testbots.

Visualize Backtrace

Component type

module

Categories

Maintenance status

Development status

Downloads

3830

Component created

Component changed

The Visualize Backtrace module enables you to visualize the sequential order of Drupal function calls for a given page load in both a hierarchical tree flowchart and table format. This is a developer's tool that parses XDebug trace files into *.dot GraphViz graphs order to help demystify the Drupal API & identify bottleneck Drupal functions. It can also visualize a variety of specific backtrace and forwardtraces detailed below.

This introductory screencast demonstrates the visualize backtrace module (be sure to expand to full screen mode), and the audio from this Drupal Camp presentation explains it in more detail.

Backup and Migrate

Component type

module

Maintenance status

Development status

Downloads

2466787

Component created

Component changed

Drupal 8 Note: A ground-up rewrite is currently underway. Follow the progress at https://www.drupal.org/node/2607038#comment-10638286

Back up and restore your Drupal MySQL database, code, and files or migrate a site between environments. Backup and Migrate supports gzip, bzip and zip compression as well as automatic scheduled backups.

With Backup and Migrate you can dump some or all of your database tables to a file download or save to a file on the server or offsite, and to restore from an uploaded or previously saved database dump. You can choose which tables and what data to backup and cache data is excluded by default.

Journal

Component type

module

Maintenance status

Development status

Downloads

13850

Component created

Component changed

Journal module adds additional fields to all forms in a Drupal site to allow developers and site administrators to record and track all changes that have been performed to setup a site or alter its configuration. Journal also allows developers to maintain a log of applied patches and customizations on a Drupal site, including links to issue trackers like Drupal.org issue queues (starting from 6.x-1.3 / 5.x-1.5).

Journal is primarily useful for developers and site administrators working in a team environment. Since Drupal is a fully-fledged content management framework, it is often not easy to communicate, track and audit all changes that have been applied to a site. Even without contributed modules one is able to build a totally customized site.

Maintaining a log of patches and customizations helps in determining whether a module can be safely updated, and moreover in building sustainable, well-documented Drupal sites.

Journal's log is comparable to the watchdog log in Drupal core. However, watchdog logs can be truncated or emptied at any time, so one would loose all entries.