Модули
Overview
Imagefield Crop provides a widget(1.x) or field(2.x) for selection based cropping an image after upload.
This module displays events occurring on this day in history. For example, if today was January 6th the birth of Joan of Arc (born January 6, 1412) might be displayed.
This Day in History module adds the node type: Historical event, and supports the Node import module for importing historical events. User created historical events are displayed in blocks. Any number of blocks can be created, and the events displayed can be selected by a number of different criteria, including randomly. If no event exists for the current day, no block is displayed.
Features
- Any number of blocks can be created
- Block events can be selected by taxonomy term, user, role and randomly
- A 'promote to block' field is also provided for content selection
- Support for importing events is provided if the Node Import module is installed
- Theming function support provided for block content
This module provides a new widget for the nodereference CCK field type.
The aim of the JavaScript Aggregator module is to improve performance of your site with less server requests and bandwidth per page. In Drupal 5, all the JavaScript files will be aggregated into one file and optionally minified. JavaScript aggregation was brought into core with Drupal 6, so the Drupal 6 version of this module goes one step further to minify that file.
It basically does the following:
- Takes the $scripts variable and removes .js files using a regular expression
- Generates a unique filename for any set of .js files
- Creates and caches one file containing all .js files in files/js
- Optionally minifies the JavaScript using JSMin
- Returns a modified $scripts variable with link to cached file
The Quick Tabs module allows you to create blocks of tabbed content, specifically views, blocks, nodes* and other quicktabs*. You can create a block on your site containing multiple tabs with corresponding content. Clicking on the tabs makes the corresponding content display instantly, using jQuery. With the 6.x-2.x branch, this can be done in either ajax or non-ajax mode:
Provides means for fetching content from and posting content to the microblogging / presence platform Jaiku.com.
Description
A filter allowing you to insert a node wherever the InsertNode filter is available. It can be used to create macros, insert book links, create a link to a node showing its title, etc.
The complete documentation is now available at Made to Order Software:
http://www.m2osw.com/doc-insert-node.
It is important to read that documentation to be able to use this filter fully. It is powerful!
A drupal plug-in for the MOAT project, which aims to provide an easy and collaborative way to publish semantically-annoted content from free-tagging
The REST Server provides an interface for the Services module to communicate with REST clients.
For Drupal 6, consider using Custom CSS and JavaScript files
This is a complete Subscriptions/Notifications Framework aiming at extendability and scalability.
The Admin Notes module creates a block that displays a textarea pre-filled with the existing comment for that specific page, if any.
Each comment is associated with a page.
An API for scraping the Internet via cURL, HTMLTidy, and SimpleXML.
This module provides an implementation of the Version Control API that makes it possible to use the Git version control system. It can retrieve commit information by parsing commit logs.
The Git backend depends on the Version Control API module. It also requires Git >=1.7.2 to be installed on the server.
This module allows users to log into your site securely without usernames and passwords. It uses digital/identity certificates users have imported into their browsers as part of a public key infrastructure (PKI). The certificates can be generated by Drupal's PKI Registration Authority module or any other registration authority (RA) / certification authority (CA).
When a Drupal page is accessed via HTTPS the module checks for certain environmental variables that contain the user's unique information, such as an email address. Depending on the settings it then logs the user in or, if enabled, creates a new account.
This module is no longer maintained
Ever wanted to create nodes on the fly? This module provides functionality to do this.
With this module you can write code like this to produce a node.
// my_nodetype must be an existing nodetype
$edit = node_factory_create_node( 'my_nodetype');
node_factory_set_value( $edit, 'title', 'my value');
node_factory_set_value( $edit, 'field_node_ref', 123);
node_factory_set_value( $edit 'uid', 321);
node_factory_save_node( $edit);
Update September 17th 2008:
The newest version of the alpha is now up and available... LOTS of improvements here.
Toplist is a module that lets webmasters submit their links, have them approved and keep a link exchange that tracks website referrers, thereby giving more exposures to more-active websites.
This module integrates Drupal with III/Millennium WebOPACs (library catalogs): you can import bibliographic records, or embed records in a node using the input filter. Imported nodes can have taxonomy terms created from the original record, a real-time holdings display, embedded book previews from Google Book Search and more.
Requirements
- For batch importing, your WebOPAC must be configured to allow exporting records from the book cart in MARC format. See issue #1017902: Batch Import won't work if MARC option not enabled for cart export in OPAC.
- Drupal 7 version: requires MySQL (currently)
- Drupal 6 version: >PHP5
Help toggle adds a 'Hide help'/'Show help' link on pages that contain help text or field descriptions for hiding and showing them.
