This project is under active development.

GT quickstart

An Installation profile/distribution for Georgia Tech.

Big Brother

Module to monitor changes on forms and content.

drstarter

This is a "minimal" install profile I (will) use for building new sites to avoid repetitive setup work.

NOTE: This isn't really intended for anyone except myself! However, I'm posting it publicly so I can point to it when other people ask me what I use when building new sites. ;-)

Maybe it will turn out to be useful to others? If nothing else, it's an example of a personal install profile.

Relative Image

This text filter rewrites the src attribute on img tags that only specify a filename to point at the current location of an attached image with the same filename should one exist.

That is, if you put this:

<img src="zebra.jpg"/>

And you've uploaded a file called zebra.jpg to an image field on the same entity, the module will replace it with something like:

<img src="/sites/foo.com/zebra.jpg"/>

I find this works quite well with Markdown. I can usually remember the filenames or know what I'll call them when I get around to uploading. From there, ![alt text](zebra.jpg) is pretty handy.

Why?

My hope is to improve on other methods of placing images in-line which, so far as I can tell, fall into two categories:

  • Bypassing Drupal entirely and using a JS file manager of some sort to upload images directly and then referring to them in img tags with /sites/brittle_path/files/image.jpg
  • Using a magic token that refers to the field id and often encodes some position, style, etc.

I like my images being available to Drupal. Not just pointed at in code but rendered as a field, with different Image Styles, that can be included in Views, change with Context, etc. Rules out the first one.

Fast Admin

Fast Admin creates automatic administration Views for each content type, one view per content type.
There are plans to implement:

Aegir Hosting CiviCRM

An Aegir front-end module to configure settings and crons specific to CiviCRM.

Pages

Subscribe with RSS Subscribe to RSS - Under active development