module
Development status: Maintenance fixes only
Downloads: 6571
created - / changed -

The dompdf module allows other modules to utilize the dompdf library, written and maintained by Benj Carson.

module
Downloads: 2808
created - / changed -

This module allows users to pay for a node, such as an event/conference/lecture/course, without the overhead of ecommerce or ubercart.

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 36956
created - / changed -

Overview

The Apply for Role module allows users to apply for roles and allows role administrators to approve or deny the role applications.

module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 11715
created - / changed -

Gives users the ability of attaching one or more files to messages sent using the site-wide contact form or the personal contact forms for users.

module
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 40821
created - / changed -

Remove "Request new password" link from block and user page.

module
Categories: (нет)
Maintenance status: Unsupported
Development status: Obsolete
Downloads: 1379
created - / changed -

This module was a rough cut for Drupal 5 e-Commerce. It is no longer supported.

module
Maintenance status: Seeking new maintainer
Development status: No further development
Downloads: 79409
created - / changed -

Advanced Profile Kit provides building blocks for putting together fancy user profile pages like those commonly found on social networking sites. It is most useful with Page Manager & Panels, though the provided pieces can be used in the theme layer if you prefer. By using Page Manager as a base, any item that can be added to Page Manager can be added to the profile page by pointing and clicking with no coding needed.

module
Downloads: 948
created - / changed -

The authority_delegation module allows a user to assign his or her role(s) to other users. It is useful for helping ensure that a given role is covered when someone goes on vacation or is otherwise inaccessible.

module
Categories: Taxonomy
Downloads: 1154
created - / changed -

Provides an action (via the actions module) that triggers a configurable list of pre-existing actions if a node contains certain taxon

module
Categories: Media
Downloads: 915
created - / changed -

This is a Media Mover module which utilizes the Ruby FLVTool2

CDN
module
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 476240
created - / changed -

This module provides easy Content Delivery Network integration for Drupal sites.

module
Downloads: 267
created - / changed -

How do Drupal's nodes relate to each other? Assuming nodes with type of 'person', 'group' and 'product', how can we express...

module
Maintenance status: Seeking new maintainer
Development status: No further development
Downloads: 7252
created - / changed -

This module is intended for administrators who have to jump around to specific pages while managing Drupal sites. It's a hotkey-activated launcher utility inspired by Quicksilver, Gnome Do and other desktop launchers. A configurable hotkey (Ctrl-M by default, or Crtl-T in older versions) brings up the dialog. Type in any part of the title or path of the page and an autocompleted list of possibilities will pop up. Unlike many other dynamic search modules, Teleport searches titles and paths of system pages as well as node titles. See this short screencast for a demonstration.

If you don't want to wait for the autocomplete to finish, you can just type a query and submit the form. Teleport will guess what you mean and send you right there, or display a list of options if it can't figure it out.

Development generously sponsored by Trellon.

module
Maintenance status: Unsupported
Development status: Obsolete
Downloads: 4896
created - / changed -

This module is undergoing large changes, production use is not recommended.

INTRODUCTION

REST Client is a robust HTTP request module to consume REST style services.

Why use REST Client instead of drupal_http_request():

  • Streams large files
  • Uses Expect 100 header before sending data in case of redirection
  • Fully customizable HTTP request
  • REST utility functions: HMAC, binary SHA1, binary MD5
module
Categories: Taxonomy
Downloads: 2785
created - / changed -

This module allows site administrators to easily collapse several similar (synonymous) terms into one super-term, as to avoid duplicate terms (for both ny and New York, say).

jQ
module
Downloads: 21387
created - / changed -

*** See #315100: Allow to add JS/CSS libraries (sets of files, settings, and dependent libraries) for the patch to put jQ in core! ***

The jQ module allows other modules to register jQuery plugins in a central repository, and allows administrators of a site to enable or disable specific plugins globally.

The concept behind this module is to create a basic hook structure for jQuery wrapper modules, allowing other modules using these plugins to invoke them in a consistent fashion.

(Drupal 6 version only): You can also simply add new jQuery plugin files in your /plugins or /sites/example.com/plugins directory, and they'll be added to the registry. Then, for example, if you upload jquery.example.js, you could just jq_add('jquery.example'); and you're off. Additionally, if you have a .js and .css file with the same base name there, they'll both be added with the same call. Caveat: if you have two plugins with the same base name, there are no guarantees which will be added to the registry. Better off defining a hook_jq function in that case (see below for information on that).

Kudos to jjeff for his work on the jQuery Plugin Handler (JQP) module that inspired this latest functionality.

module
Categories: Media
Maintenance status: Unsupported
Development status: No further development
Downloads: 3153
created - / changed -

This module was updated on March 27, 2008.

module
Categories: Developer, Utility
Maintenance status: Unsupported
Development status: Obsolete
Downloads: 1312
created - / changed -

This module is looking for a new maintainer. There are better tools to do this (i.e. Drush).

module
Categories: Mail, Utility
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 12165
created - / changed -

I have not found an official "heres the way to email everyone in a certain role(s)" action, so I've cleaned some code and contributed it.

module
Categories: Administration, Utility
Downloads: 12555
created - / changed -

Conditions are sets of requirements (e.g. PHP code, current page or site) that make the condition as a whole TRUE or FALSE. Other modules can provide new requirements or use the Condition API to trigger some kind of action (e.g. display a block or switch the theme to Garland) in case a condition is TRUE.