SSL Proxy

Component type

module

Categories

Maintenance status

Development status

Downloads

7741

Component created

Component changed

This module allows for a way to support SSL proxies in a Drupal project.

How it works

It relies on a variable being set by the SSL proxy. The system only requires one to liaise with the System Operation staff so that the SSL proxy will be setting the chosen $_SERVER[] variable to the chosen value.

The module can be instructed with the right settings via administration interface (admin/settings/sslproxy in D6, and admin/config/sslproxy in D7).

Taxonomy display child terms

Component type

module

Categories

Maintenance status

Development status

Downloads

3405

Component created

Component changed

This is an additional modules (plugin) for taxonomy display module.

4/14/2012
Currently this module provides:
1. A plugin to replace "core" taxonomy display which will fetch the current page taxonomy children and render them
2. Two new taxonomy "view mode" of "parents viewmode" and "children viewmode".
3. Tested using Display Suite module to utilize the new viewmodes with different layout.

Host

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a collection of drush commands to aid one in altering their hosts file, so as to avoid needing to install and configure a local DNS server. To be made in a way to be reusable as often as possible.

host.drush.inc is now where I am putting all of these commands; I advise putting this in a system wide location for drush to pick it up. See this page for some help with this.

Drush Make Mercurial

Component type

module

Categories

Maintenance status

Development status

Downloads

3200

Component created

Component changed

Provides legacy support for Mercurial (HG) downloads for drush make in Drush 5.x.

Installation

drush dl make_hg
will place this project in your .drush directory.

TODO

Add simple test

Sponsored

This module is sponsored by Dennis Publishing and most of the work was done by Richard George patching Drush Make 2.3. This has been used as a basis for a sub module for Drush 5.x

Comment Fields

Component type

module

Maintenance status

Development status

Downloads

1702

Component created

Component changed

This module is a lightweight solution to allow Drupal 6 comments to have extra information added to them. It allows developers to add additional form fields to comment forms for specified node types, and provides the storage faculty for the meta information, as well as the template variables made available. Minimum coding knowledge (hook_alter and FAPI) is required to implement as there is currently no admin UI.

There is an example module included which should be enough to get you going if you're a little comfortable with PHP, however.

deploy

Component type

module

Maintenance status

Development status

Component created

Component changed

A collection of custom drush scripts to provide shortcuts for actions related to deploying a site. One command copies the contents of the sites folder from one site to another, a second downloads Drupal and sets some custom symlinks, similar to the ones used in Drush multi.