Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Webform Chart

Webform results rendered with Charts

Overview

The primary usage of this module is to display webform results in a graphical manner using a charting library.
The chart results page can be accessed for visitors depending on permissions.
Webform component results can be individually display as a chart.

Features

  • Render charts using a third-party charting library. Currently (more to come) :
    • Charts module recommended: a modern javascript library based on Google Visualize API or on Highcharts.
    • Google chart API module : an image based module using the deprecated Google Chart API.
  • Permissions can be applied to roles for configuring / viewing the chart result page
  • Chart configuration is granular: either per webform or per component
  • The Chart Results page is themable using template files.
  • More bundles for various charting library can be easily added using this module API (documentation will come soon)

Known issue

Webform Chart is compatible with Webform 3.x and Webform 4.0-alpha-x. A compatibility issue have appeared with Webform 4.0-beta-x and will be solved soon.

Extra

Notifications API

An API similar to the form api for allowing modules to implement notifications.

Domain Access Taxonomy

Assign taxonomy terms to all or specific Domain Access sites. You can set access per vocabulary.

Going Down

Warn site users in advance that your site will be going down for maintenance at a specified time so that they can complete checkout, edits, or anything else they are doing before the data is lost. The default configuration displays a fixed position red overlay message at the bottom of the browser window with text in the format ' is going offline for maintenance: Tue Feb 21 14:41:08 2012 -0800'. Configuration settings are added to the Site Maintenance administration page (admin/settings/site-maintenance).

Provision Git

Aegir & Git

Provision Git is a backend Drush module built for the AEgir Hostmaster/Provision system. This is only for use with provision, the backend component of AEgir. It does not provide any front-end tasks to Hostmaster.

This project is intended to be as low level as possible so that other more complex tasks can be built on top. It provides 5 drush commands:

  • drush @alias provision-git-pull or drush @alias pull
    Calls git pull --rebase. Option --reset will call git reset --hard to reset working copy files and allow a rebase.
  • drush @alias provision-git-push or drush @alias push
    Calls git push.
  • drush @alias provision-git-add path/within/alias/root or drush @alias add path/within/alias/root
    Calls git reset --hard
  • drush @alias provision-git-commit or drush @alias commit
    Calls git commit -am "Message". Use the option --message="Commit Message" to add a commit message

Pages

Subscribe with RSS Subscribe to RSS - Developer tools