Webform cURL

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module extends the popular Webform module and initiates a cURL session to POST user-submitted and validated form values to a specified page for further processing.

yaml views

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

yaml_views is a query plugin for views to query live YAML files.

This is my first views module; It was possible by learning from xml_views and most of the code is the same.
It works with yaml files with a homogenous structure, like listing of items with similar attributes. The advanced yaml features like inheriting attributes are not yet supported (but should be soon).
See below for an excerpt of an example file.

Open Media Configuration Checklist

Component type

module

Maintenance status

Development status

Downloads

525

Component created

Component changed

The "suite" of Open Media modules in addition to many other modules used by Community Media in Drupal are designed to be implemented incrementally based on each station's needs. This is not an exhaustive checklist, but designed to help someone new to Drupal, CiviCRM, MERCI, Organic Groups, and Media work through large parts of the configuration process.

I am only developing a D7 branch of this modules, since the features and configurations steps are so different between D6 and D7. If someone is interested in maintaining a D6 branch, let me know.

Prayer

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Prayer provides a prayer node type and prayer wall facility. It is fully integrated with views 2 and organic groups and works with stock Drupal and OpenChurch.

Tabular Formats

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This was a proof of concept module I decided to write.

This module replaces the default select list of allowed filter formats with tabs across the top of the body with the same options.

It also removed the filter formats tips at the bottom. I'm currently trying to decide where those tips should be displayed.

Right now most of the functionality is writing in javascript to keep modules like wysiwyg api happy and not break functionality with those modules.

I think this is a better UI for filter formats and hopefully this can grow to be a complete module.

Custom Slogan

Component type

module

Categories

Maintenance status

Development status

Downloads

1903

Component created

Component changed

The module allows to have a custom slogan on a drupal website. The modules admin form allows you to set slogans using tokens for each content type, each vocabulary, front and a default slogan. It overrides the slogan from theme variable. In addition to it the module also provides a text field in all nodes/terms for content types/vocabulary for which custom slogans are enabled from admin page of the module. The slogans at module and term level will override the pattern set for the content type/vocabulary.

DNSAegirProject

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Aegir is a tool that allows you to automate many tasks related to managing and implementing large Drupal sites, allowing for example the installation of multiple sites on one server. Currently, however, you need to manually create DNS entries for sites, pointing it at your host. So, my proposal is to create an interface that interacts with various APIs of DNS, such as Slicehost, thus automating this process.

Translation UI

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a proof of concept for dynamic data translation.

What works:
- Query mangling with hook_query_translatable_alter(), only tested with roles on admin/permissions/roles
- Listing oft tables/fields with the translatable tag, creation of translation tables for each separately

There is no translation UI yet.