This module is used to automatically assign terms to a node. The module searches for the terms in the node and assigns them as it finds them.
For more information please check out the MO Auto add terms page.
We now offer this module here so maybe someone will come in and make it work with Drupal 7...
A place I put my drupal.js development when doing phonegap+drupal apps.
This module allows you to add links exchange partner on your website. It provides the following tools :
Until now, it fits all the needs that I wanted. I will keep updating this module over the months, since I add this kind of tools on all my websites. Feel free to contribute if you'd like to!
With the help of this module site administrators can share links between other site administrators.
This is a sandbox to develop things for http://drupal.org/project/reply
Future home of the implementation of http://code.google.com/p/dynatree/ to create tree menus.
Alternativeshttp://drupal.org/project/jstree
http://drupal.org/project/dhtml_menu
This API module allow developers to build an entity type which is attached to strong behaviors.
Adds a payment method to Drupal Commerce to accept credit card payments through the Emporiki Bank (Greek bank) API via XML (not redirection).
Provides options to select the live or the test Emporiki Bank environment and also to have money authorized only or authorized and captured.
Works with euros, dollars and pounds. If there is need for more currencies, please contact me sending me the currency code and I'll add them.
This project is maintained and sponsored by netstudio, a Drupal E-Commerce solutions company in Athens, Greece.
Unlike Bot Commit, this module does not react to repository changes. It is a lookup tool in the fashion of the Bot Project URL lookup.
This project provides an integration between GitHub and the Bot module. More specifically it makes GitHub a Bot Project provider by utilizing the patch in #969294: Make issue-tracking integration extensible (for Redmine), following the example of Bot project Redmine.
This module currently has support for Commits and Branches. Additional Github-related tricks may be added later.
It depends on the php-github-api library, which for now must be copied into the module directory.
What Does It Do?A commit request might look like:
Grayside: ~0a6fc5129b, %master
or
Grayside: ~bot_github:0a6fc5129b
And produce:
GitHubBot: Commit "Issue #1042: Create an Awesome GitHub Bot integration." by Grayside, http://github.com/Grayside/fakeproject/0a6fc5129b (47 IRC men$
GitHubBot: Branch "master" last updated on Fri, 03 Feb 2012 15:03:31 -0800, https://github.com/Grayside/fakeproject/tree/master (2 IRC mentions)
This module adds a responsive images view mode when inserting images using the Media module browser.
The view mode sets images to have a width of 100% and it will also use core image styles to shrink the image to the maximum width of your widest layout. Max-widths are set on images whose orignal source is less than this maximum width to prevent upscaling.
Tested with 7.x-1.0-rc3 of Media.
A new extension for FullCalendar. This module allows you to click directly on the calendar to create new events. Currently only supports nodes, generic entities will come soon.
Needs the patch from #1427664: Don't use hook_fullcalendar_options_submit when not appropriate until it's committed.
This repository is used to manage all of the features in ELMS like content, places, timelines, polls, schedule, and many, many others.
The Simple Field module provides a simplified UI for creating Fields. The primary goal is to make it easier to allow non-powerusers to administer fields without necessarily giving them access to the entire core Field interface. Simple Field also allows for more fine-grained control of what types of fields users may create, and what field settings they have access to.
The module can separate the process of field creation from the process of field instance creation. This allows admins to create pre-defined fields, and then allow other users to add the fields to entity types without the complex UI usually associated with adding field instances.
API
Simple Field simplifies the Field UI by making use of default Field settings, overriding defaults in code and only allowing modification of specific field settings. To accomplish this, Simple Field defines it's own 'types' that encompass both field type and widget type settings, and any custom types must define forms for editing values they wish to override. For information on creating new types, among other things, take a look at the documentation.
TodoDocumentation explaining how to define custom simple field types can be found in simple_field.api.php
SponsorshipThe project is sponsored by Evolving Web.
This is a port of http://drupal.org/project/form_beautifier to D7. Three new settings have been added:
I mostly use these three plugins and have not thoroughly tested the other plugins that were a part of the D6 version of form_beautifier.
Expose voting API methods as a service resource.
Development starts from initial code posted in http://drupal.org/node/241453.
This module implements power of Debugging tool from Nette Framework.
InstallationTo get Nette Debbuger fully worked, download library from http://files.nette.org/NDebugger.zip and extract it into sites/all/libraries directory.
UsageType $stop(); in a place of code where you wan't to stop your script and display informations.
Example:
Add some intelligent date formatting based on start and end dates.
Makes it possible to use the Feeds module to import data from a MongoDB database.
A MongoDB backend for Views.
Based on the module of the same name in Chx' sandbox.
Ubercart currency module used to support multi currency when place orders.