Aegir Drush Aliases

Component type

module

Maintenance status

Development status

Downloads

1563

Component created

Component changed

This module is for the Aegir Project frontend, Hostmaster.

It simply provides a menu callback to supply users with an automatically generated aliases.drushrc.php for all sites on an Aegir instance.

Completion

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Track completion on nodes.

Features:
- Mark node completed.
- Undo marking node completed.
- Integrates well with Work Log: completion changes can be shown in the log.
- Configure which nodes can be marked completed and such.

Popeye

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Integrate jQuery.popeye 2.1 Plugin from http://dev.herr-schuessler.de/jquery/popeye/ as a views plugin and a field formatter. Unfortunately the library is no longer available on the authors page. I forked an existing github repo with version 2.1 for use with this module. (https://github.com/steffenr/popeye)

Media Image Zoom

Component type

module

Maintenance status

Development status

Downloads

402

Component created

Component changed

This module extends the Media module's image support to offer a field type for viewing very large images in a zoomable interface, similar to maps. Using a drush command, map tiles can be automatically created from large images and stored on the local server. Also, for multivalued image fields, a crossfader widget is provided to fade between two image layers.

Development sponsored by University of Kentucky College of Arts & Sciences.

Birthday block

Component type

module

Maintenance status

Development status

Component created

Component changed

I needed to display a block of user profiles, order by their birthday (upcoming birthdays).

The block displays the upcoming birthdays for the first 5 users. For the moment everything is hard-coded, but feel free to sumbit a patch to change it to settings.

Variables you probably need to change:

  $table = 'field_data_field_user_geboortedatum';
  $field = 'field_user_geboortedatum_value';
  $view_mode = 'verjaardag';
  $limit = 5;

WikiStyle

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Some people really want to use wiki text engine in the drupal.
I know drupal is amazing. sometimes i was dream it.
But i think what the drupal with the wiki text engine is really awesome.
And many guys determine what migration to drupal from wiki-area because of wiki text engine.

User picture safe update

Component type

module

Maintenance status

Development status

Component created

Component changed

I've got involved in 4 core 6.x->7.x update project, wherein the user pictures was damaged, or lost completely. This script could fix it. On the 6.x version of site, just enable the module, it will generate a table to store only the uids and pictures from the users table. The 7.x version provides a vbo action, you can use it to fix the compromised user pictures.

Rate Yes/No Views sort handler

Component type

module

Maintenance status

Development status

Component created

Component changed

Info

Allow sort content on average value Yes/No widget Rate module.

Usage

1. Add relationship "Node: Vote results" with "Aggregation function" = "option-1"
2. Add relationship "Node: Vote results" with "Aggregation function" = "option-2"
3. Add sort "Vote results: Rate Yes/No Average value"

Druuid

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Overview

This module provides a field for adding universally unique identifiers (UUID) to Drupal entities, called a DRUUID.

It also lets you choose which type of valid RFC 4211 compliant UUID type you would like use, i.e. v3, v4 or v5.