module
Categories: Fields, Media
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 234416
created - / changed -

Overview

Imagefield Crop provides a widget(1.x) or field(2.x) for selection based cropping an image after upload.

module
Categories: Content
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 4899
created - / changed -

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
module
Downloads: 3161
created - / changed -

This module provides a new widget for the nodereference CCK field type.

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

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
module
Categories: Content Display
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 581741
created - / changed -

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:

module
Downloads: 903
created - / changed -

Provides means for fetching content from and posting content to the microblogging / presence platform Jaiku.com.

module
Categories: Filters/Editors
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 14191
created - / changed -

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!

module
Categories: Import/Export, RDF
Downloads: 779
created - / changed -

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

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

The REST Server provides an interface for the Services module to communicate with REST clients.

module
Categories: Theme Enhancements
Downloads: 1288
created - / changed -

For Drupal 6, consider using Custom CSS and JavaScript files

module
Categories: (нет)
Maintenance status: Minimally maintained
Development status: Maintenance fixes only
Downloads: 296540
created - / changed -

This is a complete Subscriptions/Notifications Framework aiming at extendability and scalability.

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

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.

module
Categories: Developer
Downloads: 1369
created - / changed -

An API for scraping the Internet via cURL, HTMLTidy, and SimpleXML.

module
Categories: Developer
Maintenance status: Minimally maintained
Development status: Under active development
Downloads: 7528
created - / changed -

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.

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

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.

module
Maintenance status: Unsupported
Development status: No further development
Downloads: 3001
created - / changed -

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);
module
Downloads: 9099
created - / changed -

Update September 17th 2008:

The newest version of the alpha is now up and available... LOTS of improvements here.

module
Downloads: 1135
created - / changed -

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.

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

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

module
Maintenance status: Minimally maintained
Development status: No further development
Downloads: 2300
created - / changed -

Help toggle adds a 'Hide help'/'Show help' link on pages that contain help text or field descriptions for hiding and showing them.