This project is under active development.

Debug Bar

Debugging in Drupal has never been easier

Debug Bar displays a debug bar in the browser with information from PHP using PHP Debug Bar.
No more var_dump() in your code!

Requirements

  • Composer (in order to locally install PHP Debug Bar)

Installation

  • Download the module as usual - don't enable it yet
  • cd to the module directory
  • Install PHP Debug Bar: $ php composer.phar install
  • Enable the module

The Debug Bar should now appear in the bottom area of the website.

Notice

Since this is still a sandbox project, download it with Git

$ git clone --branch master http://git.drupal.org/sandbox/jfhovinne/2132181.git debug_bar

Usage

Message log

In order to inspect a variable, log a message, etc, use debug_bar_add_message in your code.

global $user;
debug_bar_add_message($user);

Views Exposed Filter Exclude Fields

This module adds Exclude checkboxes to a Views Exposed Filters form to exclude fields from display in a view.

DrupalKanban

This is a Drupal 8 profile to create a task management system based on the kanban methodology. More info coming soon.

Commerce Product Simple Add-ons

This module allows each product variation to have its own additional set of options.

TOA_DIST

This module integrates TOA_B2C distribution whose main functionality is booking tour packages through Travel Open Apps platform was promoting by Community of Valencia (Spain).

Google App Engine

Optimize your Drupal installation for the Google App Engine platform.

Included changes/integration:

Pages

Subscribe with RSS Subscribe to RSS - Under active development