Bing search

Component type

module

Maintenance status

Development status

Downloads

4198

Component created

Component changed

Provides a search tab which pulls results from the Bing web service. The search query can be limited to a set of sites, and various advanced search query strings can be used (or appended to all search queries).

The 2.x branches of this module support the Bing API 2.x; the 1.x branches support the original Live Search API 1.x.

Project issue file test

Component type

module

Categories

Maintenance status

Development status

Downloads

5184

Component created

Component changed

For background and to file new issues, please use the DrupalCI queue. We'll move it to other modules as necessary.

This is the module that takes patches posted in the Drupal.org issue queue and sends them off to dispatcher.drupalci for dispatch to aws testbots.

Taxonomy CSV import/export

Component type

module

Maintenance status

Development status

Downloads

253332

Component created

Component changed

This module allows you to import or export taxonomy from or to a CSV (comma-separated values) file or with a copy-and-paste text.

It helps you to quick import a non-standardized vocabulary, for example an old thesaurus, a hierarchical taxonomy or a simple list of children, synonyms, descriptions, weights or related terms to terms. It can be used as a module or as an API with a plug-in mechanism. It can manage internationalized vocabularies with i18n_taxonomy, a submodule of i18n module [Drupal 7 only].

Taxonomy CSV supports drush: you can import/export taxonomies from the command line interface with drush taxocsv-import and drush taxocsv-export.

More informations on Taxonomy CSV import/export are available on the help page in English (7.x version), in English (6.x version) or in French (6.x version). A quick demo is available here, in Dutch.

Drupal.org customizations

Component type

module

Maintenance status

Development status

Downloads

2136

Component created

Component changed

Customizations used on Drupal.org itself. It is not meant to be useful to other sites, except as an educational example of the kinds of modifications you can make via a site-specific module.

More information about the state of planned work on Drupal.org can be found on the Drupal.org Roadmap.

German Stemmer

Component type

module

Maintenance status

Development status

Downloads

7340

Component created

Component changed

This module implements stemming according to the Porter algorithm.
It will help the german community to offer better searching capabilities to there users.
Beside the rules for stemming the module uses a list of stop words as well as a list of exceptions. Starting with release 6.x-3 the new accompanying module stemmer_api

  • offers a tool to edit these two lists
  • can show results of stemming on the fly
  • shows content of files as "README.txt" ...

Header image

Component type

module

Maintenance status

Development status

Downloads

84576

Component created

Component changed

This module allows you to display an image on selected pages. If you want one image on the frontpage, another on all FAQ pages and yet another on the about us and contact pages, this is the module that can do it.

Each image, included in a node, can be shown on pages based on node id, path, taxonomy, node type, book or PHP code. A single block is used to display different images (nodes) each image having its own conditions. Using a weight per node the order of selection can be controlled. Multiple header image blocks can be defined.

Password reset

Component type

module

Maintenance status

Development status

Downloads

8777

Component created

Component changed

The password_reset module allows for passwords to be reset without involving e-mail addresses through the use of security questions. This module would typically be used on sites that do not require users to enter their e-mail addresses or prefer not having to deal with spam folder issues etc.

This module supports the following features:

Paybox

Component type

module

Maintenance status

Development status

Downloads

2313

Component created

Component changed

Integration API for the french Paybox online payment service

This module offers a function which will return the path and query to the payment page: paybox_pay($cents, $order_id, $payer_email, $destination = '', $devise = 'euro')
The returned array can be used as $form_state['redirect'] in a form submit function.