Adminer

Component type

module

Maintenance status

Development status

Downloads

4344

Component created

Component changed

Description

The module integrates Adminer into Drupal to allow for a fast and easy management of the database.
Adminer (formerly phpMinAdmin) is a full-featured MySQL management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server.

Blindtextgenerator

Component type

module

Maintenance status

Development status

Downloads

567

Component created

Component changed

The module embeds lorem-ipsum texts from www.blindtextgenerator.com into textareas via Javascript.

You need this if ...

  • ... You want to generate dummy texts for testing purposes
  • ... You want to generate international dummy texts in different languages

Context User Pages

Component type

module

Maintenance status

Development status

Downloads

581

Component created

Component changed

Provides two context module conditions related to a user profile page being viewed:
1) Evaluates the role(s) of the owner of the user page being viewed.
ie. Return true if the user page being viewed is owner by user with XXX role.

2) Evaluates whether the global user (logged in user $user) is viewing their owner user page(s)

Module Creator

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Module Creator will help you create new modules. The actual creation of a module, whether it is for a simple or complex task, can be quite annoying and thought interrupting; instead of worrying about the cool new block or page you're creating, you end up caring about not doing any typos while creating the hooks, or maybe even spending more time trying to find a tasteless typo/mistake in your code.

Flow UI

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project aims to unravel inconsistencies and limitations during the workflow of site building. That said, the main goal of the framework is to make Drupal 8's strong but complex API transparent and usable through the user interface.

Discussions about useful and needed features for 8.x-1.x are highly welcome in the issue queue.

This project seeks a new maintainer. Just pm me (mxh) or create a support request if you want to be the new maintainer of this project.

log4php for Drupal

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

log4php is a clone of log4j for PHP and you can find the project on http://logging.apache.org/log4php/. Logging is a vital part of development and debugging of your code and most developers are familiar with the concept. This module integrates log4php with Drupal so that the developers can use it for debugging though.

Browser Notes

Component type

module

Maintenance status

Development status

Component created

Component changed

This is the project for the Drupal Project Notes Greasemonkey user script and feature developed by NodeOne to handle internal notes on d.o projects and display them in the browser. The goal is to turn it into a generic solution to sharing notes on any web page, not just d.o projects.

For more info, please see:
http://nodeone.se/blogg/sharing-knowledge-of-what-works-and-what-doesnt-...

Prepross Injector

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allow user to handle inlcusion of JS and CSS files in a specific node.

I think it's great to be able to handle inclusion of JS or CSS files to avoid conflits or simply to have a displayed page with only needed files.

All those stuff are possible via an UI in admin page, you don't need to handle this via code. Prepross Injector do it for YOU !

I hope this module will be help full for the Drupal community.

Field Layout

Component type

module

Maintenance status

Development status

Downloads

1216

Component created

Component changed

A simple way to lay out fields on content. Field layout is a light-weight, developer-friendly approach to theming which uses php arrays to define layouts, generating the necessary markup for complex node layouts automatically. If you are looking for an admin friendly solution with many more options and a user interface try Display Suite or Panels.