Dev Roles Users

Component type

module

Categories

Maintenance status

Development status

Downloads

11802

Component created

Component changed

This module creates a user for each role on a site. The user's password is always the same as the name of the role.

Security

This module is only ever designed to be run on development sites. Don't enable this module on production or any other site which doesn't use other means for restricting access.

Front End Developer

Component type

module

Categories

Maintenance status

Development status

Downloads

573

Component created

Component changed

Front End Developer provides an easy to use toolkit for theme developers that assists in the building of themes.

Features include:
* Displays current viewport resolution
* Displays common media query resolutions ( ie. Mobile, Tablet, Desktop )
* Highlights defined sidebar regions
* Highlights links that do not have a destination set
* Highlights images without alt tags set

Sane defaults

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module overrides both core and contrib settings with "sane" default settings.

List of settings this module considers "sane defaults":

CORE
-

FEATURES
- On feature creation page, always make "Advanced options" default visible.

WEBFORM
- On webform creation, labels position default to "inline"
- On webform creation, "Show user about previous submissions" default off

Ladybug (Extensible PHP Dumper)

Component type

module

Categories

Maintenance status

Development status

Downloads

1836

Component created

Component changed

This module provides some integration with the Ladybug PHP Extensible Dumper.

https://github.com/raulfraile/ladybug

It's main usage is to provide a devel-like interface for inspecting variables during development, however the library contains a number of other useful inspection options as well.

EntityInfo

Component type

module

Categories

Maintenance status

Development status

Downloads

1144

Component created

Component changed

This module adds a page to the administrative menu that gives, at a glance, technical information on Entities included in your Drupal 7 project, including fields attached to those entities. If an entity utilizes Drupal's Entity module and is defined properly, this module will pick it up and display information about it.

This module will provide valuable information to a developer working on a project, especially if they're working with the Entities in question, without having to resort to looking in code or browsing content types through the user interface.

DrupalPHPUnit

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a test class which can be extended to use Drupal functions combined with PHPUnit. It also shows how a test could be started.

Requirements:

PHPunit

Node Load Img

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds a new array in your images fields, containing absolute URLs to styled image of this field.

In administration, chose, for any content type, the formats for which you want the styled urls at node load.

Delta logger

Component type

module

Maintenance status

Development status

Component created

Component changed

UNDER CONSTRUCTION, pre-alpha version [contributors needed, proven concept]: Light module to help especially small projects to fast and easily deploy (small-medium) changes between environments the traditional way:
- deploy new/updated PHP files
- run database (SQL) update scripts
- done!