Модули
The dompdf module allows other modules to utilize the dompdf library, written and maintained by Benj Carson.
This module allows users to pay for a node, such as an event/conference/lecture/course, without the overhead of ecommerce or ubercart.
Overview
The Apply for Role module allows users to apply for roles and allows role administrators to approve or deny the role applications.
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.
Remove "Request new password" link from block and user page.
This module was a rough cut for Drupal 5 e-Commerce. It is no longer supported.
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.
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.
Provides an action (via the actions module) that triggers a configurable list of pre-existing actions if a node contains certain taxon
This is a Media Mover module which utilizes the Ruby FLVTool2
This module provides easy Content Delivery Network integration for Drupal sites.
How do Drupal's nodes relate to each other? Assuming nodes with type of 'person', 'group' and 'product', how can we express...
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.
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
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).
*** 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.
This module was updated on March 27, 2008.
This module is looking for a new maintainer. There are better tools to do this (i.e. Drush).
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.
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.
