Panels Named Panes

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides an alternative Panel's renderer that renders panes as variables directly to custom layout templates. With the standard Panel's renderer, you are restricted to assigning panes to Panels regions--which is good for drag and drop layouts--but problematic when you want to use all the page manager goodness to create centralized semantic page layouts in code--particulalry when your HTML/CSS/JS devs are not Drupalists.

By design, this renderer ignores Panels admin region(s) and the pane order.

Messages Watchdog

Component type

module

Maintenance status

Development status

Downloads

344

Component created

Component changed

Logs all site messages to watchdog.

Useful for tracking messages for all users across your site. Even more useful if you have a log query/viewing tool.

Status type mapping
-------------------
'status' => WATCHDOG_NOTICE
'warning' => WATCHDOG_WARNING
'error' => WATCHDOG_ERROR

Defaults to WATCHDOG_NOTICE.

Context Admin Exclude

Component type

module

Maintenance status

Development status

Downloads

560

Component created

Component changed

Context Admin Exclude
---------------------
Out of the box, contexts set to display Sitewide without specific URLs will get executed on every page, including admin pages. Sometimes the context doesn't really need to be executed on admin pages, such as node/add.
These contexts cause Drupal to bootstrap and do some work that is not really needed. If you want to change the list (/admin/structure/context/settings), you can implement the hook_context_admin_exclude_admin_paths_alter().

Installation
------------
Install the module as usual

CasperJS

Component type

module

Maintenance status

Development status

Downloads

98830

Component created

Component changed

CasperJS is a navigation scripting & testing utility for PhantomJS and SlimerJS written in JavaScript.

This module provides a Drush wrapper to run CasperJS tests against a Drupal site. It also provides a set of useful methods to perform actions such as:

oopal

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

oopal: object oriented plugins and libraries

The aim of this module is to bring the convenience of an object oriented API to Dupal 7 and at the same time try to be forward compatible with Drupal 8.

Roadmap

* Plugin for block.
* Plugins for field types, field formatters and field widgets.

Queue API

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module aims to simplify the processing of Drupal queues by providing a controller API for the processing of complex ones.
The module also will provide batch processing bindings for queues managed by the module.
This will allow developers to process a queues seamlessly on cron and/or batch operations.

includekrexx

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Overview

kreXX is a php debug tool, which displays debug information about objects and variables in it's own draggable debug output. It started out as a fork of Krumo, but after several refactoring sessions, there is very little left of Krumo.

Usage

Like Krumo, kreXX will be called in the PHP source code.

krexx($myObject);

Most of the time you will use this method. kreXX will analyse the $object and give you detailed information about it:

  • Public attributes of the object
  • Protected attributes of the object (can be toggled)
  • Private attributes of the object (can be toggled)
  • Content of the traversable part of the object (can be toggled)
  • Result of all configured debugging callbacks (can be configured)

In case the variable is not an object, it will simply display its content.