Модули
This module extends Email Marketing Framework to easily allow Ubercart
Maintains references between an entity and its reference fields based on UUID values. This can be useful when importing nodes via the "node export" or "feeds" module.
This sandbox exists with the purpose of building a set of thumbs up/down widgets for the Vote Up/Down module per http://drupal.org/node/13927
Radios Select is the helper utility which provides new custom look of the
ordinary radios form element via jQuery/CSS (when you create this element from
your own module). The main feature of Radios Select is ability to format output of radios field like "select" form element or dropdown menu. Once Radios Select module enabled you can create Radios Select form element by just adding new property "#radios_select" to any standard radios element:
$form['radios_select'] = array(
'#type' => 'radios', // yes, ordinary radios element
'#title' => t('Select value:'),
'#default_value' => 1,
'#options' => $values,
'#radios_select' => TRUE, // enables Radios Select for this radios element
'#description' => t('Value to use in form.'),
);
Lightbox_wysiwyg is a module that makes sure that inserting an image with lightbox popup into a wysiwyg editor is as easy as posible.
This is a temporary demo of what Larry thinks a module might look like in a WSCCI world, kinda sorta, as of early January 2012.
Allows menu items to render views instead of links. This is useful for creating "mega-menus".
What Menu Views Does
Menu Views is a utility module. It provides back end support for replacing a standard menu item link with a menu item view. Menu items (in any menu) now have the option of toggling between two different menu item types: link or view. Depending on which option is selected, the appropriate configuration form is displayed on the admin side and the appropriate type of item is rendered on the front-end.
What Menu Views Does NOT Do
Menu Views is NOT a theming/styling module for mega-menus. As stated above, this module is strictly a utility module for replacing menu item link with a view. Once the HTML markup is there, Menu View's job is done! Read #1794010: Menu Views is not working.
Theme Integration
Depending on how a theme renders the primary and secondary navigation, this module may not work because the parent items may not ever be extended (regardless whether they are checked as such in the menu item).
It is strongly recommended to use one of the following modules in your theme's menu region instead (see: Use menus in Drupal 7? You need Menu block module.).
Adds a location field and a Views style plugin to display nodes on a Google map.
The objective of this module is to provide a drush extension allows developers to quickly clone modules or features to speed up writing code reusing custom templates or creating custom entity model
Scratch sandbox for http://drupal.org/node/1392768.
#NOD8CX: I have no plans to have a full D8 release within even a year of when Drupal 8 is released unless someone else volunteers to co-maintain that branch.
This module deletes the interface translations from a website. It is build for testing purpose and to clean up after major website changes such a removal of a language and site upgrade.
Placeholder for NuPoll.
This project is named NuPoll, because it is, well, a new Polling module. And NuPoll rhymes with Drupal hehe ;)
This module provides a services ressource which enables a bridge to the search_api module.
[NOTE: This module has been deprecated as of June 2013 in favor of Cache Expiration. If you're currently using Boost Expire, please follow these directions to switch from Boost Expire to Cache Expiration on your site!]
A cache expiration module to go with Boost for Drupal 7.
Currently, Boost for Drupal 7 doesn't do any active cache expiration (see #1069438: How to Flush Boost Cache in Drupal 7.x), and this means that when you update a node, post a comment, etc., Boost will continue serving stale content from its static HTML cache until the file is finally cleaned up on a cron run.
For many sites, especially smaller sites where content is updated infrequently and cron may be run hourly or even less frequently, this means stale content will be served for quite some time, unless someone visits the Performance page and clears all the site's caches manually.
This module alleviates that problem by simply flushing Boost's static HTML cache every time a node or comment is posted or updated. You can set the module to respect your site's Minimum cache lifetime so it doesn't flush the cache until the minimum lifetime has passed.
This module may become deprecated in favor of a more universal solution (like Boost integration with the Cache Expiration module).
This project provides a form for users to submit questions to OCLC's QuestionPoint service.
Module stop mass span in comments by authenticated users.
A module to make KINGdesk's typography available for Drupal.
This module allows to translate any text using the Bing Translate API.
