Maintainers are looking for help reviewing issues.

Panels Frame

This module builds new layout plugins by stacking existing Panel layouts together. It's also fully compatible with the Panels IPE.

Semantic Views Tree

This Views plugin extends Semantic Views to add capability for displaying nested rows, i.e. in a tree structure.

Entity view mode preview

This is a simple module that can help you see how your entities will be rendered in different view modes.

Drupal Code Quality

DCQ - Drupal Code Quality. Check code quality through git.

Installation and Usage

Requires phpcs and module coder

Installing local:
Copy pre-commit and pre-commit_dcq files from directory of module DCQ
to .git/hooks directory of your project, and add permission
"Allow run file as program" for these files.
The pre-commit_dcq script will analyse relevant committed files against the
Drupal coding standard and display errors and warnings.
In the event that you wish to commit your files regardless of the standards
errors do git commit --no-verify and git will not execute the pre-commit hooks

You can also look at this instruction https://drupal.org/node/2067677

You can use drush command from dcq module, for install precommit scripts on every new project

Installation remote:
Copy files from dcq_remote_scripts directory into your remote repository
.git/hooks/ directory. Also you can use symlinks for post-receive and
post-receive_dcq files.

post-receive hook will run every time you commit to remote repository.
He does not interrupt the process of adding files. It only checks them if it
finds errors, it sends an error report by e-mail specified in the settings of
the script. This is useful in cases where a senior developer controls the

Provision Reinstall

The Provison Reinstall module provides a drush command so that you can reinstall any sites.

Pages

Subscribe with RSS Subscribe to RSS - Seeking co-maintainer(s)