Modmaker

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Modmaker is intented as a developer tool, allowing developers to quickly create a module skeleton to build from. It create a module fileset from a template.

Profiler Builder

Component type

module

Maintenance status

Development status

Downloads

176147

Component created

Component changed

Profiler Builder is a module for automating the creation of installation profiles and distributions. It has support for the Profiler installation profile simplifier library but is able to run independent of it (1.0-RC4+). This module creates a downloadable tar package that gives you a well made installation profile and associated drush make file based on the site its installed on.

Feather

Component type

module

Categories

Maintenance status

Development status

Downloads

988

Component created

Component changed

Feather is a Drush script for managing and running an Apache http server in a development environment with minimal configuration. Feather maintains an isolated set of Apache configuration files, optimized to run a minimal httpd server. These configuration files are completely managed by Feather, so gone are the days of manually setting up virtual hosts for every new development site.

WindowSize

Component type

module

Maintenance status

Development status

Downloads

1535

Component created

Component changed

WindowSize adds a small window at the top of your web browser that displays the current window dimensions. This module is designed to be a help for themer's working specifically on responsive themes who need to know the current width of the window and where the break points are.

jQuery tmpl

Component type

module

Maintenance status

Development status

Component created

Component changed

Adds the latest jQuery tmpl library to a page and allows a simple method of making templates available on a page.

Including jQuery tmpl on a page:
jquery_tmpl_include_library()

Adding a template to a page:
jquery_tmpl_add_template($name, $string, $is_file = true)

Having added a template to a page, templates are available to use like so:

System stream wrapper

Component type

module

Maintenance status

Development status

Downloads

36939

Component created

Component changed

Provides stream wrappers to access module, theme, profile, and library files and directories. Note these stream wrappers are read-only as none of these files or directories should be write-able by your webserver.

Want to help get these stream wrappers into core? Subscribe and/or help review #1308152: Add stream wrappers to access extension files!

Examples

  • module://file/icons/text-plain.png
  • theme://bartik/screenshot.png
  • theme://default/screenshot.png
  • profile://minimal/minimal.info
  • profile://current/standard.info (profile://current expands to the active profile for the site)
  • library://ckeditor/images/spacer.gif (works only if the Libraries module is enabled)

RRD Graphical Dashboard

Component type

module

Maintenance status

Development status

Downloads

1129

Component created

Component changed

This module provides graphical dashboard generated from RRD data. The dashboards give administrator a quick overview of the performance on their physical server.

The base graph class and plugins are adapted from the Collectd Graph Panel
open source toolkit. http://pommi.nethuis.nl/collectd-graph-panel-v0-3/

Please read the README.txt for installation and detailed usage.